Open sorobon opened 8 months ago
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Any update?
Any update, we are also looking for same feature
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Same here ! We needs for this features because we want to have on collector for mulitple app and each app has his own log group name !
Any update ? @boostchicken @bryan-aguilar @rapphil
Any update we are also looking for same solution . At least log streams should be dynamic . Fluent bit provides that solution , but for awscloudwatchlogexporter log_stream is a requirement and not dynamic .
@boostchicken @bryan-aguilar @rapphil please weigh in.
Same here! Right now the cloudwatchlogsexporter
forces all logs to go to a stream of a fixed name. There is no inherent limit to a size of a stream. However, I imagine there are performance benefits to introducing segmentation between streams.
By minimum, if a log_stream
is not provided, then it should default to a dynamic value like a UUID
Component(s)
exporter/awscloudwatchlogs
Is your feature request related to a problem? Please describe.
Duplicate with https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14554 We are running the opentelemetry collector to send logs from our edge systems to a central opentelemetry gateway service. From the gateway we'd like to write logs to cloudwatch logs in different log groups and streams based on log resources.
Describe the solution you'd like
We'd like to be able to set the log_group_name and log_stream_name dynamically based on fields from the log event:
Describe alternatives you've considered
No response
Additional context
No response