Open
Description
I've installed via Helm Chart with the following values.yaml
:
metrics:
enabled: true
config:
logLevel: error
logFormat: json
receivers:
- name: "dump"
stdout:
deDot: true
so my question is how can I get the events into prometheus?
The metrics exposed are just events_sent
, events_discarded
, and the go
default ones, which makes sense.
There is no prometheus
dump or way to get events into the metrics. I get that these are events so maybe they just can't be exported as metrics, but I'm trying to get the Dashboard up and running.
Any help is appreciated :)
Metadata
Metadata
Assignees
Labels
No labels