Skip to content

Commit

Permalink
Results from /fix:all
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed May 23, 2024
1 parent e77cc42 commit 55e53dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions content/en/blog/2022/debug-otel-with-otel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ COPY opentelemetry_module.conf /etc/nginx/conf.d
[put nginx between two services]:
/blog/2022/instrument-nginx/#put-nginx-between-two-services
[localhost:16686]: http://localhost:16686/
[http request & response headers]:
/docs/specs/semconv/http/http-spans/
[http request & response headers]: /docs/specs/semconv/http/http-spans/
[rfc7230]: https://httpwg.org/specs/rfc7230.html#field.order
[added some checks to the module for nginx]:
https://github.com/open-telemetry/opentelemetry-cpp-contrib/pull/204
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/languages/java/automatic/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ following property to disable it:

You can configure the agent to capture predefined HTTP headers as span
attributes, according to the
[semantic convention](/docs/specs/semconv/http/http-spans/).
Use the following properties to define which HTTP headers you want to capture:
[semantic convention](/docs/specs/semconv/http/http-spans/). Use the following
properties to define which HTTP headers you want to capture:

{{% config_option name="otel.instrumentation.http.client.capture-request-headers" %}}
A comma-separated list of HTTP header names. HTTP client instrumentations will
Expand Down

0 comments on commit 55e53dc

Please sign in to comment.