Skip to content

Commit

Permalink
@autoservice is not needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jan 18, 2024
1 parent dd6b4b2 commit 9899855
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@

package io.opentelemetry.instrumentation.spring.autoconfigure.resources;

import com.google.auto.service.AutoService;
import io.opentelemetry.api.common.AttributeKey;
import io.opentelemetry.api.common.Attributes;
import io.opentelemetry.instrumentation.api.internal.EmbeddedInstrumentationProperties;
import io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties;
import io.opentelemetry.sdk.autoconfigure.spi.ResourceProvider;
import io.opentelemetry.sdk.resources.Resource;

@AutoService(ResourceProvider.class)
public class DistroVersionResourceProvider implements ResourceProvider {

public static final String VERSION =
Expand Down

0 comments on commit 9899855

Please sign in to comment.