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
|`category`||`Recommended`| string | The Azure category of the log entry. |`AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog`|
41
41
|`correlation.id`||`Recommended`| string | The correlation ID of the log entry. |`607964b6-41a5-4e24-a5db-db7aab3b9b34`|
42
42
|`duration`||`Recommended`| int | The duration of the operations in milliseconds. |`1000`|
43
-
|`identity`||`Opt-In`| undefined | "A JSON blob that describes the identity of the user or application that performed the operation." [1]||
43
+
|`identity`||`Opt-In`| undefined | "A JSON blob that describes the identity of the user or application that performed the operation." [1]||
44
44
|`operation.name`||`Recommended`| string | The name of the operation. |`SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess`|
45
45
|`operation.version`||`Recommended`| string | The version of the operation. |`1.0`|
46
-
|`properties`||`Recommended`| undefined | The properties provided in the Azure Resource Log. ||
46
+
|`properties`||`Recommended`| undefined | The properties provided in the Azure Resource Log. ||
47
47
|`result.description`||`Recommended`| string | The description of the result. |`The operation was successful`; `The operation failed`|
48
48
|`result.signature`||`Recommended`| string | The substatus of associated with the logged event. |`OK`|
49
49
|`result.type`||`Recommended`| string | The status associated with the logged event. |`Succeeded`; `Failed`; `Started`|
|`cicd.worker.count`| UpDownCounter |`{count}`| The number of workers on the CICD system by state. |||
181
+
|`cicd.worker.count`| UpDownCounter |`{count}`| The number of workers on the CICD system by state. |||
182
182
183
183
**Attributes:**
184
184
@@ -268,7 +268,7 @@ This metric is [recommended][MetricRecommended].
268
268
269
269
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`cicd.system.errors`| Counter |`{error}`| The number of errors in a component of the CICD system (eg. controller, scheduler, agent). [1]|||
271
+
|`cicd.system.errors`| Counter |`{error}`| The number of errors in a component of the CICD system (eg. controller, scheduler, agent). [1]|||
272
272
273
273
**[1]:** Errors in pipeline run execution are explicitly excluded. Ie a test failure is not counted in this metric.
274
274
@@ -607,7 +607,7 @@ This metric is [recommended][MetricRecommended].
607
607
608
608
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`vcs.repository.count`| UpDownCounter |`{repository}`| The number of repositories in an organization. |||
610
+
|`vcs.repository.count`| UpDownCounter |`{repository}`| The number of repositories in an organization. |||
Copy file name to clipboardExpand all lines: docs/db/cassandra.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Spans representing calls to a Cassandra database adhere to the general [Semantic
49
49
|[`cassandra.coordinator.dc`](/docs/registry/attributes/cassandra.md)||`Recommended`| string | The data center of the coordinating node for a query. |`us-west-2`|
50
50
|[`cassandra.coordinator.id`](/docs/registry/attributes/cassandra.md)||`Recommended`| string | The ID of the coordinating node for a query. |`be13faa2-8574-4d71-926d-27f16cf8a7af`|
51
51
|[`cassandra.page.size`](/docs/registry/attributes/cassandra.md)||`Recommended`| int | The fetch size used for paging, i.e. how many rows will be returned at once. |`5000`|
52
-
|[`cassandra.query.idempotent`](/docs/registry/attributes/cassandra.md)||`Recommended`| boolean | Whether or not the query is idempotent. ||
52
+
|[`cassandra.query.idempotent`](/docs/registry/attributes/cassandra.md)||`Recommended`| boolean | Whether or not the query is idempotent. ||
53
53
|[`cassandra.speculative_execution.count`](/docs/registry/attributes/cassandra.md)||`Recommended`| int | The number of times a query was speculatively executed. Not set or `0` if the query was not executed speculatively. |`0`; `2`|
54
54
|[`db.operation.batch.size`](/docs/registry/attributes/db.md)||`Recommended`| int | The number of queries included in a batch operation. [11]|`2`; `3`; `4`|
55
55
|[`db.query.summary`](/docs/registry/attributes/db.md)||`Recommended`[12]| string | Low cardinality summary of a database query. [13]|`SELECT wuser_table`; `INSERT shipping_details SELECT orders`; `get user by id`|
Copy file name to clipboardExpand all lines: docs/db/cosmosdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Semantic conventions described in this document apply to the call-level spans on
61
61
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` If and only if the operation failed. | string | Describes a class of error the operation ended with. [6]|`timeout`; `java.net.UnknownHostException`; `server_certificate_invalid`; `500`|
62
62
|[`server.port`](/docs/registry/attributes/server.md)||`Conditionally Required` If not default (443). | int | Server port number. [7]|`80`; `8080`; `443`|
63
63
|[`azure.client.id`](/docs/registry/attributes/azure.md)||`Recommended`| string | The unique identifier of the client instance. |`3ba4827d-4422-483f-b59f-85b74211c11d`; `storage-client-1`|
64
-
|[`azure.cosmosdb.request.body.size`](/docs/registry/attributes/azure.md)||`Recommended`| int | Request payload size in bytes. ||
64
+
|[`azure.cosmosdb.request.body.size`](/docs/registry/attributes/azure.md)||`Recommended`| int | Request payload size in bytes. ||
65
65
|[`azure.resource_provider.namespace`](/docs/registry/attributes/azure.md)||`Recommended`| string |[Azure Resource Provider Namespace](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers) as recognized by the client. [8]|`Microsoft.DocumentDB`|
66
66
|[`db.operation.batch.size`](/docs/registry/attributes/db.md)||`Recommended`| int | The number of queries included in a batch operation. [9]|`2`; `3`; `4`|
67
67
|[`db.query.text`](/docs/registry/attributes/db.md)||`Recommended`| string | The database query being executed. [10]|`SELECT * FROM wuser_table where username = ?`; `SET mykey ?`|
|`azure.cosmosdb.client.operation.request_charge`| Histogram |`{request_unit}`|[Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation. |||
356
+
|`azure.cosmosdb.client.operation.request_charge`| Histogram |`{request_unit}`|[Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation. |||
357
357
358
358
**Attributes:**
359
359
@@ -441,7 +441,7 @@ It captures the number of active instances at any given time. Best practices dic
441
441
442
442
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`azure.cosmosdb.client.active_instance.count`| UpDownCounter |`{instance}`| Number of active client instances. |||
444
+
|`azure.cosmosdb.client.active_instance.count`| UpDownCounter |`{instance}`| Number of active client instances. |||
|`db.client.response.returned_rows`| Histogram |`{row}`| The actual number of records returned by the database operation. |||
266
+
|`db.client.response.returned_rows`| Histogram |`{row}`| The actual number of records returned by the database operation. |||
267
267
268
268
**Attributes:**
269
269
@@ -426,7 +426,7 @@ This metric is [required][MetricRequired].
426
426
427
427
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.count`| UpDownCounter |`{connection}`| The number of connections that are currently in state described by the `state` attribute. |||
429
+
|`db.client.connection.count`| UpDownCounter |`{connection}`| The number of connections that are currently in state described by the `state` attribute. |||
430
430
431
431
**Attributes:**
432
432
@@ -459,7 +459,7 @@ This metric is [recommended][MetricRecommended].
459
459
460
460
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.idle.max`| UpDownCounter |`{connection}`| The maximum number of idle open connections allowed. |||
462
+
|`db.client.connection.idle.max`| UpDownCounter |`{connection}`| The maximum number of idle open connections allowed. |||
463
463
464
464
**Attributes:**
465
465
@@ -482,7 +482,7 @@ This metric is [recommended][MetricRecommended].
482
482
483
483
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.idle.min`| UpDownCounter |`{connection}`| The minimum number of idle open connections allowed. |||
485
+
|`db.client.connection.idle.min`| UpDownCounter |`{connection}`| The minimum number of idle open connections allowed. |||
486
486
487
487
**Attributes:**
488
488
@@ -505,7 +505,7 @@ This metric is [recommended][MetricRecommended].
505
505
506
506
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.max`| UpDownCounter |`{connection}`| The maximum number of open connections allowed. |||
508
+
|`db.client.connection.max`| UpDownCounter |`{connection}`| The maximum number of open connections allowed. |||
509
509
510
510
**Attributes:**
511
511
@@ -528,7 +528,7 @@ This metric is [recommended][MetricRecommended].
528
528
529
529
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.pending_requests`| UpDownCounter |`{request}`| The number of current pending requests for an open connection. |||
531
+
|`db.client.connection.pending_requests`| UpDownCounter |`{request}`| The number of current pending requests for an open connection. |||
532
532
533
533
**Attributes:**
534
534
@@ -551,7 +551,7 @@ This metric is [recommended][MetricRecommended].
551
551
552
552
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.timeouts`| Counter |`{timeout}`| The number of connection timeouts that have occurred trying to obtain a connection from the pool. |||
554
+
|`db.client.connection.timeouts`| Counter |`{timeout}`| The number of connection timeouts that have occurred trying to obtain a connection from the pool. |||
555
555
556
556
**Attributes:**
557
557
@@ -574,7 +574,7 @@ This metric is [recommended][MetricRecommended].
574
574
575
575
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.create_time`| Histogram |`s`| The time it took to create a new connection. |||
577
+
|`db.client.connection.create_time`| Histogram |`s`| The time it took to create a new connection. |||
578
578
579
579
**Attributes:**
580
580
@@ -597,7 +597,7 @@ This metric is [recommended][MetricRecommended].
597
597
598
598
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.wait_time`| Histogram |`s`| The time it took to obtain an open connection from the pool. |||
600
+
|`db.client.connection.wait_time`| Histogram |`s`| The time it took to obtain an open connection from the pool. |||
601
601
602
602
**Attributes:**
603
603
@@ -620,7 +620,7 @@ This metric is [recommended][MetricRecommended].
620
620
621
621
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`db.client.connection.use_time`| Histogram |`s`| The time between borrowing a connection and returning it to the pool. |||
623
+
|`db.client.connection.use_time`| Histogram |`s`| The time between borrowing a connection and returning it to the pool. |||
0 commit comments