Kubernetes using official helm-chart: image: # If you want to use the core image `otel/opentelemetry-collector`, you also need to change `command.name` value to `otelcol`. repository: otel/opentelemetry-collector-contrib pullPolicy: IfNotPresent # Overrides the image tag whose default is the...
info internal/resourcedetection.go:139 detected resource information {"kind": "processor", "name": "resourcedetection/eks", "pipeline": "traces", "resource": {"cloud.platform":"aws_eks","cloud.provider":"aws"}} Collector version 0.103.1 Environment information Helm Chart:opentelemetry-collector...
A very dirty PoC can be found at4591ecf. This is just to illustrate the idea for now. Here is how it works: values.yamlfor installing the Collector's Helm Chart: mode:daemonsetimage:repository:otelcontribcol-devtag:"latest"pullPolicy:NeverclusterRole:create:truerules: -apiGroups: -''resourc...
I am trying to addk8sattributesto a gateway collector, but the collector and health check are not functioning. The collector appears to start, but refuses connections on the receiving ports. The health check endpoint returns a 503 with{"status":"Server not available","upSince":"0001-01-01T0...