...
Code Block |
---|
receivers: ... hostmetrics: collection_interval: 30s scrapers: cpu: metrics: system.cpu.utilization: enabled: true memory: metrics: system.memory.utilization: enabled: true disk: filesystem: metrics: system.filesystem.utilization: enabled: true processors: batch: timeout: 10s resource: attributes: - key: kf_platform value: "dockerhost" action: upsert - key: kf_metrics_agent value: "otlp" action: upsert resourcedetection: detectors: - env - system - ec2 - gcp - azure override: true timeout: 2s service: pipelines: ... metrics: exporters: [otlphttp] processors: [batch, resource, resourcedetection] receivers: [otlp, docker_stats, hostmetrics] |