File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/main/java/io/javaoperatorsdk/operator/sample Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
42- <dependency >
43- <groupId >io.micrometer</groupId >
44- <artifactId >micrometer-bom</artifactId >
45- <version >${micrometer-core.version} </version >
46- <type >pom</type >
47- <scope >import</scope >
48- </dependency >
42+ <dependency >
43+ <groupId >io.micrometer</groupId >
44+ <artifactId >micrometer-bom</artifactId >
45+ <version >${micrometer-core.version} </version >
46+ <type >pom</type >
47+ <scope >import</scope >
48+ </dependency >
4949 </dependencies >
5050 </dependencyManagement >
5151
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ public class WebPageOperator {
5757 public static void main (String [] args ) throws IOException {
5858 log .info ("WebServer Operator starting!" );
5959
60+ // TODO remove otel prefix, add job and additional labels?!
6061 // Load configuration from config.yaml
6162 Metrics metrics = initOTLPMetrics ();
6263 Operator operator =
You can’t perform that action at this time.
0 commit comments