armeria-prometheus1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linecorp.armeria</groupId> <artifactId>armeria-prometheus1</artifactId> <version>1.32.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.linecorp.armeria</groupId> <artifactId>armeria-prometheus1</artifactId> <version>1.32.5</version> <name>Armeria (armeria-prometheus1)</name> <description>Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-prometheus1)</description> <url>https://armeria.dev/</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>LINE Corporation</name> <email>dl_oss_dev@linecorp.com</email> <url>https://engineering.linecorp.com/en/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/line/armeria.git</connection> <developerConnection>scm:git:ssh://git@github.com/line/armeria.git</developerConnection> <url>https://github.com/line/armeria</url> </scm> <dependencies> <dependency> <groupId>com.linecorp.armeria</groupId> <artifactId>armeria</artifactId> <version>1.32.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> <version>1.14.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>prometheus-metrics-exposition-formats</artifactId> <version>1.3.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor.tools</groupId> <artifactId>blockhound</artifactId> <version>1.0.11.RELEASE</version> <scope>runtime</scope> <optional>true</optional> </dependency> </dependencies> </project>