Class OpenTelemetryResourceProperties

java.lang.Object
io.arconia.opentelemetry.autoconfigure.resource.OpenTelemetryResourceProperties

@ConfigurationProperties(prefix="arconia.otel.resource") public class OpenTelemetryResourceProperties extends Object
Configuration properties for OpenTelemetry Resource, a set of attributes defining the telemetry source.
  • Field Details

  • Constructor Details

    • OpenTelemetryResourceProperties

      public OpenTelemetryResourceProperties()
  • Method Details

    • getServiceName

      public @Nullable String getServiceName()
    • setServiceName

      public void setServiceName(String serviceName)
    • getAttributes

      public Map<String,String> getAttributes()
    • getEnable

      public Map<String,Boolean> getEnable()