File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 # excluding links to pull requests and issues is done for performance
1818 args : >
1919 --include-fragments
20- --exclude "^https://github.com/open-telemetry/opentelemetry-java/(issue |pull)/\\d+$"
20+ --exclude "^https://github.com/open-telemetry/opentelemetry-java/(issues |pull)/\\d+$"
2121 --max-retries 6
2222 .
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ This release is a notable release for metrics:
18121812* Autoconfigure performs percent decoding on ` otel.resource.attributes ` values.
18131813 [ (#4653 )] ( https://github.com/open-telemetry/opentelemetry-java/issues/4653 )
18141814* Unify compression configuration for exporters including
1815- [ (#4775 )] ( https://github.com/open-telemetry/opentelemetry-java/issues /4775 ) :
1815+ [ (#4775 )] ( https://github.com/open-telemetry/opentelemetry-java/pull /4775 ) :
18161816 * Fix handling of ` none ` in OTLP exporters.
18171817 * Add ` JaegerGrpcSpanExporterBuilder#setCompression(String) ` .
18181818 * Add ` ZipkinSpanExporterBuilder#setCompression(String) ` .
You can’t perform that action at this time.
0 commit comments