Skip to content

Update _index.md on the runtime_id_enabled #29782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/tracing/metrics/runtime_metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Use the following environment variables to configure runtime metrics in your app
: **Default**: `true` for Java, `false` for all other languages <br>
**Description**: Enables the collection of runtime metrics. Metrics are sent to the Datadog agent, as configured for the instrumented application.

`DD_RUNTIME_ID_ENABLED`
: **Default**: `false` for Node.js, Ruby and Python languages <br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[optional] consider inverting the definition here to make true appear more as the intended behavior

Suggested change
: **Default**: `false` for Node.js, Ruby and Python languages <br>
: **Default**: `true` for Java, .NET, and Go; `false` for all other languages <br>

**Description**: Enables enhanced runtime metrics, providing a `runtime_id` tag along with every metric. The `runtime_id` represents the application's process identifier and allows you to directly correlate runtime metrics with individual running applications.

`DD_AGENT_HOST`
: **Default**: `localhost` <br>
**Description**: Sets the host address for the tracing library's metric submission. Can be a hostname or an IP address.
Expand Down
Loading