Kubernetes Cluster
info
See also k8sclusterreceiver docs in
opentelemetry-collector-contrib
repository.
note
The k8sclusterreceiver
extension is available in the default agent image. If
you're building your own Aperture Agent, add
integrations/otel/k8sclusterreceiver
to the bundled_extensions
list to make
the receiver available.
You can configure the OpenTelemetry Collector for Kubernetes Cluster as part of Policy resources while applying the policy:
policy:
resources:
infra_meters:
k8s_cluster:
agent_group: default
per_agent_group: true
receivers:
k8s_cluster: [k8sclusterreceiver configuration here]