Q&A Source Host Metrics in OTEL format #24151
-
QuestionVector's Current Situation
Vector Configdata_dir: "/tmp" Disable acknowledgementsacknowledgements: Health checkshealthchecks: API for monitoringapi: Sourcessources: vector_metrics: No transforms - using native OpenTelemetry sinkSinkssinks: Direct to SigNoz using native OpenTelemetry sinksignoz_direct: Debug console output to see raw metricsdebug_console: Prometheus exporter for monitoring Vector itselfprometheus_exporter: Vector LogsHost Metrics not going OTLP format {"name":"cpu_seconds_total","namespace":"host","tags":{"collector":"cpu","cpu":"0","host":"signoz","mode":"idle"},"timestamp":"2025-11-05T10:40:18.798559298Z","kind":"absolute","counter":{"value":1984290.42}} {"name":"network_transmit_errs_total","namespace":"host","tags":{"collector":"network","device":"eth0","host":"signoz"},"timestamp":"2025-11-05T10:40:18.798559298Z","kind":"absolute","counter":{"value":0.0}} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @ashinde-ai, this is a well documented limitation. I recommended creating a feature request with a proposal for this. Without deep diving into this, I can imagine a VRL function that transforms Vector metric events to OTLP events or baking this in the |
Beta Was this translation helpful? Give feedback.
Hi @ashinde-ai, this is a well documented limitation. I recommended creating a feature request with a proposal for this. Without deep diving into this, I can imagine a VRL function that transforms Vector metric events to OTLP events or baking this in the
otlpencoder. In any case, it's worth a discussion and maybe it can inspire an external contributor to implement this.