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

Add Prometheus to docker configuration #1953

Merged
merged 6 commits into from
Mar 27, 2025
Merged

Conversation

3750
Copy link
Collaborator

@3750 3750 commented Mar 10, 2025

This PR adds VictoriaMetrics to the Docker configuration (for local deployment) and enables collecting metrics from the consumers module. This allows you to:

  • view metrics in the Victoria Metrics UI
  • observe subscription metrics in the Hermes UI

Screenshot 2025-03-07 at 12 53 45 (1)
Screenshot 2025-03-07 at 12 52 45
Screenshot 2025-03-07 at 12 52 33

VictoriaMetrics and VictoriaMetrics vmagent web interfaces:

Screenshot 2025-03-10 at 12 37 21
Screenshot 2025-03-10 at 12 37 04

@@ -39,6 +41,8 @@ management:
enabled: true
consumer-groups:
create-manually: true
leadership:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copied from

leadership:
zookeeper-dc: dc
, required to work properly.

@@ -23,6 +23,8 @@ server:
spring:
jersey:
type: filter
filter:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copied from


required to work properly.

@WojciechSova WojciechSova merged commit 52c64f1 into master Mar 27, 2025
22 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants