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

Atlas Cloud Watch: Add the CloudWatchMetricsProcessor, an abstract class #413

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

manolama
Copy link
Contributor

@manolama manolama commented Mar 9, 2023

for writing and reading from a backing store implementation. The processor is responsible for matching incoming fire hose data to rules and merging new values with existing values in the cache. It is also responsible for regularly scraping the cache and publishing the final data. Included is a simple local hash map based store for unit testing.

for writing and reading from a backing store implementation. The processor
is responsible for matching incoming fire hose data to rules and merging
new values with existing values in the cache. It is also responsible
for regularly scraping the cache and publishing the final data.
Included is a simple local hash map based store for unit testing.
@manolama manolama merged commit 773d58a into Netflix-Skunkworks:main Mar 9, 2023
manolama added a commit to manolama/iep-apps that referenced this pull request Oct 25, 2023
…ass (Netflix-Skunkworks#413)

for writing and reading from a backing store implementation. The processor
is responsible for matching incoming fire hose data to rules and merging
new values with existing values in the cache. It is also responsible
for regularly scraping the cache and publishing the final data.
Included is a simple local hash map based store for unit testing.
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