Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.41 KB

supported-resource-detectors.md

File metadata and controls

22 lines (19 loc) · 2.41 KB

Supported resource detectors

The following resource detectors are recognized:

Identifier Enabled by default Pre-installed Library name
AWSEBS OpenTelemetry.Resources.AWS
AWSEC2 OpenTelemetry.Resources.AWS
AWSECS OpenTelemetry.Resources.AWS
AWSEKS OpenTelemetry.Resources.AWS
AzureAppService OpenTelemetry.Resources.Azure
AzureVM OpenTelemetry.Resources.Azure
AzureContainerApps OpenTelemetry.Resources.Azure
Container ✔️ OpenTelemetry.Resources.Container
Host ✔️ ✔️ OpenTelemetry.Resources.Host
OperatingSystem OpenTelemetry.Resources.OperatingSystem
Process ✔️ ✔️ OpenTelemetry.Resources.Process
ProcessRuntime ✔️ ✔️ OpenTelemetry.Resources.ProcessRuntime
  • The Container resource detector is included but needs to be explicitly activated, as activating it in non-container environments can causes erroneous attributes. A future release may activate it by default.