Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Exporter/Stats/Stackdriver: Fix MetricDescriptors ValueType #197

Merged
merged 2 commits into from
Nov 20, 2018

Conversation

mayurkale22
Copy link
Member

Fixes #178

DOUBLE = 'DOUBLE',
STRING = 'STRING',
DISTRIBUTION = 'DISTRIBUTION',
MONEY = 'MONEY'
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we support "Money", "String" and "Bool". Do we still need them here?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think we need that, looks like previously copied from https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#ValueType list.

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed.

Copy link
Contributor

@isaikevych isaikevych left a comment

Choose a reason for hiding this comment

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

Please make sure that manual tests/examples is work before merge

@mayurkale22 mayurkale22 merged commit 70370f9 into census-instrumentation:master Nov 20, 2018
@mayurkale22 mayurkale22 deleted the issue#178 branch November 20, 2018 22:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants