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

fix: rideshare tweaks #4075

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

shelldandy
Copy link
Contributor

@shelldandy shelldandy commented Apr 3, 2025

Continues from: #4011

Needed to add the utf8 metrics to our prometheus config so they're properly scrapped

image

@shelldandy shelldandy marked this pull request as ready for review April 3, 2025 22:09
@shelldandy shelldandy requested a review from a team as a code owner April 3, 2025 22:09
@@ -1,5 +1,6 @@
services:
us-east:
container_name: us-east
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd say this isn't needed 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

its needed so i can add them in the prometheus.yml file without having to use the funky autogenerated name docker gives when not adding it

@shelldandy shelldandy requested a review from marcsanmi April 5, 2025 02:54
Comment on lines +24 to +26
- job_name: 'rideshare'
static_configs:
- targets: ['us-east:5000', 'eu-north:5000', 'ap-south:5000']
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@marcsanmi this is why i need the container names , without this scrape i don't see the metrics i added show up in the explorer

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.

3 participants