You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried setting the environment variable OTEL_RESOURCE_DETECTORS=env,host, but the IP address still does not appear in the ResourceAttributes field.
I also tried configuring the Collector's resourcedetection processor, but the collected IP address belongs to the Collector machine, not the application host.
versions: opentelemetry-javaagent-1.33.1.jar
How can I get the IP address of the host machine where the OpenTelemetry agent is running?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I tried setting the environment variable OTEL_RESOURCE_DETECTORS=env,host, but the IP address still does not appear in the ResourceAttributes field.
I also tried configuring the Collector's resourcedetection processor, but the collected IP address belongs to the Collector machine, not the application host.
versions: opentelemetry-javaagent-1.33.1.jar
How can I get the IP address of the host machine where the OpenTelemetry agent is running?
Beta Was this translation helpful? Give feedback.
All reactions