Skip to content

[exporter/awscloudwatchlogs] placeholders support for log_group_name and log_stream_name #30773

@prashant-shahi

Description

@prashant-shahi

Component(s)

exporter/awscloudwatchlogs

Is your feature request related to a problem? Please describe.

Yes.

Currently, all incoming log data are written to a single log group/stream by the exporter. Making it difficult to filter them in AWS Cloudwatch.

Describe the solution you'd like

Support for placeholders like:

  • {ClusterName}
  • {TaskId}
  • {NodeName}
  • {ContainerInstanceId}
  • {TaskDefinitionFamily}

Similar to the format supported by awsemfexporter. With the values supported from OpenTelemetry ECS-like attributes.

Describe alternatives you've considered

No response

Additional context

No response

/cc @boostchicken, @bryan-aguilar, @rapphil

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions