-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[tempo-distributed] Add distributor OTLP receiver advanced config #1365
Conversation
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
I like this addition, thanks! However, it feels like the config belongs under the
I don't know a ton about helm, but it would be awesome if we could take either |
I see 3 possibilities:
Which do you think is best? |
I like option 3. Is it a breaking change? A user can specify:
and we could default the
|
Users that currently have
would need to adapt to the new way of enabling http. |
# Conflicts: # charts/tempo-distributed/Chart.yaml
@ben-natan yikes, of course. Unsure how i missed that. I'm ok with the breaking change but let's up the minor rev to correctly signal it. Thank you! |
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
This is looking really good @ben-natan. I'd like to request one more change if you have the time. Since this is a breaking change to move to this style of receiver configuration can we go ahead and do the opencensus, zipkin and jaeger recevier types. Otherwise we'll just find ourselves back in this position in a few months. |
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
Signed-off-by: Adrien Bennatan <adrien.ben-natan@ensta-paris.fr>
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.
Excellent work! Thanks @ben-natan
This adds the possibility to configure the distributor's OTLP receiver with advanced options. My initial need for this comes from this issue: grafana/tempo#860.
The advanced configuration can be found here
Signed-off-by: Adrien Bennatan adrien.ben-natan@ensta-paris.fr