-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Headers Setter Extension Filtering Functionality #35276
Comments
Pinging code owners for extension/headerssetter: @jpkrohling. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Is there a way around this by using the transform processor to drop data if the tenant is not matching? @jpkrohling please review. |
In my understanding transform processor is for modifying telemetry and tenantID is in header so we cannot use it for this scenario |
Yes, you're correct. I don't know how to manipulate context headers. |
is it OK to create PR for this feature? |
This would likely be a good candidate for our middleware extensions: open-telemetry/opentelemetry-collector#7441 |
Component(s)
extension/headerssetter
Is your feature request related to a problem? Please describe.
if new tenantID come to Tempo, it will automatically create tenant for that ID.
We want to allow only specific format for tenantID and avoid creating random tenant.
Describe the solution you'd like
Cerate filtering feature using regular expression on headers setter extension.
only matching tenantID is pushed to Tempo.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: