Skip to content

Commit

Permalink
NH-93486: export traces using otlp
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Nov 13, 2024
1 parent d11c308 commit 8bb6bef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

package com.solarwinds.opentelemetry.extensions;

import com.google.auto.service.AutoService;
import com.solarwinds.joboe.core.HostId;
import com.solarwinds.joboe.core.util.ServerHostInfoReader;
import io.opentelemetry.api.common.AttributeKey;
Expand All @@ -59,6 +60,7 @@
import io.opentelemetry.semconv.ResourceAttributes;
import java.util.function.BiConsumer;

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

@Override
Expand Down

0 comments on commit 8bb6bef

Please sign in to comment.