mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
restore grafana annotator
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>mvn-defaults</artifactId>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<version>4.17.32-SNAPSHOT</version>
|
||||
<version>5.17.1-SNAPSHOT</version>
|
||||
<relativePath>../mvn-defaults</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -21,7 +21,13 @@
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-api</artifactId>
|
||||
<version>4.17.32-SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>nb-api</artifactId>
|
||||
<version>5.17.1-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
package io.nosqlbench.engine.clients.grafana.analyzer;
|
||||
|
||||
import io.nosqlbench.api.metadata.SystemId;
|
||||
import io.nosqlbench.engine.clients.grafana.GRangeResult;
|
||||
import io.nosqlbench.engine.clients.grafana.GStitcher;
|
||||
import io.nosqlbench.engine.clients.grafana.GrafanaClient;
|
||||
import io.nosqlbench.engine.clients.grafana.GrafanaClientConfig;
|
||||
import io.nosqlbench.engine.clients.grafana.transfer.*;
|
||||
import io.nosqlbench.api.metadata.SystemId;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.time.Instant;
|
||||
|
||||
@@ -67,6 +67,12 @@
|
||||
<version>5.17.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-clients</artifactId>
|
||||
<version>5.17.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
16
pom.xml
16
pom.xml
@@ -36,19 +36,22 @@
|
||||
<properties>
|
||||
<!-- CORE MODULES -->
|
||||
<module.mvn-defaults>mvn-defaults</module.mvn-defaults>
|
||||
<module.nb5>nb5</module.nb5>
|
||||
<module.nbr>nbr</module.nbr>
|
||||
<module.nbr-examples>nbr-examples</module.nbr-examples>
|
||||
<module.nb-api>nb-api</module.nb-api>
|
||||
<module.nb-annotations>nb-annotations</module.nb-annotations>
|
||||
<module.nb-spectest>nb-spectest</module.nb-spectest>
|
||||
<module.adapters-api>adapters-api</module.adapters-api>
|
||||
<module.engine-api>engine-api</module.engine-api>
|
||||
|
||||
<module.engine-core>engine-core</module.engine-core>
|
||||
<module.engine-extensions>engine-extensions</module.engine-extensions>
|
||||
<module.engine-docker>engine-docker</module.engine-docker>
|
||||
<module.engine-docs>engine-docs</module.engine-docs>
|
||||
<module.engine-cli>engine-cli</module.engine-cli>
|
||||
<module.adapters-api>adapters-api</module.adapters-api>
|
||||
<module.engine-docs>engine-docs</module.engine-docs>
|
||||
|
||||
<module.nb5>nb5</module.nb5>
|
||||
<module.nbr>nbr</module.nbr>
|
||||
|
||||
<module.nb-spectest>nb-spectest</module.nb-spectest>
|
||||
<module.nbr-examples>nbr-examples</module.nbr-examples>
|
||||
|
||||
<!-- driver modules -->
|
||||
<module.adapter-diag>adapter-diag</module.adapter-diag>
|
||||
@@ -88,6 +91,7 @@
|
||||
<module>engine-extensions</module>
|
||||
<module>engine-docker</module>
|
||||
<module>engine-docs</module>
|
||||
<module>engine-clients</module>
|
||||
<module>engine-cli</module>
|
||||
<module>adapters-api</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user