<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>stat-prometheus</artifactId>
<version>1.7.4</version>
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='stat-prometheus', version='1.7.4')
)
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins-observability</artifactId> <version>1.7.4</version> </parent>
compile
|-- com.tencent.polaris:stat-common:1.7.4
|-- com.tencent.polaris:polaris-model:1.7.4
|-- com.tencent.polaris:polaris-plugin-api:1.7.4
|-- com.tencent.polaris:polaris-config:1.7.4
provided
|-- org.slf4j:slf4j-api:1.7.25
test
|-- org.powermock:powermock-module-junit4:2.0.9
|-- org.powermock:powermock-api-mockito2:2.0.9
|-- ch.qos.logback:logback-classic:1.2.9