Skip to content

Commit a971036

Browse files
committed
Review comments
1 parent 13007a5 commit a971036

File tree

2 files changed

+1
-4
lines changed
  • examples/telemetry/se-config

2 files changed

+1
-4
lines changed

examples/telemetry/se-config/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<groupId>io.helidon.examples.telemetry</groupId>
3030
<artifactId>helidon-examples-telemetry-se-config</artifactId>
3131
<version>1.0-SNAPSHOT</version>
32+
<name>Helidon Examples Telemetry Configuration</name>
3233

3334
<properties>
3435
<mainClass>io.helidon.examples.telemetry.se.otelconfig.Main</mainClass>

examples/telemetry/se-config/src/main/java/io/helidon/examples/telemetry/se/otelconfig/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ public static void main(String[] args) {
4545
// initialize config from default configuration
4646
Config config = Services.get(Config.class);
4747

48-
// Fetch the OpenTelemetry instance from the service registry to make sure it is initialized
49-
// and assigned as the global OpenTelemetry object early during start-up.
50-
// Services.get(OpenTelemetry.class);
51-
5248
WebServer server = WebServer.builder()
5349
.config(config.get("server"))
5450
.routing(Main::routing)

0 commit comments

Comments
 (0)