File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ IgnoreDirs:
1010 - ^blog/(\d+/)?page/\d+
1111 # TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5267 is fixed:
1212 - zh/docs/contributing/pr-checks
13+ # TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed:
14+ - (ja|pt)/docs/concepts/instrumentation/libraries/
1315IgnoreInternalURLs : # list of paths
1416IgnoreURLs : # list of regexs of paths or URLs to be ignored
1517 - ^/api$
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ Boot 3) out of the box:
3737```
3838
3939To get even more visibility, the Starter can be combined with
40- [ instrumentation libraries] ( /docs/languages/java/libraries / ) . For this purpose,
41- the OpenTelemetry Java contributors have improved the JDBC (database) libraries
42- and logging instrumentation libraries. For example, for the Logback logging
43- library, they have added GraalVM configuration to make the library work in
44- native mode[ ^ 1 ] .
40+ [ instrumentation libraries] ( /docs/languages/java/instrumentation / ) . For this
41+ purpose, the OpenTelemetry Java contributors have improved the JDBC (database)
42+ libraries and logging instrumentation libraries. For example, for the Logback
43+ logging library, they have added GraalVM configuration to make the library work
44+ in native mode[ ^ 1 ] .
4545
4646Furthermore, they have worked to reduce the configuration to set up the logging
4747and database instrumentation with the Starter. For example, if your application
Original file line number Diff line number Diff line change 55 - /docs/java/manual_instrumentation
66 - manual
77 - manual_instrumentation
8- - /docs/languages/java/ libraries/
8+ - libraries
99weight : 10
1010description : Instrumentation ecosystem in OpenTelemetry Java
1111cSpell:ignore : Logback logback
You can’t perform that action at this time.
0 commit comments