Is there a bug in internal metrics on 0.45.0 #22545
Answered
by
satellite-no
satellite-no
asked this question in
Q&A
-
Im running example configs: type: "internal_metrics"
scrape_interval_secs: 10 Transform: type: "remap"
inputs:
- vector_internal_host_metrics
- vector_internal_metrics
source: |
.tags.vector_source = "Vector Internal Metrics"
.tags.App = "ABC123"
.tags.Sources = "Vector Internal"
.tags.Ci = del(.tags.host) Sink: type: prometheus_exporter
inputs:
- core_metric_vector_tags
address: 0.0.0.0:9598
flush_period_secs: 60
auth:
token: <token>
strategy: bearer
buffer:
type: "disk"
max_size: 53687091200
when_full: "block" |
Beta Was this translation helpful? Give feedback.
Answered by
satellite-no
Feb 28, 2025
Replies: 1 comment 3 replies
-
Hi @satellite-no, I just ran a pipeline locally and I am seeing metrics. I don't recall any recent changes to the internal metrics code parts. Are you see any events at all in your pipeline? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind!! found its backpressure! shouldhave checked that first.