Bindplane OTel Collector
Complete configuration reference for BDOT Collector
Last updated
Was this helpful?
Complete configuration reference for BDOT Collector
Last updated
Was this helpful?
Was this helpful?
# Receivers collect metrics from a source. The hostmetrics receiver will get
# CPU load metrics about the machine the collector is running on every minute.
receivers:
hostmetrics:
collection_interval: 60s
scrapers:
cpu:
disk:
load:
filesystem:
memory:
network:
paging:
processes:
# Exporters send the data to a destination, in this case GCP.
exporters:
googlecloud:
# Service specifies how to construct the data pipelines using the configurations above.
service:
pipelines:
metrics:
receivers: [hostmetrics]
exporters: [googlecloud]