~launchpad-pqm/launchpad/devel

10209.2.2 by Stuart Bishop
Basic page performance stats, although they are currently wrong
1
[categories]
9232.2.48 by Stuart Bishop
Code front page category
2
# Category -> Python regular expression.
3
# Remeber to quote ?, ., + & ? characters to match litterally.
4
# 'kodos' is useful for interactively testing regular expressions.
10209.2.2 by Stuart Bishop
Basic page performance stats, although they are currently wrong
5
All Launchpad=.
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
6
All launchpad except opstats=(?<!\+opstats)$
7
11677.3.3 by Robert Collins
More edge removal.
8
Launchpad Frontpage=^https?://launchpad\.[^/]+/?$
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
9
10209.2.36 by Stuart Bishop
Comments
10
# Note that the bug text dump is served on the main launchpad domain
11
# and we need to exlude it from the registry stats.
11677.3.3 by Robert Collins
More edge removal.
12
Registry=^https?://launchpad\.(?<!/\+text)$
13
Registry - Person Index=^https?://launchpad\.[^/]+/(~|%7E)[^/]+$
14
Registry - Pillar Index=^https?://launchpad\.[^/]+/\w[^/]*$
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
15
16
Answers=^https?://answers\.
10209.2.44 by Stuart Bishop
regexp fixes
17
Answers - Front page=^https?://answers\.[^/]+/?$
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
18
19
Blueprints=^https?://blueprints\.
20
Blueprints - Front page=^https?://blueprints\.[^/]+/?$
21
10209.2.36 by Stuart Bishop
Comments
22
# Note that the bug text dump is not served on the bugs domain,
23
# probably for hysterical reasons. This is why the bugs regexp is
24
# confusing.
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
25
Bugs=^https?://(bugs\.|.+/bugs/\d+/\+text$)
26
Bugs - Front page=^https?://bugs\.[^/]+/?$
27
Bugs - Bug Page=^https?://bugs\.[^/]+/.+/\+bug/\d+$
28
Bugs - Pillar Index=^https?://bugs\.[^/]+/\w[^/]*$
29
Bugs - Search=^https?://bugs\.[^/]+/.+/\+bugs\?.*field.searchtext=
11677.3.3 by Robert Collins
More edge removal.
30
Bugs - Text Dump=^https?://launchpad\..+/\+text$
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
31
32
Code=^https?://code\.
33
Code - Front page=^https?://code\.[^/]+/?$
34
Code - PPA Index=^https?://code\.[^/]+/.+/\+archive/[^/]+$
35
Code - Pillar Branches=^https?://code\.[^/]+/\w[^/]*$
36
Code - Branch Page=^https?://code\.[^/]+/(~|%7E)[^/]+/[^/]+/[^/]+$
37
Code - Merge Proposal=^https?://code\.[^/]+/.+/\+merge/\d+$
38
39
Translations=^https?://translations\.
10209.2.44 by Stuart Bishop
regexp fixes
40
Translations - Front page=^https?://translations\.[^/]+/?$
10209.2.20 by Stuart Bishop
Basic report ordering
41
Translations - Overview=^https?://translations\..*/\+lang/\w+$
42
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
43
API=^https?://api\.
44
Public XML-RPC=^https?://xmlrpc\.
45
Private XML-RPC=^https?://xmlrpc-private\.
10209.2.20 by Stuart Bishop
Basic report ordering
46
Shipit=^https?://shipit\.
47
11775.2.19 by Francis J. Lacoste
Save configurable metrics for charting. Use builtin compression module. Fix some lint.
48
[metrics]
49
ppr_all=All launchpad except opstats
50
ppr_bugs=Bugs
51
ppr_api=API
52
ppr_code=Code
53
ppr_translations=Translations
54
ppr_registry=Registry