12.11. Metrics Registries¶
Various GeoMesa processors will publish metrics using the Micrometer
framework. Registries can be managed through controller services that implement
org.geomesa.nifi.datastore.services.MetricsRegistryService, which can then be referenced by a processor. Currently
only the Prometheus registry is supported.
12.11.1. Prometheus Registry¶
The Prometheus registry runs a server that can be scraped for metrics.
Property |
Description |
|---|---|
|
The port used to host Prometheus metrics |
|
Rename metrics according to Prometheus standard names, instead of Micrometer names |
|
Add an ‘application’ tag to all metrics |