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(server): Allow numbers in measurement names #785

Merged
merged 2 commits into from
Sep 29, 2020

Conversation

dashed
Copy link
Member

@dashed dashed commented Sep 28, 2020

I missed this in #724 and was discovered in getsentry/sentry#20719

This doesn't break the web vital metrics since their names do not contain numbers.

@dashed dashed changed the title fix: Allow numbers in measurement names fix(server): Allow numbers in measurement names Sep 28, 2020
@dashed dashed force-pushed the allow-numbers-in-measurement-names branch from 475050e to 64cc526 Compare September 28, 2020 23:07
@dashed dashed merged commit e2f6068 into master Sep 29, 2020
@dashed dashed deleted the allow-numbers-in-measurement-names branch September 29, 2020 02:06
Zylphrex added a commit to getsentry/sentry that referenced this pull request Sep 29, 2020
This change makes the measurement columns available to Sentry. Specifically, a
measurement x can be queried under the name measurements.x.

All measurements are of the type number, and are treated as such. Furthermore,
fp, fcp, lcp, and fid are special cased to be treated as durations as well.

Measurements can also be used under aggregate functions, provided they are of
the appropriate types.

This change depends on getsentry/relay/pull/724 and getsentry/relay#785
jan-auer added a commit that referenced this pull request Oct 5, 2020
* master:
  fix: use MIN_SRING_LEN in all branches (#791)
  ci: Simplify GitHub workflows (#790)
  fix(wstring): Correct out-of-range indexing and is_char_boundary (#787)
  fix(minidump): Accept big-endian minidumps (#789)
  release: 0.8.1
  fix(server): Allow numbers in measurement names (#785)
  feat(server): Add support for measurement ingestion (#724)
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