-
Notifications
You must be signed in to change notification settings - Fork 652
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
Implement temporality conversion #2329
Comments
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 15, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 15, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 15, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 18, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 18, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Feb 1, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Feb 1, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Feb 2, 2022
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Feb 2, 2022
ocelotl
added a commit
that referenced
this issue
Feb 3, 2022
* Implement temporality conversion Fixes #2329 * Add aggregation temporality conversion algorithm Fixes #2329 * Fix start_time_unix_nano * Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/aggregation.py Co-authored-by: Srikanth Chekuri <[email protected]> * Add warning test * Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/aggregation.py Co-authored-by: Aaron Abbott <[email protected]> * Add comments to algorigthm These comments intend to identify the conditional blocks of the algorithm with the sections defined in the design document. * Add check for previous point cumulative aggregation temporality * Added named arguments for gauge * Change to gauge * Fix lint * Remove numbers from comment * Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/aggregation.py Co-authored-by: Srikanth Chekuri <[email protected]> * Revert "Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/aggregation.py" This reverts commit 8bdbe49. Co-authored-by: Srikanth Chekuri <[email protected]> Co-authored-by: Aaron Abbott <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocked by #2327
Temporality conversion is specified in the design doc. For this issue:
The text was updated successfully, but these errors were encountered: