Skip to content
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

Tracking: Exemplar Specification - Stabilization #3756

Closed
7 of 8 tasks
jsuereth opened this issue Nov 3, 2023 · 2 comments · Fixed by #3870
Closed
7 of 8 tasks

Tracking: Exemplar Specification - Stabilization #3756

jsuereth opened this issue Nov 3, 2023 · 2 comments · Fixed by #3870
Assignees
Labels
spec:metrics Related to the specification/metrics directory triaged-accepted The issue is triaged and accepted by the OTel community, one can proceed with creating a PR proposal

Comments

@jsuereth
Copy link
Contributor

jsuereth commented Nov 3, 2023

This bug is tracking issues that must be resolved before Exemplars can be declared stable.

@jsuereth jsuereth added the spec:metrics Related to the specification/metrics directory label Nov 3, 2023
@jsuereth jsuereth self-assigned this Nov 3, 2023
@arminru arminru changed the title Tracking: Exemplar Specification - Stabilizatoin Tracking: Exemplar Specification - Stabilization Nov 7, 2023
@arminru arminru added the triaged-accepted The issue is triaged and accepted by the OTel community, one can proceed with creating a PR proposal label Nov 15, 2023
jmacd added a commit that referenced this issue Dec 1, 2023
Fixes #2205
Fixes #3674 
Fixes #3669
Partially fixes #2421

## Changes

- Update example exemplar algorithm to account for initial reservoir
fill
- Update fixed-size defaults to account for memory contention /
optimization in Java impl
- Set a default for exponential histogram aggregation
- Clarify that ExemplarFilter should be configured on MeterProvider
- Make it clear that ONE reservoir is create PER timeseries datapoint
(not one reservoir per view or metric name).
- Allow flexibility in Reservoir `offer` definition based on feedback
from Go impl.

* Related issues #3756

---------

Co-authored-by: David Ashpole <dashpole@google.com>
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
carlosalberto pushed a commit that referenced this issue Jan 31, 2024
Fixes #2922
Fixes #3812 
Related to #3756

## Changes

- Cleans up language around exposing `ExemplarReservoir`. (Remove TODO,
e.g.)
- Remove `ExemplarFilter` interface but keep configuration options. (see
#3812)
- Clarify / simplify Spec Compliance matrix for existing state of the
Exemplar Specification.


Prototype in java:
open-telemetry/opentelemetry-java#5960
@jsuereth jsuereth mentioned this issue Feb 8, 2024
5 tasks
@jack-berg
Copy link
Member

Added Clarify that exemplars are best effort and changing defaults are non-breaking per this conversation: #3870 (comment)

@reyang
Copy link
Member

reyang commented Mar 15, 2024

The TC discussed this during the Mar. 13th, 2024 meeting:

  1. There is only one blocking issue (more details can be found from Tracking: Exemplar Specification - Stabilization #3756), @jack-berg is working on it Clarify that exemplar reservoir default may change in a minor version #3943.
  2. After PR Clarify that exemplar reservoir default may change in a minor version #3943 is merged, we should be ready to move this PR forward. We're targeting mid Apr. for the Metrics Exemplar spec to be marked Stable (spec release will happen early May).

jack-berg added a commit that referenced this issue Mar 20, 2024
…#3943)

Related to #3756. 

See this
[conversation](#3870 (comment))
for context.

---------

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:metrics Related to the specification/metrics directory triaged-accepted The issue is triaged and accepted by the OTel community, one can proceed with creating a PR proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants