Skip to content
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

fix(metricstream): set recommended filter by omission #151

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

jta
Copy link
Contributor

@jta jta commented May 22, 2024

Previously we were collecting all metrics by omission. This commit instead loads a recommended set of filters from a file on disk. The file is kept in sync with the filter we provide for cloudformation.

We could have loaded the filter dynamically directly from the hosted URL, but that would be at odds with the idempotent nature of terraform modules. Since we already have to update the binary versions of lambda functions, we can piggyback on that process to mirror the file.

@jta jta requested a review from a team as a code owner May 22, 2024 20:47
@jta jta force-pushed the joao/filter branch 4 times, most recently from 5712a35 to 4477fd2 Compare May 22, 2024 21:26
@jta jta changed the title fix(metricstrea): set recommended filter by omission fix(metricstream): set recommended filter by omission May 22, 2024
Previously we were collecting all metrics by omission. This commit
instead loads a recommended set of filters from a file on disk. The file
is kept in sync with the filter we provide for cloudformation.

We could have loaded the filter dynamically directly from the hosted
URL, but that would be at odds with the idempotent nature of terraform
modules. Since we already have to update the binary versions of lambda
functions, we can piggyback on that process to mirror the file.
@jta jta merged commit 275f7bb into main May 22, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant