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

Metrics mvvp with support for custom counters #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oltarasenko
Copy link
Collaborator

No description provided.

README.md Outdated
Comment on lines 26 to 35
## Metrics (Grafana and Prometheus)

In order to access the Grafana dashboard do the following:

```
cd ./metrics
docker-compose up
```

Navigate to Grafana (localhost:3000) (use admin/admin username) and find the Beam dashboard there.
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps it's worth noting in this section that this is a tool for development purposes, and not strictly needed in order to run the application. It's just provided as a way to sandbox visualizations derived from prometheus scraping.

@oltarasenko oltarasenko force-pushed the metrics_mvvp_event_counters_extended branch from 279da51 to 173838a Compare December 5, 2024 11:59
@oltarasenko oltarasenko changed the base branch from main to metrics_mvvvp December 5, 2024 11:59
@oltarasenko oltarasenko force-pushed the metrics_mvvp_event_counters_extended branch from 173838a to 6f0c76b Compare December 5, 2024 12:01
Create hb_metrics process that abstracts metrics subsystem implementation
and exposes the API for registering and interacting with metrics.
@oltarasenko oltarasenko force-pushed the metrics_mvvp_event_counters_extended branch from 6f0c76b to e3f7df0 Compare December 5, 2024 12:02
Base automatically changed from metrics_mvvvp to main December 5, 2024 14:03
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