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

Migrate the project to Micrometer backend #86

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rabinarai1
Copy link

This is a PR which changes the project to use Micrometer as it's Metrics backend.

We are proposing this change because it enables users to make use of dimensional metrics in those metrics systems that support it. This means that metrics can be tagged with extra metadata that allows metrics data to be broken down in many more different ways in the user's chosen metrics system.

We understand this is a huge change to the project but if you are happy to accept the change, we will write migration notes and any other documentation that is required in order to understand how to migrate code to the new version of the project.

The largest change is to the metrics Json endpoint and to the metric names that are exposed by default. This is due to differences in the metrics name that are used in the JVM and logback metric sets that are provided by Micrometer. Micrometer also does not support rate aggregation for timers as its common for users to do this in their metrics database system now.

It's possible to continue using Dropwizard as the reporting backend for metrics as Micrometer supports a Dropwizard meter registry.

Contributed by @DavidGregory084 and myself on behalf of the @opencastsoftware open source team. 👋

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.

None yet

1 participant