-
Notifications
You must be signed in to change notification settings - Fork 258
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
Proposal for metric proto refactor #137
Closed
Closed
Commits on Apr 15, 2020
-
Proposal for metric proto refactor
Update metric descriptor to contain information on the data qualities. This includes: - The meaning of the time interval measurements were made over is now described by the `interval` value. - The monotonic nature of the data is captured if known. - If the data values are restricted to a subset of numbers. The `SummaryDataPoint` and `HistogramDataPoint` were merged into a unified `Distribution` message that contains statistics about the observed population of values. Adds support for multiple histogram bucket definitions and adds a linear bucket definition message. Includes an explicit minimum and maximum for a `Distribution` (open-telemetry#122). Removes the exemplar code (open-telemetry#81). This can be added back in as a more generalized case now given the new `Data` structure of the Metrics. But, it has been left for a separate PR. Unifies the common parts of the previous `*DataPoints` into a unified `Data` message. This is not complete. It likely needs better names and it certainly needs comments. Related to open-telemetry#125 Fixes to open-telemetry#81
Configuration menu - View commit details
-
Copy full SHA for 46c7c67 - Browse repository at this point
Copy the full SHA 46c7c67View commit details
Commits on Apr 17, 2020
-
Update opentelemetry/proto/metrics/v1/metrics.proto
Co-Authored-By: Yuri Shkuro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f49829 - Browse repository at this point
Copy the full SHA 0f49829View commit details -
Update opentelemetry/proto/metrics/v1/metrics.proto
Co-Authored-By: Yuri Shkuro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e573ee4 - Browse repository at this point
Copy the full SHA e573ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbe6ed - Browse repository at this point
Copy the full SHA 9cbe6edView commit details -
Merge branch 'metric-proto' of github.com:MrAlias/opentelemetry-proto…
… into metric-proto
Configuration menu - View commit details
-
Copy full SHA for 9941f8e - Browse repository at this point
Copy the full SHA 9941f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd1b5e - Browse repository at this point
Copy the full SHA bfd1b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dec81 - Browse repository at this point
Copy the full SHA 05dec81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e3136 - Browse repository at this point
Copy the full SHA 95e3136View commit details -
Remove oneof and add Type field to the MetricDescriptor to specify what values to expect in the metric.data.
Configuration menu - View commit details
-
Copy full SHA for acfaa4d - Browse repository at this point
Copy the full SHA acfaa4dView commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 33fef58 - Browse repository at this point
Copy the full SHA 33fef58View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9727d7d - Browse repository at this point
Copy the full SHA 9727d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116fad2 - Browse repository at this point
Copy the full SHA 116fad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275d831 - Browse repository at this point
Copy the full SHA 275d831View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97cf89 - Browse repository at this point
Copy the full SHA c97cf89View commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5d071f1 - Browse repository at this point
Copy the full SHA 5d071f1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.