Skip to content

How to get events to Prometheus/Grafana? #160

Open
@taemon1337

Description

@taemon1337

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions