You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What does this PR do?
Add assertion on input data and allow helpers to produce blank sketches - for use in DataDog/dd-go#212091
### Motivation
### Describe how you validated your changes
### Additional Notes
Co-authored-by: ibraheem.aboulnaga <ibraheem.aboulnaga@datadoghq.com>
# Each section from every release note are combined when the
2
+
# CHANGELOG.rst is rendered. So the text needs to be worded so that
3
+
# it does not depend on any information only available in another
4
+
# section. This may mean repeating some details, but each section
5
+
# must be readable independently of the other.
6
+
#
7
+
# Each section note must be formatted as reStructuredText.
8
+
---
9
+
enhancements:
10
+
- |
11
+
Update the histogram helpers API in the `pkg/opentelemetry-mapping-go/otlp/metrics` package. The API now accepts accept pointers to the OTLP data points, and returns blank DDSketches when the pointer is nil.
0 commit comments