-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[exporter/awscloudwatchlogsexporter] Enable logGroup and logStream templating #12179
Conversation
Moving to multiple pushers Signed-off-by: John Dorman <[email protected]>
Signed-off-by: John Dorman <[email protected]>
Signed-off-by: John Dorman <[email protected]>
Signed-off-by: John Dorman <[email protected]>
Signed-off-by: John Dorman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a few things I would like some discussion on before this is considered ready.
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
# Conflicts: # internal/aws/cwlogs/go.mod
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John Dorman <[email protected]>
Signed-off-by: John D <[email protected]>
Thank you so much for your work on this @boostchicken ! |
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
Signed-off-by: John D <[email protected]>
# Conflicts: # exporter/awsemfexporter/util.go # internal/aws/cwlogs/go.mod
@Aneurysm9 this is not state and is ready for merge> |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Any reason why this was nevver merged? |
Unfortunately, it looks like it was missed in the backlog of PRs. If you'd still like this feature in, please reopen and rebase with main. |
Allows templating in logStream and logGroup, enables this to consume logs from multiple nodes.
Signed-off-by: John Dorman [email protected]
Description: Cloudwatch Logs exporter now supports multiple pushers, this way it can support input from multiple nodes
Link to tracking Issue: #10887
Testing: Existing Unit Tests