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(dynamic-config): Expose metric extraction to all Relays #2440

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

jan-auer
Copy link
Member

Metric extraction configuration was not added to LimitedProjectConfig. For
this reason, external Relays would not see specs for on-demand metric
extraction. All traffic ingested through Relay PoPs or external Relays therefore
was missing on-demand metrics.

@jan-auer jan-auer requested a review from a team August 30, 2023 09:43
* master:
  ref(sampling): Split the sampling crate into submodules (#2438)
@jan-auer jan-auer enabled auto-merge (squash) August 30, 2023 09:46
Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

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

Wondering how we could make it easier to catch bugs like this. Maybe we should invert the structs into ProjectConfig (for the limited config) and FullProjectConfig, where ProjectConfig is serde(flatten)ed into FullProjectConfig?

@jan-auer jan-auer merged commit 6a7b073 into master Aug 30, 2023
@jan-auer jan-auer deleted the fix/external-relays-on-demand-metrics branch August 30, 2023 10:06
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