Container Resource Attributes Collection for Telemetry Data :: Kloudfuse Docs

Container Resource Attributes Collection for Telemetry Data

For Docker environments, some of the Kfuse APM UI relies on the container_id attribute that attaches to the Resource attributes of the telemetry data received by Kloudfuse. In OpenTelemetry, this attachment is accomplished at the language SDK.

The following list provides the necessary information for you to properly configure your deployment when running on a Docker CGroupv2 environment.

Supported Languages

.Net

C++

Go

Java

JavaScript and Node.js

Kotlin

PHP

Python

If using automatic instrumentation, add the following environment variable:

OTEL_EXPERIMENTAL_RESOURCE_DETECTORS=container

Ruby

Rust