You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the code comments for the metric name in the protobuf spec.
What did you expect to see?
I was expecting the meaning of the DNS name prefix to be explained in the protobuf spec or in the OpenTelemetry specification.
In the protobuf spec, the name of a Metric is documented as:
name of the metric, including its DNS name prefix. It must be unique.
However, I couldn't find the meaning of DNS name prefix, either in the protobuf spec or in the OpenTelemetry specification. If it's referring to the Internet DNS (RFC 1034) or maybe overloading the word "DNS" to mean the hierarchical naming guidelines for metrics.
Additional context.
The text was updated successfully, but these errors were encountered:
sebastien-rosset
changed the title
Clarify meaning of *DNS name prefix* in metric name
Clarify meaning of *DNS name prefix* in protobuf code comment for metric name
Jan 23, 2023
What are you trying to achieve?
Improve the code comments for the metric name in the protobuf spec.
What did you expect to see?
I was expecting the meaning of the DNS name prefix to be explained in the protobuf spec or in the OpenTelemetry specification.
In the protobuf spec, the name of a
Metric
is documented as:However, I couldn't find the meaning of DNS name prefix, either in the protobuf spec or in the OpenTelemetry specification. If it's referring to the Internet DNS (RFC 1034) or maybe overloading the word "DNS" to mean the hierarchical naming guidelines for metrics.
Additional context.
The text was updated successfully, but these errors were encountered: