From bd84c08482eb403cdf15fc98e5621fad09955995 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 1 May 2023 08:48:20 -0700 Subject: [PATCH] Add explicit status to all sub-sections in "Mixed" document (#3460) --- specification/metrics/semantic_conventions/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/metrics/semantic_conventions/README.md b/specification/metrics/semantic_conventions/README.md index bdaa57e2657..718d894fa2f 100644 --- a/specification/metrics/semantic_conventions/README.md +++ b/specification/metrics/semantic_conventions/README.md @@ -41,6 +41,8 @@ Conventions](../../resource/semantic_conventions/README.md). ## General Guidelines +**Status**: [Experimental](../../document-status.md) + Metric names and attributes exist within a single universe and a single hierarchy. Metric names and attributes MUST be considered within the universe of all existing metric names. When defining new metric names and attributes, @@ -125,12 +127,16 @@ to the processes then to represent the count of the processes we can have a metr ## General Metric Semantic Conventions +**Status**: [Mixed](../../document-status.md) + The following semantic conventions aim to keep naming consistent. They provide guidelines for most of the cases in this specification and should be followed for other instruments not explicitly defined in this document. ### Instrument Naming +**Status**: [Experimental](../../document-status.md) + - **limit** - an instrument that measures the constant, known total amount of something should be called `entity.limit`. For example, `system.memory.limit` for the total amount of memory on a system. @@ -209,6 +215,8 @@ implementation detail. Both choices are compliant with this specification. ### Consistent UpDownCounter timeseries +**Status**: [Experimental](../../document-status.md) + When recording `UpDownCounter` metrics, the same attribute values used to record an increment SHOULD be used to record any associated decrement, otherwise those increments and decrements will end up as different timeseries.