Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: rideshare tweaks #4075
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
base: main
Are you sure you want to change the base?
fix: rideshare tweaks #4075
Changes from all commits
1f7c315
4b3730e
bdf74cc
0724c20
43a3c43
481de8e
cb7aaf5
3ded6ba
e5cd5d7
695a00b
37681db
7081be5
1838fbb
f09c495
0899b5d
6ef6fae
6ce2325
6863d8a
009afa7
2fd0b10
dfddc98
e18a251
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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've found another issue. I think this is the culprit causing this, since it overrides the
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
environment variable configuration:After the changes, try to run the example to see if the otlp metrics added in this PR #3905 are still available.
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.
Still seeing the error above when running the example with
docker-compose up --build
. Could you please take another look? @shelldandyThere 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 think it should be working properly now, please take another look @marcsanmi