File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
examples/telemetry/se-config
src/main/java/io/helidon/examples/telemetry/se/otelconfig Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments