Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix NaN support #2077

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Fix NaN support #2077

merged 1 commit into from
Feb 19, 2020

Conversation

QuanluZhang
Copy link
Contributor

No description provided.

@@ -557,7 +557,8 @@ def handle_report_metric_data(self, data):
Data type not supported
"""
logger.debug('handle report metric data = %s', data)

if 'value' in data:
data['value'] = json_tricks.loads(data['value'])
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any documentation affected?

Copy link
Contributor Author

@QuanluZhang QuanluZhang Feb 19, 2020

Choose a reason for hiding this comment

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

This is a key/value from data, which is changed from obj to string, I think this is not documented before. But we should document it at somewhere BTW.

@QuanluZhang QuanluZhang merged commit be2f3c7 into microsoft:v1.4 Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants