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

feat: add configurable MetricsReporter to MetricCollectors #3490

Conversation

stevenpyzhang
Copy link
Member

@stevenpyzhang stevenpyzhang commented Oct 7, 2019

Description

Allows addition of MetricsReporters to MetricCollectors by specifying the type of reporter with the config "ksql.metric.reporters" and passing any other configs necessary to the server properties file. The corresponding MetricsReporter jar file must be specified in the ClassPath in order for this to work.

Testing done

Unit test

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@stevenpyzhang stevenpyzhang requested a review from a team as a code owner October 7, 2019 16:08
@stevenpyzhang stevenpyzhang force-pushed the configurable-metrics-reporter branch 2 times, most recently from fdccbf6 to 79911fa Compare October 7, 2019 16:53
Copy link
Contributor

@rodesai rodesai left a comment

Choose a reason for hiding this comment

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

Looks good. Couple nits inline.

@stevenpyzhang stevenpyzhang force-pushed the configurable-metrics-reporter branch from 79911fa to 8a8663b Compare October 7, 2019 22:22
@stevenpyzhang stevenpyzhang requested a review from rodesai October 7, 2019 22:23
Copy link
Contributor

@rodesai rodesai left a comment

Choose a reason for hiding this comment

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

LGTM

@stevenpyzhang stevenpyzhang force-pushed the configurable-metrics-reporter branch from 8a8663b to 041cd5f Compare October 9, 2019 19:41
@stevenpyzhang stevenpyzhang merged commit 378b8af into confluentinc:master Oct 9, 2019
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.

2 participants