Skip to content

Commit

Permalink
Fix inconsistent spacing in configs (#26951)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Jan 2, 2025
1 parent 5f6e744 commit 22a6224
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/tracing/trace_collection/library_config/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The following configuration options behave consistently across the latest versio
**Caveats**:<br>
- Not supported in Go
- [Some Java integrations are disabled by default][2].<br/>

**Description**: Enables or disables instrumentation for the specified `<INTEGRATION>`. The integration name must be in uppercase (for example, `DD_TRACE_KAFKA_ENABLED=true`)

`DD_TRACE_RATE_LIMIT`
Expand Down Expand Up @@ -73,6 +74,7 @@ The following configuration options behave consistently across the latest versio
**Caveats**:<br/>
- Node.js automatically sets the version number from package.json
- [Inferred services][3] do not set version tags<br/>

**Description**: Adds a `version` tag to all spans

`DD_SERVICE`
Expand Down Expand Up @@ -105,6 +107,7 @@ The following configuration options behave consistently across the latest versio
**Caveats**:<br>
- Not supported in Node.js
- Disabled by default in Go<br/>

**Description**: Enables or disables the inclusion of the query string in the `http.url` span tag value for automatically collected HTTP spans.

`DD_TRACE_CLIENT_IP_HEADER`
Expand Down

0 comments on commit 22a6224

Please sign in to comment.