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

Allow empty MetricDescriptor.label_keys #611

Merged

Conversation

samn
Copy link
Contributor

@samn samn commented Apr 9, 2019

so metrics without tags can be used. A View's columns are used as the
MetricDescriptor's label_keys, and the
docs say that they're optional.

This change preserves the behavior when the label_keys are None, or if
any values are None.

This matches the behavior of the Java
API
.

@samn samn requested review from c24t, reyang, songy23 and a team as code owners April 9, 2019 22:28
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

Copy link
Contributor

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@c24t c24t left a comment

Choose a reason for hiding this comment

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

LGTM with one change.

opencensus/metrics/export/metric_descriptor.py Outdated Show resolved Hide resolved
@c24t
Copy link
Member

c24t commented Apr 10, 2019

@samn if you sign the CLA we can merge this.

so metrics without tags can be used. A `View`'s columns are used as the
`MetricDescriptor`'s `label_keys`, and the
[docs](https://opencensus.io/stats/view/) say that they're optional.

This change preserves the behavior when the `label_keys` are `None`, or if
any values are `None`.

This matches the behavior of the [Java
API](https://github.com/census-instrumentation/opencensus-java/blob/08d09c48a40b7dc6b5dba8603795084fc6ea9695/api/src/main/java/io/opencensus/metrics/export/MetricDescriptor.java#L53-L54).
@samn samn force-pushed the allow-empty-metric-label-keys branch from cdfae54 to a853bf1 Compare April 10, 2019 00:18
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@c24t c24t merged commit 817249a into census-instrumentation:master Apr 10, 2019
c24t pushed a commit to c24t/opencensus-python that referenced this pull request Apr 11, 2019
c24t pushed a commit to c24t/opencensus-python that referenced this pull request Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants