Skip to content

Commit

Permalink
Merge pull request #281 from solarwinds/cc/NH-93486
Browse files Browse the repository at this point in the history
NH-93486: enable `HostIdResourceProvider`
  • Loading branch information
cleverchuk authored Nov 25, 2024
2 parents f7f878f + a5ed43d commit 69557fb
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 @@ -58,6 +59,7 @@
import io.opentelemetry.sdk.resources.Resource;
import io.opentelemetry.semconv.ResourceAttributes;

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

@Override
Expand Down

0 comments on commit 69557fb

Please sign in to comment.