Attributes of a fleet tracer representing a service instance reporting telemetry.

Hierarchy

  • FleetTracerAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
env?: string

The environment the tracer is reporting from.

hostname?: string

The hostname where the tracer is running.

language?: string

The programming language of the traced application.

languageVersion?: string

The version of the programming language runtime.

remoteConfigStatus?: string

The remote configuration status of the tracer.

runtimeIds?: string[]

Runtime identifiers for the tracer instances.

service?: string

The telemetry-derived service name reported by the tracer.

serviceHostname?: string

The service hostname reported by the tracer.

serviceVersion?: string

The version of the traced service.

tracerVersion?: string

The version of the Datadog tracer library.

Generated using TypeDoc