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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Add stats headers when Samples were successfuly processed
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Partially fixes#37277
// More about stats: https://github.com/prometheus/docs/blob/main/docs/specs/prw/remote_write_spec_2_0.md#required-written-response-headers
240
+
// TODO: add histograms and exemplars to the stats. Histograms can be added after this PR be merged. Ref #39864
241
+
// Exemplars should be implemented to add them to the stats.
242
+
stats= promremote.WriteResponseStats{
243
+
Confirmed: true,
244
+
}
242
245
// The key is composed by: resource_hash:scope_name:scope_version:metric_name:unit:type
0 commit comments