-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Verify compliant metric API specification implementation: Instrument Counter #3374
Comments
Post #3454, our implementation is compliant with this. |
We do not follow this optional criteria. We instead follow more common Go method naming and use |
We comply with this recommendation:
|
This assumes the term "Required" in the specification means the key word "REQUIRED". Both parameters are accepted for the
This is tricky. It could be interpreted as though the API needs to ensure non-negative numeric values are the only values the API accepts. However, as is seen in many other parts of the specification, this may be intended for a user of the API. Meaning, the user is required to not provide non-negative numeric values. Tracking this question in open-telemetry/opentelemetry-specification#3081 |
We do not allow attribute name/type registration at instrument creation time, meaning we do not support this optional feature. We do comply with the requirement to allow users to provide flexible attributes at invocation (of the |
Remaining: |
Resolved by open-telemetry/opentelemetry-specification#3082 |
The text was updated successfully, but these errors were encountered: