CloudWatch Observability Admin Service

2025/10/13 - CloudWatch Observability Admin Service - 3 new api methods

Changes  CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.

GetTelemetryEnrichmentStatus (new) Link ¶

Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Amazon Web Services Resource Explorer.

See also: AWS API Documentation

Request Syntax

client.get_telemetry_enrichment_status()
rtype:

dict

returns:

Response Syntax

{
    'Status': 'Running'|'Stopped'|'Impaired',
    'AwsResourceExplorerManagedViewArn': 'string'
}

Response Structure

  • (dict) --

    • Status (string) --

      The current status of the resource tags for telemetry feature ( Running, Stopped, or Impaired).

    • AwsResourceExplorerManagedViewArn (string) --

      The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled.

StopTelemetryEnrichment (new) Link ¶

Disables the resource tags for telemetry feature for your account, stopping the enhancement of telemetry data with additional resource metadata.

See also: AWS API Documentation

Request Syntax

client.stop_telemetry_enrichment()
rtype:

dict

returns:

Response Syntax

{
    'Status': 'Running'|'Stopped'|'Impaired'
}

Response Structure

  • (dict) --

    • Status (string) --

      The status of the resource tags for telemetry feature after the stop operation ( Running, Stopped, or Impaired).

StartTelemetryEnrichment (new) Link ¶

Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Amazon Web Services Resource Explorer to provide richer context for monitoring and observability.

See also: AWS API Documentation

Request Syntax

client.start_telemetry_enrichment()
rtype:

dict

returns:

Response Syntax

{
    'Status': 'Running'|'Stopped'|'Impaired',
    'AwsResourceExplorerManagedViewArn': 'string'
}

Response Structure

  • (dict) --

    • Status (string) --

      The status of the resource tags for telemetry feature after the start operation ( Running, Stopped, or Impaired).

    • AwsResourceExplorerManagedViewArn (string) --

      The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry.