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 e730674 commit 962c550Copy full SHA for 962c550
modules/grafana/src/main/java/org/testcontainers/grafana/LgtmStackContainer.java
@@ -58,7 +58,7 @@ public String getOtlpHttpUrl() {
58
return "http://" + getHost() + ":" + getMappedPort(OTLP_HTTP_PORT);
59
}
60
61
- public String getPromehteusHttpUrl() {
+ public String getPrometheusHttpUrl() {
62
return "http://" + getHost() + ":" + getMappedPort(PROMETHEUS_PORT);
63
64
0 commit comments