-
Notifications
You must be signed in to change notification settings - Fork 894
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
API: Raw vs. other metrics / measurements are unclear #83
Comments
@yurishkuro is it somehting we need to finalize before API Complete milestone or we can change later? |
@SergeyKanzhelev I don't have a strong preference. I think improving metrics API is not in scope of v1, so I just wrote my concerns since I haven't used OpenCensus metrics API before, but it's not a blocker. |
deferring discussion for later |
@yurishkuro Can you clarify "counters seem to be fundamentally different and can never be captured via raw measure, is that correct?". I think in terms of a raw measurement being a simple numerical value. Whether we call something a count or a gauge depends on the aggregations that make sense. If you're thinking of something as a count, it means you intend to compute a sum or a rate, but you could meaningfully ask for a distribution of a count increments too. |
@jmacd that's fair |
@yurishkuro I believe the new metric spec (#250) has changed significantly and addresses these issues. Can we close this issue? |
I suggest to mark the metrics spec PR as resolving this issue. |
I marked this as resolved in the corresponding OTEP but it doesn't show up in this repo. |
I don't think you can auto-resolve issues from another repo. But the spec change is in the same repo so will auto resolve it |
To be clear, does this mean I should reference the issue from the spec
somehow? Or is there a way to auto-resolve an issue from a GH PR?
…On Mon, Oct 7, 2019 at 12:58 PM Yuri Shkuro ***@***.***> wrote:
I don't think you can auto-resolve issues from another repo. But the spec
change is in the same repo so will auto resolve it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83?email_source=notifications&email_token=AA3WFCO7H3POU4GXWG6MKVDQNOIFFA5CNFSM4HVX7PK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEARTJXA#issuecomment-539178204>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3WFCI6667RS53Q7HOW5Q3QNOIFFANCNFSM4HVX7PKQ>
.
|
In the PR description you can say "resolves ####" and the issue will be closed when PR is merged |
I believe it is resolved via #299 |
Re-posting questions from open-telemetry/opentelemetry-java#226 (comment)
The text was updated successfully, but these errors were encountered: