8000 doc update for integrations using cloudwatch metricset · Issue #8101 · elastic/integrations · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doc update for integrations using cloudwatch metricset #8101

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

Closed
lucian-ioan opened this issue Oct 5, 2023 · 4 comments
Closed

doc update for integrations using cloudwatch metricset #8101

lucian-ioan opened this issue Oct 5, 2023 · 4 comments
Assignees
Labels

Comments

@lucian-ioan
Copy link
Contributor
lucian-ioan commented Oct 5, 2023

CloudWatch deliberately organizes metrics into various groupings and dimensions and we report documents the way we collect them from CloudWatch (no aggregations).

If a CoudWatch metric is collected with a set of dimensions, we look for all data points with the same dimensions and then put them in one document and send them to ES.

In this case for API Gateway, there might be some confusion as to why we have 4 documents:
image

Upon further investigation, they are correlated to their corresponding CloudWatch metrics/dimensions groupings:

No dimensions -> Across All APIs
ApiName as a dimension -> By Api Name
ApiName, Stage as dimension -> By Stage
ApiName, Stage, Resource, Method -> By Method

Screenshot 2023-09-12 at 8 33 17 PM

A section in the documentation should explain the correspondence between CloudWatch metrics groupings and the documents. Other AWS services with similar behaviour include RedShift, DynamoDB.

@lucian-ioan lucian-ioan added enhancement New feature or request Integration:aws AWS labels Oct 5, 2023
@lucian-ioan lucian-ioan self-assigned this Oct 5, 2023
@lucian-ioan
Copy link
Contributor Author
lucian-ioan commented Oct 18, 2023

More than one document can also be fetched with the same metrics grouping (although this should be expected):

Example of 2 documents generated by a single CloudWatch grouping:
image

@lalit-satapathy
Copy link
Contributor

@lucian-ioan, Is this being worked on?

@lucian-ioan
Copy link
Contributor Author

@lalit-satapathy not currently.

@botelastic
Copy link
botelastic bot commented Nov 30, 2024

Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Nov 30, 2024
@botelastic botelastic bot closed this as completed May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0