-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add Prometheus to docker configuration #1953
Conversation
@@ -39,6 +41,8 @@ management: | |||
enabled: true | |||
consumer-groups: | |||
create-manually: true | |||
leadership: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from
hermes/hermes-management/src/main/resources/application.yaml
Lines 42 to 43 in 4ce323d
leadership: | |
zookeeper-dc: dc |
@@ -23,6 +23,8 @@ server: | |||
spring: | |||
jersey: | |||
type: filter | |||
filter: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from
hermes/hermes-management/src/main/resources/application-local.yaml
Lines 55 to 56 in 4ce323d
filter: | |
order: 2147483647 |
required to work properly.
This PR adds VictoriaMetrics to the Docker configuration (for local deployment) and enables collecting metrics from the
consumers
module. This allows you to:VictoriaMetrics and VictoriaMetrics vmagent web interfaces: