prometheus Exporter
TelemetryExportersprometheus
prometheus Exporter
Zilla runtime prometheus exporter
exporters:
prometheus:
type: prometheus
options:
endpoints:
- scheme: http
port: 7190
path: /metricsConfiguration (* required)
options
object
The prometheus specific options.
options:
endpoints:
- scheme: http
port: 7190
path: /metricsoptions.endpoints
arrayofobject
Contains prometheus endpoints.
endpoints[].scheme*
enum[http]
URL scheme to accept for endpoint.
endpoints[].port*
integer
URL port to accept for endpoint.
endpoints[].path
string
URL path to accept for endpoint.

