is not current version
Last Version 1.16.3

org.apache.nifi:nifi-prometheus-utils 1.12.0

This nifi-prometheus-utils module is designed to capture common patterns and utilities that can be leveraged by components that use Prometheus capabilities to help promote reuse. These patterns may become framework level features or may simply be made available through this utility. It is ok for this module to have dependencies but care should be taken when adding dependencies as this increases the cost of utilizing this module in various nars.

Categories

Categories

Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

org.apache.nifi
ArtifactId

ArtifactId

nifi-prometheus-utils
Version

Version

1.12.0
Type

Type

jar

Download nifi-prometheus-utils 1.12.0


<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/ -->
<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-prometheus-utils</artifactId>
    <version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/
implementation 'org.apache.nifi:nifi-prometheus-utils:1.12.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/
implementation ("org.apache.nifi:nifi-prometheus-utils:1.12.0")
'org.apache.nifi:nifi-prometheus-utils:jar:1.12.0'
<dependency org="org.apache.nifi" name="nifi-prometheus-utils" rev="1.12.0">
  <artifact name="nifi-prometheus-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-prometheus-utils', version='1.12.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-prometheus-utils" % "1.12.0"
[org.apache.nifi/nifi-prometheus-utils "1.12.0"]