Commit 47a33be 1 parent e796466 commit 47a33be Copy full SHA for 47a33be
File tree 3 files changed +11
-11
lines changed
blog/2022/debug-otel-with-otel
docs/instrumentation/java
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"plugins" : {
3
- "@textlint/text " : {
3
+ "@textlint/markdown " : {
4
4
"extensions" : [" .yml" ]
5
5
}
6
6
},
20
20
" Open Agent Management Protocol" ,
21
21
" SignalFx Smart Agent" ,
22
22
" /^(?:language|repo): .*$/m" ,
23
- " /tags:([\\ n\\ r\\ s]*-[\\ s\\ S]*?[\\ n\\ r]+)*/m" ,
24
- " /\\ .java\\ b/"
23
+ " /^tags:(\\ s*-.+$)*/m"
25
24
]
26
25
}
27
26
},
54
53
" HTTP" ,
55
54
" HTTPS" ,
56
55
" Jaeger" ,
57
- " Java" ,
58
56
" JavaScript" ,
59
57
" JBoss" ,
60
58
" Jetty" ,
115
113
[" he/she" , " they" ],
116
114
[" \\ (s\\ )he" , " they" ],
117
115
[" id['’]?s" , " IDs" ],
116
+ [" (?<![.-])java\\ b(?![.])" , " Java" ],
118
117
[" java[- ]?agent" , " Java agent" ],
119
118
[" mac ?os" , " macOS" ],
120
119
[" meta[- ]data" , " metadata" ],
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ application.
44
44
### Steps to reproduce
45
45
46
46
Follow the instructions on how you can [ put NGINX between two services] [ ] .
47
- Replace the java -based application with a Python application, e.g. put following
47
+ Replace the Java -based application with a Python application, e.g. put following
48
48
three files into the ` backend ` folder instead:
49
49
50
50
- ` app.py ` :
Original file line number Diff line number Diff line change @@ -199,9 +199,13 @@ dependencies {
199
199
}
200
200
```
201
201
202
- Throughout this documentation you will add additional dependencies. For a full
203
- list of artifact coordinates see [ releases] [ releases ] and for semantic
204
- convention releases see [ semantic-conventions-java] [ semantic-conventions-java ] .
202
+ Throughout this documentation you will add dependencies. For a full list of
203
+ artifact coordinates, see [ releases] . For semantic convention releases, see
204
+ [ semantic-conventions-java] .
205
+
206
+ [ releases ] : https://github.com/open-telemetry/opentelemetry-java#releases
207
+ [ semantic-conventions-java] :
208
+ https://github.com/open-telemetry/semantic-conventions-java/releases
205
209
206
210
{{% /tab %}} {{% tab Maven %}}
207
211
@@ -1652,8 +1656,5 @@ io.opentelemetry.sdk.trace.export.BatchSpanProcessor = io.opentelemetry.extensio
1652
1656
[ opentelemetry registry ] : /ecosystem/registry/?component=exporter&language=java
1653
1657
[ parentbased] :
1654
1658
https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/samplers/ParentBasedSampler.java
1655
- [ releases ] : https://github.com/open-telemetry/opentelemetry-java#releases
1656
- [ semantic-conventions-java] :
1657
- https://github.com/open-telemetry/semantic-conventions-java/releases
1658
1659
[ traceidratiobased] :
1659
1660
https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/samplers/TraceIdRatioBasedSampler.java
You can’t perform that action at this time.
0 commit comments