We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77307e2 commit 1daab47Copy full SHA for 1daab47
sample-operators/webpage/src/main/java/io/javaoperatorsdk/operator/sample/WebPageOperator.java
@@ -58,6 +58,7 @@ public static void main(String[] args) throws IOException {
58
log.info("WebServer Operator starting!");
59
60
// TODO remove otel prefix, add job and additional labels?!
61
+ // TODO add test for checking if there are metrics in prometheus
62
// Load configuration from config.yaml
63
Metrics metrics = initOTLPMetrics();
64
Operator operator =
0 commit comments