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

feat(spans): Add separate feature flags for add-ons span metrics and indexed spans #3633

Merged
merged 21 commits into from
May 29, 2024

Conversation

phacops
Copy link
Contributor

@phacops phacops commented May 21, 2024

With this PR

  • projects:span-metrics-extraction will only control the set of "common" metrics. It no longer controls indexed span extraction.
  • projects:span-metrics-extraction-addons in addition to projects:span-metrics-extraction will extract additional metrics for the ai, queue and cache modules.
  • organizations:indexed-spans-extraction controls whether spans are extracted from transaction payloads. This flag is now independent of the metrics-related flags.

@jjbayer jjbayer self-assigned this May 22, 2024
@jjbayer jjbayer marked this pull request as ready for review May 28, 2024 06:40
@jjbayer jjbayer requested a review from a team as a code owner May 28, 2024 06:40
Co-authored-by: David Herberth <[email protected]>
@phacops phacops requested a review from Dav1dde May 29, 2024 12:49
@phacops phacops merged commit 265366c into master May 29, 2024
22 checks passed
@phacops phacops deleted the pierre/spans-separate-am3-feature-flags branch May 29, 2024 14:22
hubertdeng123 added a commit that referenced this pull request May 31, 2024
…3666)

I've recently updated the self-hosted e2e test action to properly pick
up changes on pre-submit after noticing breakage snuck into master from
#3633.

It seems reasonable to pin this to main given that our team has alerting
for when this CI check fails on master, and we don't update it
frequently. Please let me know if there are any concerns here.

#skip-changelog
jjbayer added a commit that referenced this pull request Jun 12, 2024
#3633 introduced separate feature
flags for span extraction and span metrics, but this meant that there
was no usage metric for spans that were extracted without common span
metrics. We need the usage metric for accounting purposes.
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