Skip to content

Change temporality for Counter and UpDownCounter to CUMULATIVE#1384

Merged
codeboten merged 1 commit intoopen-telemetry:masterfrom
ocelotl:issue_1383
Nov 18, 2020
Merged

Change temporality for Counter and UpDownCounter to CUMULATIVE#1384
codeboten merged 1 commit intoopen-telemetry:masterfrom
ocelotl:issue_1383

Conversation

@ocelotl
Copy link
Copy Markdown
Contributor

@ocelotl ocelotl commented Nov 16, 2020

Fixes #1383

Description

Changes temporality for Counter and UpDownCounter to CUMULATIVE.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • test_otlp_metric_exporter.py

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@ocelotl ocelotl requested review from a team, aabmass and codeboten and removed request for a team November 16, 2020 23:15
@ocelotl ocelotl self-assigned this Nov 16, 2020
Copy link
Copy Markdown
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

Looks like there's some lint failures, otherwise this LGTM

@aabmass
Copy link
Copy Markdown
Member

aabmass commented Nov 17, 2020

I left a comment on the issue, but I believe this should be derived from stateful.

Copy link
Copy Markdown
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

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

related #1007

@codeboten codeboten merged commit bcf7a2f into open-telemetry:master Nov 18, 2020
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.

Counter and UpDownCounter temporality should be CUMULATIVE

4 participants