| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPrometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаorg.apache.nifi |
| Идентификатор | Идентификаторnifi-prometheus-utils |
| Последняя версия | Последняя версия1.16.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| nifi-prometheus-utils-1.16.3.pom | |
| nifi-prometheus-utils-1.16.3.jar | 24 KB |
| nifi-prometheus-utils-1.16.3-sources.jar | 18 KB |
| nifi-prometheus-utils-1.16.3-javadoc.jar | 54 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-utils</artifactId>
<version>1.16.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/
implementation 'org.apache.nifi:nifi-prometheus-utils:1.16.3'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-prometheus-utils/
implementation ("org.apache.nifi:nifi-prometheus-utils:1.16.3")
'org.apache.nifi:nifi-prometheus-utils:jar:1.16.3'
<dependency org="org.apache.nifi" name="nifi-prometheus-utils" rev="1.16.3">
<artifact name="nifi-prometheus-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-prometheus-utils', version='1.16.3')
)
libraryDependencies += "org.apache.nifi" % "nifi-prometheus-utils" % "1.16.3"
[org.apache.nifi/nifi-prometheus-utils "1.16.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.nifi : nifi-utils | jar | 1.16.3 |
| org.apache.nifi : nifi-metrics | jar | 1.16.3 |
| io.prometheus : simpleclient | jar | 0.3.0 |
| io.prometheus : simpleclient_hotspot | jar | 0.3.0 |
| io.prometheus : simpleclient_servlet | jar | 0.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.nifi : nifi-api | jar | 1.16.3 |
| org.apache.nifi : nifi-properties | jar | 1.16.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.mockito : mockito-core | jar | 3.11.2 |
| org.mockito : mockito-junit-jupiter | jar | 3.11.2 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| org.codehaus.groovy : groovy-test | jar | 3.0.8 |