protected class IipEcospherePrometheusExporter.PrometheusExporter extends Object
| Modifier and Type | Field and Description |
|---|---|
private ConfigModifier.ScrapeEndpoint |
entry |
private IipEcospherePrometheusExporter.MyPrometheusMeterRegistry |
registry |
private IipEcospherePrometheusExporter.RegistryServlet |
servlet |
| Modifier | Constructor and Description |
|---|---|
protected |
PrometheusExporter(String id)
Creates an exporter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMeter(io.micrometer.core.instrument.Meter meter) |
protected void |
dispose() |
protected ConfigModifier.ScrapeEndpoint |
getScrapeEntry()
Returns the scrape entry.
|
protected void |
initialize() |
private IipEcospherePrometheusExporter.MyPrometheusMeterRegistry registry
private ConfigModifier.ScrapeEndpoint entry
private IipEcospherePrometheusExporter.RegistryServlet servlet
protected PrometheusExporter(String id)
id - the source idprotected void initialize()
protected ConfigModifier.ScrapeEndpoint getScrapeEntry()
protected void addMeter(io.micrometer.core.instrument.Meter meter)
protected void dispose()
Copyright © 2022. All rights reserved.