opentelemetry_semantic_conventions::attribute

Constant HOST_NAME

source
pub const HOST_NAME: &str = "host.name";
Expand description

Name of the host. On Unix systems, it may contain what the hostname command returns, or the fully qualified hostname, or another name specified by the user.

ยงExamples

  • "opentelemetry-test"