Skip to content

Add ability to set global label for every metrics from clusterwide config in Cartridge role (metrics.yml) #259

@no1seman

Description

@no1seman

It could be useful to add custom global labels to metrics.

Proposed configuration format:

metrics:
    export:
    - path: "/metrics/json"
       format: "json"
    - path: "/metrics/prom"
       format: "prometheus"
    global-labels:
          label-name1: value1
          label-name2: value2

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions