Skip to main content

prometheus Exporter

TelemetryExporters

prometheus Exporter

Zilla runtime prometheus exporter

exporters:
  prometheus:
    type: prometheus
    options:
      endpoints:
        - scheme: http
          port: 7190
          path: /metrics


 





Configuration

options

object

prometheus-specific options.

options:
  endpoints:
    - scheme: http
      port: 7190
      path: /metrics

options.endpoints

array of object

Contains prometheus endpoints.

endpoints[].scheme

enum [ "http" ]

URL scheme to accept for endpoint.

endpoints[].port

int

URL port to accept for endpoint.

endpoints[].path

string

URL path to accept for endpoint.


* required