Skip to content

Commit

Permalink
Refactor java SDK and configuration (#4966)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Patrice Chalin <pchalin@gmail.com>
Co-authored-by: svrnm <neumanns@cisco.com>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent e39ffb4 commit f1a5dde
Show file tree
Hide file tree
Showing 15 changed files with 2,161 additions and 1,774 deletions.
1 change: 1 addition & 0 deletions .cspell/en-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jaeger
jaegertracing
javaagent
javadoc
javadocs
jboss
jdbc
julia
Expand Down
2 changes: 1 addition & 1 deletion .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IgnoreDirs:
- ^blog/(\d+/)?page/\d+
IgnoreInternalURLs: # list of paths
IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^(/..)?/docs/languages/\w+/(api|examples|registry)/$
- ^((/..)?/docs/languages/\w+|\.\.)/(api|examples|registry)/$
- ^(/..)?/docs/collector/registry/$
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
- ^((/..)?/docs/migration/)?opencensus/$
Expand Down
1 change: 1 addition & 0 deletions .textlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ rules:
- '(?<![.-])java\b(?![.])'
- Java
- ['java[- ]?agent', Java agent]
- ['java ?doc(s)?', 'Javadoc$1']
- [mac ?os, macOS]
- ['meta[- ]data', metadata]
- [nd-?json, NDJSON]
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/languages/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cascade:
vers:
instrumentation: 2.8.0
otel: 1.42.1
contrib: 1.38.0
semconv: 1.27.0
weight: 18
---
Expand Down
982 changes: 627 additions & 355 deletions content/en/docs/languages/java/configuration.md

Large diffs are not rendered by default.

Loading

0 comments on commit f1a5dde

Please sign in to comment.