Skip to content

Commit f1a5dde

Browse files
jack-bergchalinsvrnm
authored
Refactor java SDK and configuration (#4966)
Signed-off-by: svrnm <[email protected]> Co-authored-by: Patrice Chalin <[email protected]> Co-authored-by: svrnm <[email protected]>
1 parent e39ffb4 commit f1a5dde

15 files changed

+2161
-1774
lines changed

.cspell/en-words.txt

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jaeger
5252
jaegertracing
5353
javaagent
5454
javadoc
55+
javadocs
5556
jboss
5657
jdbc
5758
julia

.htmltest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IgnoreDirs:
1010
- ^blog/(\d+/)?page/\d+
1111
IgnoreInternalURLs: # list of paths
1212
IgnoreURLs: # list of regexs of paths or URLs to be ignored
13-
- ^(/..)?/docs/languages/\w+/(api|examples|registry)/$
13+
- ^((/..)?/docs/languages/\w+|\.\.)/(api|examples|registry)/$
1414
- ^(/..)?/docs/collector/registry/$
1515
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
1616
- ^((/..)?/docs/migration/)?opencensus/$

.textlintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ rules:
136136
- '(?<![.-])java\b(?![.])'
137137
- Java
138138
- ['java[- ]?agent', Java agent]
139+
- ['java ?doc(s)?', 'Javadoc$1']
139140
- [mac ?os, macOS]
140141
- ['meta[- ]data', metadata]
141142
- [nd-?json, NDJSON]

content/en/docs/languages/java/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cascade:
88
vers:
99
instrumentation: 2.8.0
1010
otel: 1.42.1
11+
contrib: 1.38.0
1112
semconv: 1.27.0
1213
weight: 18
1314
---

content/en/docs/languages/java/configuration.md

+627-355
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)