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.
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
[WIP] Views API Prototype #596
[WIP] Views API Prototype #596
Changes from 2 commits
7419bda
aa7562a
4a7f6dd
e43a984
4d4351f
e667bc8
5d9ae6f
554dafb
f8997ca
8331f1b
d93f159
53cc0f7
e966f7e
adce43e
864b644
fea636f
af6d003
176aa55
12402f7
8e3a903
9e7332f
3eb7dcd
ac3734c
82a154c
55ad347
fbeaf34
778223e
4875769
f793247
d7fbcef
45e96f3
0b22ef7
2a55926
b74fb2d
a510eb0
54594c8
8baa90e
765e8ef
bba29d5
d609602
4b49cb7
de145ce
93c3808
2962561
58212ba
f0e74b7
a8ab8de
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we avoid using the term "metric" to describe an instrument? The API specs very carefully avoid using metric as a noun, the only place we use that is to describe the result in a protocol such as OTLP. "Metric" is being used to describe the output, in other words, and "Instrument" is the thing we use for input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A naming pass will be done outside of this PR to update all the names to the specs.