Skip to main content

K8S_POD_HOSTNAME

Constant K8S_POD_HOSTNAME 

pub const K8S_POD_HOSTNAME: &'static str;
Available on crate feature opentelemetry only.
Expand description

Specifies the hostname of the Pod.

§Notes

The K8s Pod spec has an optional hostname field, which can be used to specify a hostname. Refer to K8s docs for more information about this field.

This attribute aligns with the hostname field of the K8s PodSpec.

§Examples

  • "collector-gateway"