We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87cefa commit 2b0771cCopy full SHA for 2b0771c
…tests/it-exporter/it-no-protobuf/pom.xml …/it-exporter/it-no-protobuf-test/pom.xmlintegration-tests/it-exporter/it-no-protobuf/pom.xml renamed to integration-tests/it-exporter/it-no-protobuf-test/pom.xml
@@ -8,7 +8,7 @@
8
<version>1.3.2</version>
9
</parent>
10
11
- <artifactId>it-no-protobuf</artifactId>
+ <artifactId>it-no-protobuf-test</artifactId>
12
13
<name>Integration Test - No Protobuf</name>
14
<description>
…/metrics/it/noprotobuf/NoProtobufIT.java …/metrics/it/noprotobuf/NoProtobufIT.javaintegration-tests/it-exporter/it-no-protobuf/src/test/java/io/prometheus/metrics/it/noprotobuf/NoProtobufIT.java renamed to integration-tests/it-exporter/it-no-protobuf-test/src/test/java/io/prometheus/metrics/it/noprotobuf/NoProtobufIT.java
integration-tests/it-exporter/pom.xml
@@ -22,6 +22,6 @@
22
<module>it-exporter-httpserver-sample</module>
23
<module>it-exporter-no-protobuf</module>
24
<module>it-exporter-test</module>
25
- <module>it-no-protobuf</module>
+ <module>it-no-protobuf-test</module>
26
</modules>
27
</project>
0 commit comments