Hi Team,
I am trying to send hostmetrics of standalone vm to signoz collector by installing otel collector installed on standalone vm but I am able see Data or logs on signoz
Is there alternative way to send host Metrics to signoz as we already running node Exporter on standalone vm .
Standalone vm collector configs:
receivers:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
hostmetrics:
collection_interval: 10s
scrapers:
cpu:
memory:
disk:
filesystem:
network:
processors:
batch:
exporters:
otlphttp:
Endpoint: "
http://signoz_collector_loadbalancer:4318"
service:
pipelines:
metrics:
receivers: [otlp,hostmetrics]
processors: [batch]
exporters: [otlphttp]
telemetry:
logs:
encoding: json
level: "DEBUG"