-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcouscous.yml
134 lines (130 loc) · 3.6 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
template:
url: https://github.com/JonathanMace/PivotTemplate
# Base URL of the published website
baseUrl: http://brownsys.github.io/tracing-framework
# Used to link to the GitHub project
github:
user: brownsys
repo: tracing-framework
title: Brown Tracing Framework
logo: docs/images/baggage.png
menu:
sections:
main:
section: Home
url:
gettingstarted:
section: Tutorials
url: docs/tutorials.html
items:
prerequisites:
text: Pre-requisites
url: docs/tutorials/prerequisites.html
gettingstarted:
text: Getting Started: HDFS
url: docs/tutorials/gettingstarted.html
pivottracing:
text: Getting Started: Pivot Tracing
url: docs/tutorials/pivottracing.html
baggage:
text: Adding Baggage To Your System
url: docs/tutorials/baggage.html
usingbaggage:
text: Using Baggage Yourself
url: docs/tutorials/tracingapplication.html
tracingplane:
section: Tracing Plane
url: tracingplane
items:
pubsub:
text: PubSub
url: tracingplane/pubsub
baggage:
text: Baggage
url: tracingplane/client
aspects:
text: Auto-Baggage
url: tracingplane/aspects
dynamic:
text: Dynamic Instrumentation
url: tracingplane/dynamic
pivottracing:
section: Pivot Tracing
url: pivottracing
items:
client:
text: Client
url: pivottracing/client
tracepoints:
text: Client: Tracepoints
url: docs/pivottracing/tracepoints.html
queries:
text: Client: Writing Queries
url: docs/pivottracing/queries.html
installing:
text: Client: Installing Queries
url: docs/pivottracing/installing.html
agent:
text: Agent
url: pivottracing/agent
privileged:
text: Agent: Privileged Classes
url: pivottracing/privileged
examples:
text: Examples
url: pivottracing/test
xtrace:
section: X-Trace
url: xtrace
items:
client:
text: Client Library
url: xtrace/client
aspects:
text: Automatic Instrumentation
url: xtrace/aspects
server:
text: Report Server
url: xtrace/server
visualization:
text: Visualization
url: xtrace/visualization
retro:
section: Retro
items:
resources:
text: Resource Instrumentation
url: retro/resources
aspects:
text: Auto-Instrumentation
url: retro/aspects
aggregation:
text: Aggregation
url: retro/aggregation
throttling:
text: Tenant Throttling
url: retro/throttling
visualization:
text: Visualization
url: retro/visualization
config:
text: Configuration
url: docs/retro/configuration.html
xtrace:
text: Retro + X-Trace
url: docs/retro/retrowithxtrace.html
buildoptions:
text: Instrumentation for Locks
url: docs/retro/lockinstrumentation.html
reference:
section: Reference
items:
configuration:
text: Configuration
url: docs/config.html
running:
text: Tools and Executables
url: docs/tools.html
pom:
text: Example pom.xml
url: docs/pom.html