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

Initial mds.metrics stream processor #286

Conversation

mdurling
Copy link

Consume messages from mds.metrics
Write to database using metrics service

Consume messages from mds.metrics
Write to database using metrics service
Copy link

@avatarneil avatarneil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

write: async message => {
try {
// TODO: Switch to MetricsServiceClient
await MetricsServiceProvider.writeMetrics(asArray(message))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also likely want to do some object validation prior to shipping the metric off to the metrics service

@mdurling mdurling merged commit bd592a6 into feature/michael/mds-stream-processor-entry-points Apr 28, 2020
mdurling pushed a commit that referenced this pull request Apr 28, 2020
* Use entry points from packages folder for images

* Update scripts to start processors

* Initial mds.metrics stream processor (#286)

* Initial mds.metrics stream processor
Consume messages from mds.metrics
Write to database using metrics service
@mdurling mdurling deleted the feature/michael/metrics-processor branch April 28, 2020 17:36
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.

3 participants