prometheus Exporter
TelemetryExportersprometheus
prometheus Exporter
Zilla runtime prometheus exporter
exporters:
prometheus:
type: prometheus
options:
endpoints:
- scheme: http
port: 7190
path: /metrics
Configuration (* required)
options
object
The prometheus
specific options.
options:
endpoints:
- scheme: http
port: 7190
path: /metrics
options.endpoints
array
ofobject
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.