-
Notifications
You must be signed in to change notification settings - Fork 638
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
base: main
Are you sure you want to change the base?
fix: rideshare tweaks #4075
Conversation
examples/language-sdk-instrumentation/golang-push/rideshare/Dockerfile.load-generator
Outdated
Show resolved
Hide resolved
@@ -1,5 +1,6 @@ | |||
services: | |||
us-east: | |||
container_name: us-east |
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.
I'd say this isn't needed 🤔
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.
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
examples/language-sdk-instrumentation/golang-push/rideshare/rideshare/rideshare.go
Show resolved
Hide resolved
examples/language-sdk-instrumentation/golang-push/rideshare/docker-compose.yml
Outdated
Show resolved
Hide resolved
examples/language-sdk-instrumentation/golang-push/rideshare/rideshare/rideshare.go
Show resolved
Hide resolved
examples/language-sdk-instrumentation/golang-push/rideshare/loadgen.go
Outdated
Show resolved
Hide resolved
- job_name: 'rideshare' | ||
static_configs: | ||
- targets: ['us-east:5000', 'eu-north:5000', 'ap-south:5000'] |
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.
@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
Continues from: #4011
Needed to add the utf8 metrics to our prometheus config so they're properly scrapped