Skip to content

Commit

Permalink
Discard changes to server/src/main/java/com/octopus/teamcity/opentele…
Browse files Browse the repository at this point in the history
…metry/server/helpers/OTELHelperImpl.java
  • Loading branch information
matt-richardson authored Nov 27, 2024
1 parent 69a794e commit a18747d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public OTELHelperImpl(SpanProcessor spanProcessor, String helperName) {
this.helperName = helperName;
Resource serviceNameResource = Resource
.create(Attributes.of(ResourceAttributes.SERVICE_NAME, PluginConstants.SERVICE_NAME));

this.sdkTracerProvider = SdkTracerProvider.builder()
.setResource(Resource.getDefault().merge(serviceNameResource))
.addSpanProcessor(spanProcessor)
Expand Down

0 comments on commit a18747d

Please sign in to comment.