@psnext/slingcli 2.5.20260705-1 → 2.5.20260707-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +3 -173
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +96 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +289 -650
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +27 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +181 -118
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +506 -7
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -3
- package/node_modules/@protobufjs/utf8/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/utf8/index.js +29 -18
- package/node_modules/@protobufjs/utf8/package.json +2 -2
- package/node_modules/@protobufjs/utf8/tests/index.js +5 -0
- package/node_modules/gaxios/build/cjs/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/cjs/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/cjs/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/cjs/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/esm/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/esm/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +4 -4
- package/package.json +2 -2
- package/sling-default-packages.json +2 -1
- package/slingshot/index.js +2 -2
package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* @example created
|
|
12
12
|
*
|
|
13
|
-
* @note The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#
|
|
13
|
+
* @note The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#lifecycle-callbacks), and from which the `OS identifiers` are derived.
|
|
14
14
|
*
|
|
15
15
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
16
16
|
*/
|
|
@@ -90,6 +90,19 @@ export const ANDROID_STATE_VALUE_FOREGROUND = "foreground";
|
|
|
90
90
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
91
91
|
*/
|
|
92
92
|
export const ATTR_APP_BUILD_ID = 'app.build_id';
|
|
93
|
+
/**
|
|
94
|
+
* A unique identifier representing an instance of an end-user facing app crash.
|
|
95
|
+
*
|
|
96
|
+
* @example 083d3d2d-9a0e-47f8-be3d-bc3c5538ba38
|
|
97
|
+
*
|
|
98
|
+
* @note Its value **MAY** be meaningful and be used as a reference for telemetry and metadata recorded by
|
|
99
|
+
* the same instrumentation (e.g. it is an ID generated by an external source that captured the crash).
|
|
100
|
+
* It **MAY** come from a source external to the instrumentation such that it can be used to look up additional
|
|
101
|
+
* data from other sources as well as facilitate deduplication.
|
|
102
|
+
*
|
|
103
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
104
|
+
*/
|
|
105
|
+
export const ATTR_APP_CRASH_ID = 'app.crash.id';
|
|
93
106
|
/**
|
|
94
107
|
* A unique identifier representing the installation of an application on a specific device
|
|
95
108
|
*
|
|
@@ -1594,6 +1607,14 @@ export const ATTR_AZURE_SERVICE_REQUEST_ID = 'azure.service.request.id';
|
|
|
1594
1607
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1595
1608
|
*/
|
|
1596
1609
|
export const ATTR_BROWSER_BRANDS = 'browser.brands';
|
|
1610
|
+
/**
|
|
1611
|
+
* Absolute URL of the current browser document according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986).
|
|
1612
|
+
*
|
|
1613
|
+
* @example https://www.example.com/search?q=OpenTelemetry#SemConv
|
|
1614
|
+
*
|
|
1615
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1616
|
+
*/
|
|
1617
|
+
export const ATTR_BROWSER_DOCUMENT_URL_FULL = 'browser.document.url.full';
|
|
1597
1618
|
/**
|
|
1598
1619
|
* Preferred language of the user using the browser
|
|
1599
1620
|
*
|
|
@@ -1828,7 +1849,7 @@ export const CICD_PIPELINE_RESULT_VALUE_CANCELLATION = "cancellation";
|
|
|
1828
1849
|
/**
|
|
1829
1850
|
* Enum value "error" for attribute {@link ATTR_CICD_PIPELINE_RESULT}.
|
|
1830
1851
|
*
|
|
1831
|
-
* The pipeline run failed due to an error in the
|
|
1852
|
+
* The pipeline run failed due to an error in the CI/CD system, eg. due to the worker being killed.
|
|
1832
1853
|
*
|
|
1833
1854
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1834
1855
|
*/
|
|
@@ -1958,7 +1979,7 @@ export const CICD_PIPELINE_TASK_RUN_RESULT_VALUE_CANCELLATION = "cancellation";
|
|
|
1958
1979
|
/**
|
|
1959
1980
|
* Enum value "error" for attribute {@link ATTR_CICD_PIPELINE_TASK_RUN_RESULT}.
|
|
1960
1981
|
*
|
|
1961
|
-
* The task run failed due to an error in the
|
|
1982
|
+
* The task run failed due to an error in the CI/CD system, eg. due to the worker being killed.
|
|
1962
1983
|
*
|
|
1963
1984
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1964
1985
|
*/
|
|
@@ -2038,7 +2059,7 @@ export const CICD_PIPELINE_TASK_TYPE_VALUE_DEPLOY = "deploy";
|
|
|
2038
2059
|
*/
|
|
2039
2060
|
export const CICD_PIPELINE_TASK_TYPE_VALUE_TEST = "test";
|
|
2040
2061
|
/**
|
|
2041
|
-
* The name of a component of the
|
|
2062
|
+
* The name of a component of the CI/CD system.
|
|
2042
2063
|
*
|
|
2043
2064
|
* @example controller
|
|
2044
2065
|
* @example scheduler
|
|
@@ -2048,7 +2069,7 @@ export const CICD_PIPELINE_TASK_TYPE_VALUE_TEST = "test";
|
|
|
2048
2069
|
*/
|
|
2049
2070
|
export const ATTR_CICD_SYSTEM_COMPONENT = 'cicd.system.component';
|
|
2050
2071
|
/**
|
|
2051
|
-
* The unique identifier of a worker within a
|
|
2072
|
+
* The unique identifier of a worker within a CI/CD system.
|
|
2052
2073
|
*
|
|
2053
2074
|
* @example abc123
|
|
2054
2075
|
* @example 10.0.1.2
|
|
@@ -2058,7 +2079,7 @@ export const ATTR_CICD_SYSTEM_COMPONENT = 'cicd.system.component';
|
|
|
2058
2079
|
*/
|
|
2059
2080
|
export const ATTR_CICD_WORKER_ID = 'cicd.worker.id';
|
|
2060
2081
|
/**
|
|
2061
|
-
* The name of a worker within a
|
|
2082
|
+
* The name of a worker within a CI/CD system.
|
|
2062
2083
|
*
|
|
2063
2084
|
* @example agent-abc
|
|
2064
2085
|
* @example controller
|
|
@@ -2068,7 +2089,7 @@ export const ATTR_CICD_WORKER_ID = 'cicd.worker.id';
|
|
|
2068
2089
|
*/
|
|
2069
2090
|
export const ATTR_CICD_WORKER_NAME = 'cicd.worker.name';
|
|
2070
2091
|
/**
|
|
2071
|
-
* The state of a
|
|
2092
|
+
* The state of a CI/CD worker / agent.
|
|
2072
2093
|
*
|
|
2073
2094
|
* @example idle
|
|
2074
2095
|
* @example busy
|
|
@@ -2080,7 +2101,7 @@ export const ATTR_CICD_WORKER_STATE = 'cicd.worker.state';
|
|
|
2080
2101
|
/**
|
|
2081
2102
|
* Enum value "available" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2082
2103
|
*
|
|
2083
|
-
* The worker is not performing work for the
|
|
2104
|
+
* The worker is not performing work for the CI/CD system. It is available to the CI/CD system to perform work on (online / idle).
|
|
2084
2105
|
*
|
|
2085
2106
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2086
2107
|
*/
|
|
@@ -2088,7 +2109,7 @@ export const CICD_WORKER_STATE_VALUE_AVAILABLE = "available";
|
|
|
2088
2109
|
/**
|
|
2089
2110
|
* Enum value "busy" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2090
2111
|
*
|
|
2091
|
-
* The worker is performing work for the
|
|
2112
|
+
* The worker is performing work for the CI/CD system.
|
|
2092
2113
|
*
|
|
2093
2114
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2094
2115
|
*/
|
|
@@ -2096,7 +2117,7 @@ export const CICD_WORKER_STATE_VALUE_BUSY = "busy";
|
|
|
2096
2117
|
/**
|
|
2097
2118
|
* Enum value "offline" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2098
2119
|
*
|
|
2099
|
-
* The worker is not available to the
|
|
2120
|
+
* The worker is not available to the CI/CD system (disconnected / down).
|
|
2100
2121
|
*
|
|
2101
2122
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2102
2123
|
*/
|
|
@@ -2864,14 +2885,6 @@ export const ATTR_CONTAINER_CSI_PLUGIN_NAME = 'container.csi.plugin.name';
|
|
|
2864
2885
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2865
2886
|
*/
|
|
2866
2887
|
export const ATTR_CONTAINER_CSI_VOLUME_ID = 'container.csi.volume.id';
|
|
2867
|
-
/**
|
|
2868
|
-
* Container ID. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/containers/run/#container-identification). The UUID might be abbreviated.
|
|
2869
|
-
*
|
|
2870
|
-
* @example a3bf90e006b2
|
|
2871
|
-
*
|
|
2872
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2873
|
-
*/
|
|
2874
|
-
export const ATTR_CONTAINER_ID = 'container.id';
|
|
2875
2888
|
/**
|
|
2876
2889
|
* Runtime specific image identifier. Usually a hash algorithm followed by a UUID.
|
|
2877
2890
|
*
|
|
@@ -2884,32 +2897,6 @@ export const ATTR_CONTAINER_ID = 'container.id';
|
|
|
2884
2897
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2885
2898
|
*/
|
|
2886
2899
|
export const ATTR_CONTAINER_IMAGE_ID = 'container.image.id';
|
|
2887
|
-
/**
|
|
2888
|
-
* Name of the image the container was built on.
|
|
2889
|
-
*
|
|
2890
|
-
* @example gcr.io/opentelemetry/operator
|
|
2891
|
-
*
|
|
2892
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2893
|
-
*/
|
|
2894
|
-
export const ATTR_CONTAINER_IMAGE_NAME = 'container.image.name';
|
|
2895
|
-
/**
|
|
2896
|
-
* Repo digests of the container image as provided by the container runtime.
|
|
2897
|
-
*
|
|
2898
|
-
* @example ["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]
|
|
2899
|
-
*
|
|
2900
|
-
* @note [Docker](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect) and [CRI](https://github.com/kubernetes/cri-api/blob/c75ef5b473bbe2d0a4fc92f82235efd665ea8e9f/pkg/apis/runtime/v1/api.proto#L1237-L1238) report those under the `RepoDigests` field.
|
|
2901
|
-
*
|
|
2902
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2903
|
-
*/
|
|
2904
|
-
export const ATTR_CONTAINER_IMAGE_REPO_DIGESTS = 'container.image.repo_digests';
|
|
2905
|
-
/**
|
|
2906
|
-
* Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`.
|
|
2907
|
-
*
|
|
2908
|
-
* @example ["v1.27.1", "3.5.7-0"]
|
|
2909
|
-
*
|
|
2910
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2911
|
-
*/
|
|
2912
|
-
export const ATTR_CONTAINER_IMAGE_TAGS = 'container.image.tags';
|
|
2913
2900
|
/**
|
|
2914
2901
|
* Container labels, `<key>` being the label name, the value being the label value.
|
|
2915
2902
|
*
|
|
@@ -3020,9 +3007,11 @@ export const CPU_MODE_VALUE_IOWAIT = "iowait";
|
|
|
3020
3007
|
/**
|
|
3021
3008
|
* Enum value "kernel" for attribute {@link ATTR_CPU_MODE}.
|
|
3022
3009
|
*
|
|
3023
|
-
*
|
|
3010
|
+
* Deprecated. Use `system` instead.
|
|
3024
3011
|
*
|
|
3025
3012
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3013
|
+
*
|
|
3014
|
+
* @deprecated Replaced by `system`.
|
|
3026
3015
|
*/
|
|
3027
3016
|
export const CPU_MODE_VALUE_KERNEL = "kernel";
|
|
3028
3017
|
/**
|
|
@@ -5345,6 +5334,49 @@ export const ATTR_FILE_GROUP_NAME = 'file.group.name';
|
|
|
5345
5334
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5346
5335
|
*/
|
|
5347
5336
|
export const ATTR_FILE_INODE = 'file.inode';
|
|
5337
|
+
/**
|
|
5338
|
+
* The lock mechanism such as noted by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)
|
|
5339
|
+
*
|
|
5340
|
+
* @example POSIX
|
|
5341
|
+
* @example FLOCK
|
|
5342
|
+
* @example DELEG
|
|
5343
|
+
* @example LEASE
|
|
5344
|
+
*
|
|
5345
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5346
|
+
*/
|
|
5347
|
+
export const ATTR_FILE_LOCK_MECHANISM = 'file.lock.mechanism';
|
|
5348
|
+
/**
|
|
5349
|
+
* Mode of lock or operation such as documented by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)
|
|
5350
|
+
*
|
|
5351
|
+
* @example ADVISORY
|
|
5352
|
+
* @example MANDATORY
|
|
5353
|
+
* @example BREAKING
|
|
5354
|
+
* @example ACTIVE
|
|
5355
|
+
* @example BREAKER
|
|
5356
|
+
*
|
|
5357
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5358
|
+
*/
|
|
5359
|
+
export const ATTR_FILE_LOCK_MODE = 'file.lock.mode';
|
|
5360
|
+
/**
|
|
5361
|
+
* The lock type as represented by i.e. [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)'s l_type.
|
|
5362
|
+
*
|
|
5363
|
+
* @example read
|
|
5364
|
+
*
|
|
5365
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5366
|
+
*/
|
|
5367
|
+
export const ATTR_FILE_LOCK_TYPE = 'file.lock.type';
|
|
5368
|
+
/**
|
|
5369
|
+
* Enum value "read" for attribute {@link ATTR_FILE_LOCK_TYPE}.
|
|
5370
|
+
*
|
|
5371
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5372
|
+
*/
|
|
5373
|
+
export const FILE_LOCK_TYPE_VALUE_READ = "read";
|
|
5374
|
+
/**
|
|
5375
|
+
* Enum value "write" for attribute {@link ATTR_FILE_LOCK_TYPE}.
|
|
5376
|
+
*
|
|
5377
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5378
|
+
*/
|
|
5379
|
+
export const FILE_LOCK_TYPE_VALUE_WRITE = "write";
|
|
5348
5380
|
/**
|
|
5349
5381
|
* Mode of the file in octal representation.
|
|
5350
5382
|
*
|
|
@@ -5843,6 +5875,16 @@ export const ATTR_GCP_CLOUD_RUN_JOB_TASK_INDEX = 'gcp.cloud_run.job.task_index';
|
|
|
5843
5875
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5844
5876
|
*/
|
|
5845
5877
|
export const ATTR_GCP_GCE_INSTANCE_HOSTNAME = 'gcp.gce.instance.hostname';
|
|
5878
|
+
/**
|
|
5879
|
+
* GCE instance labels, `<key>` being the label name and the value being the label value.
|
|
5880
|
+
*
|
|
5881
|
+
* @example observability
|
|
5882
|
+
*
|
|
5883
|
+
* @note For example, a GCE instance label `team` with value `observability` **SHOULD** be recorded as the `gcp.gce.instance.labels.team` attribute with value `"observability"`. The `<key>` **MUST** be the exact GCE instance label key.
|
|
5884
|
+
*
|
|
5885
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5886
|
+
*/
|
|
5887
|
+
export const ATTR_GCP_GCE_INSTANCE_LABELS = (key) => `gcp.gce.instance.labels.${key}`;
|
|
5846
5888
|
/**
|
|
5847
5889
|
* The instance name of a GCE instance. This is the value provided by `host.name`, the visible name of the instance in the Cloud Console UI, and the prefix for the default hostname of the instance as defined by the [default internal DNS name](https://cloud.google.com/compute/docs/internal-dns#instance-fully-qualified-domain-names).
|
|
5848
5890
|
*
|
|
@@ -5886,6 +5928,8 @@ export const ATTR_GCP_GCE_INSTANCE_GROUP_MANAGER_ZONE = 'gcp.gce.instance_group_
|
|
|
5886
5928
|
* @example Generates fiction stories
|
|
5887
5929
|
*
|
|
5888
5930
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5931
|
+
*
|
|
5932
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5889
5933
|
*/
|
|
5890
5934
|
export const ATTR_GEN_AI_AGENT_DESCRIPTION = 'gen_ai.agent.description';
|
|
5891
5935
|
/**
|
|
@@ -5894,6 +5938,8 @@ export const ATTR_GEN_AI_AGENT_DESCRIPTION = 'gen_ai.agent.description';
|
|
|
5894
5938
|
* @example asst_5j66UpCpwteGg4YSxUnt7lPY
|
|
5895
5939
|
*
|
|
5896
5940
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5941
|
+
*
|
|
5942
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5897
5943
|
*/
|
|
5898
5944
|
export const ATTR_GEN_AI_AGENT_ID = 'gen_ai.agent.id';
|
|
5899
5945
|
/**
|
|
@@ -5903,6 +5949,8 @@ export const ATTR_GEN_AI_AGENT_ID = 'gen_ai.agent.id';
|
|
|
5903
5949
|
* @example Fiction Writer
|
|
5904
5950
|
*
|
|
5905
5951
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5952
|
+
*
|
|
5953
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5906
5954
|
*/
|
|
5907
5955
|
export const ATTR_GEN_AI_AGENT_NAME = 'gen_ai.agent.name';
|
|
5908
5956
|
/**
|
|
@@ -5912,6 +5960,8 @@ export const ATTR_GEN_AI_AGENT_NAME = 'gen_ai.agent.name';
|
|
|
5912
5960
|
* @example 2025-05-01
|
|
5913
5961
|
*
|
|
5914
5962
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5963
|
+
*
|
|
5964
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5915
5965
|
*/
|
|
5916
5966
|
export const ATTR_GEN_AI_AGENT_VERSION = 'gen_ai.agent.version';
|
|
5917
5967
|
/**
|
|
@@ -5930,6 +5980,8 @@ export const ATTR_GEN_AI_COMPLETION = 'gen_ai.completion';
|
|
|
5930
5980
|
* @example conv_5j66UpCpwteGg4YSxUnt7lPY
|
|
5931
5981
|
*
|
|
5932
5982
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5983
|
+
*
|
|
5984
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5933
5985
|
*/
|
|
5934
5986
|
export const ATTR_GEN_AI_CONVERSATION_ID = 'gen_ai.conversation.id';
|
|
5935
5987
|
/**
|
|
@@ -5940,6 +5992,8 @@ export const ATTR_GEN_AI_CONVERSATION_ID = 'gen_ai.conversation.id';
|
|
|
5940
5992
|
* @note Data sources are used by AI agents and RAG applications to store grounding data. A data source may be an external database, object store, document collection, website, or any other storage system used by the GenAI agent or application. The `gen_ai.data_source.id` **SHOULD** match the identifier used by the GenAI system rather than a name specific to the external storage, such as a database or object store. Semantic conventions referencing `gen_ai.data_source.id` **MAY** also leverage additional attributes, such as `db.*`, to further identify and describe the data source.
|
|
5941
5993
|
*
|
|
5942
5994
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5995
|
+
*
|
|
5996
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5943
5997
|
*/
|
|
5944
5998
|
export const ATTR_GEN_AI_DATA_SOURCE_ID = 'gen_ai.data_source.id';
|
|
5945
5999
|
/**
|
|
@@ -5949,6 +6003,8 @@ export const ATTR_GEN_AI_DATA_SOURCE_ID = 'gen_ai.data_source.id';
|
|
|
5949
6003
|
* @example 1024
|
|
5950
6004
|
*
|
|
5951
6005
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6006
|
+
*
|
|
6007
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5952
6008
|
*/
|
|
5953
6009
|
export const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT = 'gen_ai.embeddings.dimension.count';
|
|
5954
6010
|
/**
|
|
@@ -5957,6 +6013,8 @@ export const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT = 'gen_ai.embeddings.dimensi
|
|
|
5957
6013
|
* @example The response is factually accurate but lacks sufficient detail to fully address the question.
|
|
5958
6014
|
*
|
|
5959
6015
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6016
|
+
*
|
|
6017
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5960
6018
|
*/
|
|
5961
6019
|
export const ATTR_GEN_AI_EVALUATION_EXPLANATION = 'gen_ai.evaluation.explanation';
|
|
5962
6020
|
/**
|
|
@@ -5966,6 +6024,8 @@ export const ATTR_GEN_AI_EVALUATION_EXPLANATION = 'gen_ai.evaluation.explanation
|
|
|
5966
6024
|
* @example IntentResolution
|
|
5967
6025
|
*
|
|
5968
6026
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6027
|
+
*
|
|
6028
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5969
6029
|
*/
|
|
5970
6030
|
export const ATTR_GEN_AI_EVALUATION_NAME = 'gen_ai.evaluation.name';
|
|
5971
6031
|
/**
|
|
@@ -5981,6 +6041,8 @@ export const ATTR_GEN_AI_EVALUATION_NAME = 'gen_ai.evaluation.name';
|
|
|
5981
6041
|
* @note This attribute provides a human-readable interpretation of the evaluation score produced by an evaluator. For example, a score value of 1 could mean "relevant" in one evaluation system and "not relevant" in another, depending on the scoring range and evaluator. The label **SHOULD** have low cardinality. Possible values depend on the evaluation metric and evaluator used; implementations **SHOULD** document the possible values.
|
|
5982
6042
|
*
|
|
5983
6043
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6044
|
+
*
|
|
6045
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5984
6046
|
*/
|
|
5985
6047
|
export const ATTR_GEN_AI_EVALUATION_SCORE_LABEL = 'gen_ai.evaluation.score.label';
|
|
5986
6048
|
/**
|
|
@@ -5989,6 +6051,8 @@ export const ATTR_GEN_AI_EVALUATION_SCORE_LABEL = 'gen_ai.evaluation.score.label
|
|
|
5989
6051
|
* @example 4.0
|
|
5990
6052
|
*
|
|
5991
6053
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6054
|
+
*
|
|
6055
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5992
6056
|
*/
|
|
5993
6057
|
export const ATTR_GEN_AI_EVALUATION_SCORE_VALUE = 'gen_ai.evaluation.score.value';
|
|
5994
6058
|
/**
|
|
@@ -6029,7 +6093,7 @@ export const ATTR_GEN_AI_EVALUATION_SCORE_VALUE = 'gen_ai.evaluation.score.value
|
|
|
6029
6093
|
* }
|
|
6030
6094
|
* ]
|
|
6031
6095
|
*
|
|
6032
|
-
* @note Instrumentations **MUST** follow [Input messages JSON schema](/docs/gen-ai/gen-ai-input-messages.json).
|
|
6096
|
+
* @note Instrumentations **MUST** follow [Input messages JSON schema](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-input-messages.json).
|
|
6033
6097
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6034
6098
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6035
6099
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6041,10 +6105,12 @@ export const ATTR_GEN_AI_EVALUATION_SCORE_VALUE = 'gen_ai.evaluation.score.value
|
|
|
6041
6105
|
* > [!Warning]
|
|
6042
6106
|
* > This attribute is likely to contain sensitive information including user/PII data.
|
|
6043
6107
|
*
|
|
6044
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6108
|
+
* See [Recording content on attributes](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6045
6109
|
* section for more details.
|
|
6046
6110
|
*
|
|
6047
6111
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6112
|
+
*
|
|
6113
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6048
6114
|
*/
|
|
6049
6115
|
export const ATTR_GEN_AI_INPUT_MESSAGES = 'gen_ai.input.messages';
|
|
6050
6116
|
/**
|
|
@@ -6052,7 +6118,7 @@ export const ATTR_GEN_AI_INPUT_MESSAGES = 'gen_ai.input.messages';
|
|
|
6052
6118
|
*
|
|
6053
6119
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6054
6120
|
*
|
|
6055
|
-
* @deprecated Replaced by `gen_ai.output.type
|
|
6121
|
+
* @deprecated Replaced by `gen_ai.output.type`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6056
6122
|
*/
|
|
6057
6123
|
export const ATTR_GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT = 'gen_ai.openai.request.response_format';
|
|
6058
6124
|
/**
|
|
@@ -6086,7 +6152,7 @@ export const GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT_VALUE_TEXT = "text";
|
|
|
6086
6152
|
*
|
|
6087
6153
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6088
6154
|
*
|
|
6089
|
-
* @deprecated Replaced by `gen_ai.request.seed
|
|
6155
|
+
* @deprecated Replaced by `gen_ai.request.seed`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6090
6156
|
*/
|
|
6091
6157
|
export const ATTR_GEN_AI_OPENAI_REQUEST_SEED = 'gen_ai.openai.request.seed';
|
|
6092
6158
|
/**
|
|
@@ -6094,7 +6160,7 @@ export const ATTR_GEN_AI_OPENAI_REQUEST_SEED = 'gen_ai.openai.request.seed';
|
|
|
6094
6160
|
*
|
|
6095
6161
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6096
6162
|
*
|
|
6097
|
-
* @deprecated Replaced by `openai.request.service_tier
|
|
6163
|
+
* @deprecated Replaced by `openai.request.service_tier`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6098
6164
|
*/
|
|
6099
6165
|
export const ATTR_GEN_AI_OPENAI_REQUEST_SERVICE_TIER = 'gen_ai.openai.request.service_tier';
|
|
6100
6166
|
/**
|
|
@@ -6121,7 +6187,7 @@ export const GEN_AI_OPENAI_REQUEST_SERVICE_TIER_VALUE_DEFAULT = "default";
|
|
|
6121
6187
|
*
|
|
6122
6188
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6123
6189
|
*
|
|
6124
|
-
* @deprecated Replaced by `openai.response.service_tier
|
|
6190
|
+
* @deprecated Replaced by `openai.response.service_tier`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6125
6191
|
*/
|
|
6126
6192
|
export const ATTR_GEN_AI_OPENAI_RESPONSE_SERVICE_TIER = 'gen_ai.openai.response.service_tier';
|
|
6127
6193
|
/**
|
|
@@ -6131,7 +6197,7 @@ export const ATTR_GEN_AI_OPENAI_RESPONSE_SERVICE_TIER = 'gen_ai.openai.response.
|
|
|
6131
6197
|
*
|
|
6132
6198
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6133
6199
|
*
|
|
6134
|
-
* @deprecated Replaced by `openai.response.system_fingerprint
|
|
6200
|
+
* @deprecated Replaced by `openai.response.system_fingerprint`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6135
6201
|
*/
|
|
6136
6202
|
export const ATTR_GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT = 'gen_ai.openai.response.system_fingerprint';
|
|
6137
6203
|
/**
|
|
@@ -6140,6 +6206,8 @@ export const ATTR_GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT = 'gen_ai.openai.res
|
|
|
6140
6206
|
* @note If one of the predefined values applies, but specific system uses a different name it's **RECOMMENDED** to document it in the semantic conventions for specific GenAI system and use system-specific name in the instrumentation. If a different name is not documented, instrumentation libraries **SHOULD** use applicable predefined value.
|
|
6141
6207
|
*
|
|
6142
6208
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6209
|
+
*
|
|
6210
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6143
6211
|
*/
|
|
6144
6212
|
export const ATTR_GEN_AI_OPERATION_NAME = 'gen_ai.operation.name';
|
|
6145
6213
|
/**
|
|
@@ -6230,7 +6298,7 @@ export const GEN_AI_OPERATION_NAME_VALUE_TEXT_COMPLETION = "text_completion";
|
|
|
6230
6298
|
* }
|
|
6231
6299
|
* ]
|
|
6232
6300
|
*
|
|
6233
|
-
* @note Instrumentations **MUST** follow [Output messages JSON schema](/docs/gen-ai/gen-ai-output-messages.json)
|
|
6301
|
+
* @note Instrumentations **MUST** follow [Output messages JSON schema](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-output-messages.json)
|
|
6234
6302
|
*
|
|
6235
6303
|
* Each message represents a single output choice/candidate generated by
|
|
6236
6304
|
* the model. Each message corresponds to exactly one generation
|
|
@@ -6247,10 +6315,12 @@ export const GEN_AI_OPERATION_NAME_VALUE_TEXT_COMPLETION = "text_completion";
|
|
|
6247
6315
|
* > [!Warning]
|
|
6248
6316
|
* > This attribute is likely to contain sensitive information including user/PII data.
|
|
6249
6317
|
*
|
|
6250
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6318
|
+
* See [Recording content on attributes](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6251
6319
|
* section for more details.
|
|
6252
6320
|
*
|
|
6253
6321
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6322
|
+
*
|
|
6323
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6254
6324
|
*/
|
|
6255
6325
|
export const ATTR_GEN_AI_OUTPUT_MESSAGES = 'gen_ai.output.messages';
|
|
6256
6326
|
/**
|
|
@@ -6261,6 +6331,8 @@ export const ATTR_GEN_AI_OUTPUT_MESSAGES = 'gen_ai.output.messages';
|
|
|
6261
6331
|
* Additional output format details may be recorded in the future in the `gen_ai.output.{type}.*` attributes.
|
|
6262
6332
|
*
|
|
6263
6333
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6334
|
+
*
|
|
6335
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6264
6336
|
*/
|
|
6265
6337
|
export const ATTR_GEN_AI_OUTPUT_TYPE = 'gen_ai.output.type';
|
|
6266
6338
|
/**
|
|
@@ -6311,6 +6383,8 @@ export const ATTR_GEN_AI_PROMPT = 'gen_ai.prompt';
|
|
|
6311
6383
|
* @example analyze-code
|
|
6312
6384
|
*
|
|
6313
6385
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6386
|
+
*
|
|
6387
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6314
6388
|
*/
|
|
6315
6389
|
export const ATTR_GEN_AI_PROMPT_NAME = 'gen_ai.prompt.name';
|
|
6316
6390
|
/**
|
|
@@ -6336,6 +6410,8 @@ export const ATTR_GEN_AI_PROMPT_NAME = 'gen_ai.prompt.name';
|
|
|
6336
6410
|
* `openai.*` attributes.
|
|
6337
6411
|
*
|
|
6338
6412
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6413
|
+
*
|
|
6414
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6339
6415
|
*/
|
|
6340
6416
|
export const ATTR_GEN_AI_PROVIDER_NAME = 'gen_ai.provider.name';
|
|
6341
6417
|
/**
|
|
@@ -6464,6 +6540,8 @@ export const GEN_AI_PROVIDER_NAME_VALUE_X_AI = "x_ai";
|
|
|
6464
6540
|
* @example 3
|
|
6465
6541
|
*
|
|
6466
6542
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6543
|
+
*
|
|
6544
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6467
6545
|
*/
|
|
6468
6546
|
export const ATTR_GEN_AI_REQUEST_CHOICE_COUNT = 'gen_ai.request.choice.count';
|
|
6469
6547
|
/**
|
|
@@ -6475,6 +6553,8 @@ export const ATTR_GEN_AI_REQUEST_CHOICE_COUNT = 'gen_ai.request.choice.count';
|
|
|
6475
6553
|
* @note In some GenAI systems the encoding formats are called embedding types. Also, some GenAI systems only accept a single format per request.
|
|
6476
6554
|
*
|
|
6477
6555
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6556
|
+
*
|
|
6557
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6478
6558
|
*/
|
|
6479
6559
|
export const ATTR_GEN_AI_REQUEST_ENCODING_FORMATS = 'gen_ai.request.encoding_formats';
|
|
6480
6560
|
/**
|
|
@@ -6483,6 +6563,8 @@ export const ATTR_GEN_AI_REQUEST_ENCODING_FORMATS = 'gen_ai.request.encoding_for
|
|
|
6483
6563
|
* @example 0.1
|
|
6484
6564
|
*
|
|
6485
6565
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6566
|
+
*
|
|
6567
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6486
6568
|
*/
|
|
6487
6569
|
export const ATTR_GEN_AI_REQUEST_FREQUENCY_PENALTY = 'gen_ai.request.frequency_penalty';
|
|
6488
6570
|
/**
|
|
@@ -6491,6 +6573,8 @@ export const ATTR_GEN_AI_REQUEST_FREQUENCY_PENALTY = 'gen_ai.request.frequency_p
|
|
|
6491
6573
|
* @example 100
|
|
6492
6574
|
*
|
|
6493
6575
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6576
|
+
*
|
|
6577
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6494
6578
|
*/
|
|
6495
6579
|
export const ATTR_GEN_AI_REQUEST_MAX_TOKENS = 'gen_ai.request.max_tokens';
|
|
6496
6580
|
/**
|
|
@@ -6499,6 +6583,8 @@ export const ATTR_GEN_AI_REQUEST_MAX_TOKENS = 'gen_ai.request.max_tokens';
|
|
|
6499
6583
|
* @example "gpt-4"
|
|
6500
6584
|
*
|
|
6501
6585
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6586
|
+
*
|
|
6587
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6502
6588
|
*/
|
|
6503
6589
|
export const ATTR_GEN_AI_REQUEST_MODEL = 'gen_ai.request.model';
|
|
6504
6590
|
/**
|
|
@@ -6507,6 +6593,8 @@ export const ATTR_GEN_AI_REQUEST_MODEL = 'gen_ai.request.model';
|
|
|
6507
6593
|
* @example 0.1
|
|
6508
6594
|
*
|
|
6509
6595
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6596
|
+
*
|
|
6597
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6510
6598
|
*/
|
|
6511
6599
|
export const ATTR_GEN_AI_REQUEST_PRESENCE_PENALTY = 'gen_ai.request.presence_penalty';
|
|
6512
6600
|
/**
|
|
@@ -6515,6 +6603,8 @@ export const ATTR_GEN_AI_REQUEST_PRESENCE_PENALTY = 'gen_ai.request.presence_pen
|
|
|
6515
6603
|
* @example 100
|
|
6516
6604
|
*
|
|
6517
6605
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6606
|
+
*
|
|
6607
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6518
6608
|
*/
|
|
6519
6609
|
export const ATTR_GEN_AI_REQUEST_SEED = 'gen_ai.request.seed';
|
|
6520
6610
|
/**
|
|
@@ -6523,12 +6613,16 @@ export const ATTR_GEN_AI_REQUEST_SEED = 'gen_ai.request.seed';
|
|
|
6523
6613
|
* @example ["forest", "lived"]
|
|
6524
6614
|
*
|
|
6525
6615
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6616
|
+
*
|
|
6617
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6526
6618
|
*/
|
|
6527
6619
|
export const ATTR_GEN_AI_REQUEST_STOP_SEQUENCES = 'gen_ai.request.stop_sequences';
|
|
6528
6620
|
/**
|
|
6529
6621
|
* Indicates whether the GenAI request was made in streaming mode.
|
|
6530
6622
|
*
|
|
6531
6623
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6624
|
+
*
|
|
6625
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6532
6626
|
*/
|
|
6533
6627
|
export const ATTR_GEN_AI_REQUEST_STREAM = 'gen_ai.request.stream';
|
|
6534
6628
|
/**
|
|
@@ -6537,6 +6631,8 @@ export const ATTR_GEN_AI_REQUEST_STREAM = 'gen_ai.request.stream';
|
|
|
6537
6631
|
* @example 0.0
|
|
6538
6632
|
*
|
|
6539
6633
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6634
|
+
*
|
|
6635
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6540
6636
|
*/
|
|
6541
6637
|
export const ATTR_GEN_AI_REQUEST_TEMPERATURE = 'gen_ai.request.temperature';
|
|
6542
6638
|
/**
|
|
@@ -6545,6 +6641,8 @@ export const ATTR_GEN_AI_REQUEST_TEMPERATURE = 'gen_ai.request.temperature';
|
|
|
6545
6641
|
* @example 1.0
|
|
6546
6642
|
*
|
|
6547
6643
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6644
|
+
*
|
|
6645
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6548
6646
|
*/
|
|
6549
6647
|
export const ATTR_GEN_AI_REQUEST_TOP_K = 'gen_ai.request.top_k';
|
|
6550
6648
|
/**
|
|
@@ -6553,6 +6651,8 @@ export const ATTR_GEN_AI_REQUEST_TOP_K = 'gen_ai.request.top_k';
|
|
|
6553
6651
|
* @example 1.0
|
|
6554
6652
|
*
|
|
6555
6653
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6654
|
+
*
|
|
6655
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6556
6656
|
*/
|
|
6557
6657
|
export const ATTR_GEN_AI_REQUEST_TOP_P = 'gen_ai.request.top_p';
|
|
6558
6658
|
/**
|
|
@@ -6562,6 +6662,8 @@ export const ATTR_GEN_AI_REQUEST_TOP_P = 'gen_ai.request.top_p';
|
|
|
6562
6662
|
* @example ["stop", "length"]
|
|
6563
6663
|
*
|
|
6564
6664
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6665
|
+
*
|
|
6666
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6565
6667
|
*/
|
|
6566
6668
|
export const ATTR_GEN_AI_RESPONSE_FINISH_REASONS = 'gen_ai.response.finish_reasons';
|
|
6567
6669
|
/**
|
|
@@ -6570,6 +6672,8 @@ export const ATTR_GEN_AI_RESPONSE_FINISH_REASONS = 'gen_ai.response.finish_reaso
|
|
|
6570
6672
|
* @example chatcmpl-123
|
|
6571
6673
|
*
|
|
6572
6674
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6675
|
+
*
|
|
6676
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6573
6677
|
*/
|
|
6574
6678
|
export const ATTR_GEN_AI_RESPONSE_ID = 'gen_ai.response.id';
|
|
6575
6679
|
/**
|
|
@@ -6578,6 +6682,8 @@ export const ATTR_GEN_AI_RESPONSE_ID = 'gen_ai.response.id';
|
|
|
6578
6682
|
* @example gpt-4-0613
|
|
6579
6683
|
*
|
|
6580
6684
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6685
|
+
*
|
|
6686
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6581
6687
|
*/
|
|
6582
6688
|
export const ATTR_GEN_AI_RESPONSE_MODEL = 'gen_ai.response.model';
|
|
6583
6689
|
/**
|
|
@@ -6587,6 +6693,8 @@ export const ATTR_GEN_AI_RESPONSE_MODEL = 'gen_ai.response.model';
|
|
|
6587
6693
|
* @example 1.2
|
|
6588
6694
|
*
|
|
6589
6695
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6696
|
+
*
|
|
6697
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6590
6698
|
*/
|
|
6591
6699
|
export const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK = 'gen_ai.response.time_to_first_chunk';
|
|
6592
6700
|
/**
|
|
@@ -6607,7 +6715,7 @@ export const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK = 'gen_ai.response.time_to
|
|
|
6607
6715
|
* }
|
|
6608
6716
|
* ]
|
|
6609
6717
|
*
|
|
6610
|
-
* @note Instrumentations **MUST** follow [Retrieval documents JSON schema](/docs/gen-ai/gen-ai-retrieval-documents.json).
|
|
6718
|
+
* @note Instrumentations **MUST** follow [Retrieval documents JSON schema](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-retrieval-documents.json).
|
|
6611
6719
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6612
6720
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6613
6721
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6616,6 +6724,8 @@ export const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK = 'gen_ai.response.time_to
|
|
|
6616
6724
|
* `id` (string): A unique identifier for the document, `score` (double): The relevance score of the document
|
|
6617
6725
|
*
|
|
6618
6726
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6727
|
+
*
|
|
6728
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6619
6729
|
*/
|
|
6620
6730
|
export const ATTR_GEN_AI_RETRIEVAL_DOCUMENTS = 'gen_ai.retrieval.documents';
|
|
6621
6731
|
/**
|
|
@@ -6629,6 +6739,8 @@ export const ATTR_GEN_AI_RETRIEVAL_DOCUMENTS = 'gen_ai.retrieval.documents';
|
|
|
6629
6739
|
* > This attribute may contain sensitive information.
|
|
6630
6740
|
*
|
|
6631
6741
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6742
|
+
*
|
|
6743
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6632
6744
|
*/
|
|
6633
6745
|
export const ATTR_GEN_AI_RETRIEVAL_QUERY_TEXT = 'gen_ai.retrieval.query.text';
|
|
6634
6746
|
/**
|
|
@@ -6636,7 +6748,7 @@ export const ATTR_GEN_AI_RETRIEVAL_QUERY_TEXT = 'gen_ai.retrieval.query.text';
|
|
|
6636
6748
|
*
|
|
6637
6749
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6638
6750
|
*
|
|
6639
|
-
* @deprecated Replaced by `gen_ai.provider.name
|
|
6751
|
+
* @deprecated Replaced by `gen_ai.provider.name`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6640
6752
|
*/
|
|
6641
6753
|
export const ATTR_GEN_AI_SYSTEM = 'gen_ai.system';
|
|
6642
6754
|
/**
|
|
@@ -6827,7 +6939,7 @@ export const GEN_AI_SYSTEM_VALUE_XAI = "xai";
|
|
|
6827
6939
|
* Instructions that are part of the chat history **SHOULD** be recorded in
|
|
6828
6940
|
* `gen_ai.input.messages` attribute instead.
|
|
6829
6941
|
*
|
|
6830
|
-
* Instrumentations **MUST** follow [System instructions JSON schema](/docs/gen-ai/gen-ai-system-instructions.json).
|
|
6942
|
+
* Instrumentations **MUST** follow [System instructions JSON schema](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-system-instructions.json).
|
|
6831
6943
|
*
|
|
6832
6944
|
* When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6833
6945
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6838,10 +6950,12 @@ export const GEN_AI_SYSTEM_VALUE_XAI = "xai";
|
|
|
6838
6950
|
* > [!Warning]
|
|
6839
6951
|
* > This attribute may contain sensitive information.
|
|
6840
6952
|
*
|
|
6841
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6953
|
+
* See [Recording content on attributes](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6842
6954
|
* section for more details.
|
|
6843
6955
|
*
|
|
6844
6956
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6957
|
+
*
|
|
6958
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6845
6959
|
*/
|
|
6846
6960
|
export const ATTR_GEN_AI_SYSTEM_INSTRUCTIONS = 'gen_ai.system_instructions';
|
|
6847
6961
|
/**
|
|
@@ -6851,6 +6965,8 @@ export const ATTR_GEN_AI_SYSTEM_INSTRUCTIONS = 'gen_ai.system_instructions';
|
|
|
6851
6965
|
* @example output
|
|
6852
6966
|
*
|
|
6853
6967
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6968
|
+
*
|
|
6969
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6854
6970
|
*/
|
|
6855
6971
|
export const ATTR_GEN_AI_TOKEN_TYPE = 'gen_ai.token.type';
|
|
6856
6972
|
/**
|
|
@@ -6896,6 +7012,8 @@ export const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT = "output";
|
|
|
6896
7012
|
* deserialize it to an object. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
6897
7013
|
*
|
|
6898
7014
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7015
|
+
*
|
|
7016
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6899
7017
|
*/
|
|
6900
7018
|
export const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS = 'gen_ai.tool.call.arguments';
|
|
6901
7019
|
/**
|
|
@@ -6904,6 +7022,8 @@ export const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS = 'gen_ai.tool.call.arguments';
|
|
|
6904
7022
|
* @example call_mszuSIzqtI65i1wAUOE8w5H4
|
|
6905
7023
|
*
|
|
6906
7024
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7025
|
+
*
|
|
7026
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6907
7027
|
*/
|
|
6908
7028
|
export const ATTR_GEN_AI_TOOL_CALL_ID = 'gen_ai.tool.call.id';
|
|
6909
7029
|
/**
|
|
@@ -6926,6 +7046,8 @@ export const ATTR_GEN_AI_TOOL_CALL_ID = 'gen_ai.tool.call.id';
|
|
|
6926
7046
|
* deserialize it to an object. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
6927
7047
|
*
|
|
6928
7048
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7049
|
+
*
|
|
7050
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6929
7051
|
*/
|
|
6930
7052
|
export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
|
|
6931
7053
|
/**
|
|
@@ -6959,7 +7081,7 @@ export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
|
|
|
6959
7081
|
* }
|
|
6960
7082
|
* ]
|
|
6961
7083
|
*
|
|
6962
|
-
* @note Instrumentations **MUST** follow [Tool Definitions JSON Schema](/docs/gen-ai/gen-ai-tool-definitions.json).
|
|
7084
|
+
* @note Instrumentations **MUST** follow [Tool Definitions JSON Schema](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/gen-ai/gen-ai-tool-definitions.json).
|
|
6963
7085
|
*
|
|
6964
7086
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6965
7087
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
@@ -6970,6 +7092,8 @@ export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
|
|
|
6970
7092
|
* to enable populating optional properties.
|
|
6971
7093
|
*
|
|
6972
7094
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7095
|
+
*
|
|
7096
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6973
7097
|
*/
|
|
6974
7098
|
export const ATTR_GEN_AI_TOOL_DEFINITIONS = 'gen_ai.tool.definitions';
|
|
6975
7099
|
/**
|
|
@@ -6978,6 +7102,8 @@ export const ATTR_GEN_AI_TOOL_DEFINITIONS = 'gen_ai.tool.definitions';
|
|
|
6978
7102
|
* @example Multiply two numbers
|
|
6979
7103
|
*
|
|
6980
7104
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7105
|
+
*
|
|
7106
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6981
7107
|
*/
|
|
6982
7108
|
export const ATTR_GEN_AI_TOOL_DESCRIPTION = 'gen_ai.tool.description';
|
|
6983
7109
|
/**
|
|
@@ -6986,6 +7112,8 @@ export const ATTR_GEN_AI_TOOL_DESCRIPTION = 'gen_ai.tool.description';
|
|
|
6986
7112
|
* @example Flights
|
|
6987
7113
|
*
|
|
6988
7114
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7115
|
+
*
|
|
7116
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6989
7117
|
*/
|
|
6990
7118
|
export const ATTR_GEN_AI_TOOL_NAME = 'gen_ai.tool.name';
|
|
6991
7119
|
/**
|
|
@@ -7002,6 +7130,8 @@ export const ATTR_GEN_AI_TOOL_NAME = 'gen_ai.tool.name';
|
|
|
7002
7130
|
* Datastore: A tool used by the agent to access and query structured or unstructured external data for retrieval-augmented tasks or knowledge updates.
|
|
7003
7131
|
*
|
|
7004
7132
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7133
|
+
*
|
|
7134
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7005
7135
|
*/
|
|
7006
7136
|
export const ATTR_GEN_AI_TOOL_TYPE = 'gen_ai.tool.type';
|
|
7007
7137
|
/**
|
|
@@ -7012,6 +7142,8 @@ export const ATTR_GEN_AI_TOOL_TYPE = 'gen_ai.tool.type';
|
|
|
7012
7142
|
* @note The value **SHOULD** be included in `gen_ai.usage.input_tokens`.
|
|
7013
7143
|
*
|
|
7014
7144
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7145
|
+
*
|
|
7146
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7015
7147
|
*/
|
|
7016
7148
|
export const ATTR_GEN_AI_USAGE_CACHE_CREATION_INPUT_TOKENS = 'gen_ai.usage.cache_creation.input_tokens';
|
|
7017
7149
|
/**
|
|
@@ -7022,6 +7154,8 @@ export const ATTR_GEN_AI_USAGE_CACHE_CREATION_INPUT_TOKENS = 'gen_ai.usage.cache
|
|
|
7022
7154
|
* @note The value **SHOULD** be included in `gen_ai.usage.input_tokens`.
|
|
7023
7155
|
*
|
|
7024
7156
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7157
|
+
*
|
|
7158
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7025
7159
|
*/
|
|
7026
7160
|
export const ATTR_GEN_AI_USAGE_CACHE_READ_INPUT_TOKENS = 'gen_ai.usage.cache_read.input_tokens';
|
|
7027
7161
|
/**
|
|
@@ -7031,7 +7165,7 @@ export const ATTR_GEN_AI_USAGE_CACHE_READ_INPUT_TOKENS = 'gen_ai.usage.cache_rea
|
|
|
7031
7165
|
*
|
|
7032
7166
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7033
7167
|
*
|
|
7034
|
-
* @deprecated Replaced by `gen_ai.usage.output_tokens
|
|
7168
|
+
* @deprecated Replaced by `gen_ai.usage.output_tokens`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7035
7169
|
*/
|
|
7036
7170
|
export const ATTR_GEN_AI_USAGE_COMPLETION_TOKENS = 'gen_ai.usage.completion_tokens';
|
|
7037
7171
|
/**
|
|
@@ -7045,6 +7179,8 @@ export const ATTR_GEN_AI_USAGE_COMPLETION_TOKENS = 'gen_ai.usage.completion_toke
|
|
|
7045
7179
|
* by summing different token types parsed from the provider output.
|
|
7046
7180
|
*
|
|
7047
7181
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7182
|
+
*
|
|
7183
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7048
7184
|
*/
|
|
7049
7185
|
export const ATTR_GEN_AI_USAGE_INPUT_TOKENS = 'gen_ai.usage.input_tokens';
|
|
7050
7186
|
/**
|
|
@@ -7053,6 +7189,8 @@ export const ATTR_GEN_AI_USAGE_INPUT_TOKENS = 'gen_ai.usage.input_tokens';
|
|
|
7053
7189
|
* @example 180
|
|
7054
7190
|
*
|
|
7055
7191
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7192
|
+
*
|
|
7193
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7056
7194
|
*/
|
|
7057
7195
|
export const ATTR_GEN_AI_USAGE_OUTPUT_TOKENS = 'gen_ai.usage.output_tokens';
|
|
7058
7196
|
/**
|
|
@@ -7062,7 +7200,7 @@ export const ATTR_GEN_AI_USAGE_OUTPUT_TOKENS = 'gen_ai.usage.output_tokens';
|
|
|
7062
7200
|
*
|
|
7063
7201
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7064
7202
|
*
|
|
7065
|
-
* @deprecated Replaced by `gen_ai.usage.input_tokens
|
|
7203
|
+
* @deprecated Replaced by `gen_ai.usage.input_tokens`, which has moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7066
7204
|
*/
|
|
7067
7205
|
export const ATTR_GEN_AI_USAGE_PROMPT_TOKENS = 'gen_ai.usage.prompt_tokens';
|
|
7068
7206
|
/**
|
|
@@ -7073,6 +7211,8 @@ export const ATTR_GEN_AI_USAGE_PROMPT_TOKENS = 'gen_ai.usage.prompt_tokens';
|
|
|
7073
7211
|
* @note The value **SHOULD** be included in `gen_ai.usage.output_tokens`.
|
|
7074
7212
|
*
|
|
7075
7213
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7214
|
+
*
|
|
7215
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7076
7216
|
*/
|
|
7077
7217
|
export const ATTR_GEN_AI_USAGE_REASONING_OUTPUT_TOKENS = 'gen_ai.usage.reasoning.output_tokens';
|
|
7078
7218
|
/**
|
|
@@ -7084,6 +7224,8 @@ export const ATTR_GEN_AI_USAGE_REASONING_OUTPUT_TOKENS = 'gen_ai.usage.reasoning
|
|
|
7084
7224
|
* @note This attribute can be populated in different frameworks eg: name of the first chain in LangChain OR name of the crew in CrewAI.
|
|
7085
7225
|
*
|
|
7086
7226
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7227
|
+
*
|
|
7228
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7087
7229
|
*/
|
|
7088
7230
|
export const ATTR_GEN_AI_WORKFLOW_NAME = 'gen_ai.workflow.name';
|
|
7089
7231
|
/**
|
|
@@ -8490,58 +8632,32 @@ export const ATTR_JVM_BUFFER_POOL_NAME = 'jvm.buffer.pool.name';
|
|
|
8490
8632
|
*/
|
|
8491
8633
|
export const ATTR_JVM_GC_CAUSE = 'jvm.gc.cause';
|
|
8492
8634
|
/**
|
|
8493
|
-
* The
|
|
8494
|
-
*
|
|
8495
|
-
* @example opentelemetry-cluster
|
|
8496
|
-
*
|
|
8497
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8498
|
-
*/
|
|
8499
|
-
export const ATTR_K8S_CLUSTER_NAME = 'k8s.cluster.name';
|
|
8500
|
-
/**
|
|
8501
|
-
* A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace.
|
|
8502
|
-
*
|
|
8503
|
-
* @example 218fc5a9-a5f1-4b54-aa05-46717d0ab26d
|
|
8504
|
-
*
|
|
8505
|
-
* @note K8s doesn't have support for obtaining a cluster ID. If this is ever
|
|
8506
|
-
* added, we will recommend collecting the `k8s.cluster.uid` through the
|
|
8507
|
-
* official APIs. In the meantime, we are able to use the `uid` of the
|
|
8508
|
-
* `kube-system` namespace as a proxy for cluster ID. Read on for the
|
|
8509
|
-
* rationale.
|
|
8635
|
+
* The type of file system component for ephemeral storage.
|
|
8510
8636
|
*
|
|
8511
|
-
*
|
|
8512
|
-
*
|
|
8513
|
-
* for the lifetime of the cluster. Using the `uid` of the `kube-system`
|
|
8514
|
-
* namespace is a reasonable proxy for the K8s ClusterID as it will only
|
|
8515
|
-
* change if the cluster is rebuilt. Furthermore, Kubernetes UIDs are
|
|
8516
|
-
* UUIDs as standardized by
|
|
8517
|
-
* [ISO/IEC 9834-8 and ITU-T X.667](https://www.itu.int/ITU-T/studygroups/com17/oid.html).
|
|
8518
|
-
* Which states:
|
|
8637
|
+
* @example rootfs
|
|
8638
|
+
* @example logs
|
|
8519
8639
|
*
|
|
8520
|
-
*
|
|
8521
|
-
* > ITU-T X.667 | ISO/IEC 9834-8, a UUID is either guaranteed to be
|
|
8522
|
-
* > different from all other UUIDs generated before 3603 A.D., or is
|
|
8523
|
-
* > extremely likely to be different (depending on the mechanism chosen).
|
|
8524
|
-
*
|
|
8525
|
-
* Therefore, UIDs between clusters should be extremely unlikely to
|
|
8526
|
-
* conflict.
|
|
8640
|
+
* @note Eviction decisions based on ephemeral-storage resource limits are made based on the total container usage.
|
|
8527
8641
|
*
|
|
8528
8642
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8529
8643
|
*/
|
|
8530
|
-
export const
|
|
8644
|
+
export const ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE = 'k8s.container.ephemeral_storage.fs_type';
|
|
8531
8645
|
/**
|
|
8532
|
-
*
|
|
8646
|
+
* Enum value "logs" for attribute {@link ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE}.
|
|
8533
8647
|
*
|
|
8534
|
-
*
|
|
8648
|
+
* For the container's log files usage (stdout/stderr).
|
|
8535
8649
|
*
|
|
8536
|
-
* @experimental This
|
|
8650
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8537
8651
|
*/
|
|
8538
|
-
export const
|
|
8652
|
+
export const K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE_VALUE_LOGS = "logs";
|
|
8539
8653
|
/**
|
|
8540
|
-
*
|
|
8654
|
+
* Enum value "rootfs" for attribute {@link ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE}.
|
|
8541
8655
|
*
|
|
8542
|
-
*
|
|
8656
|
+
* For the container's writable layer usage.
|
|
8657
|
+
*
|
|
8658
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8543
8659
|
*/
|
|
8544
|
-
export const
|
|
8660
|
+
export const K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE_VALUE_ROOTFS = "rootfs";
|
|
8545
8661
|
/**
|
|
8546
8662
|
* Last terminated reason of the Container.
|
|
8547
8663
|
*
|
|
@@ -8552,7 +8668,7 @@ export const ATTR_K8S_CONTAINER_RESTART_COUNT = 'k8s.container.restart_count';
|
|
|
8552
8668
|
*/
|
|
8553
8669
|
export const ATTR_K8S_CONTAINER_STATUS_LAST_TERMINATED_REASON = 'k8s.container.status.last_terminated_reason';
|
|
8554
8670
|
/**
|
|
8555
|
-
* The reason for the container state. Corresponds to the `reason` field of the: [K8s ContainerStateWaiting](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8671
|
+
* The reason for the container state. Corresponds to the `reason` field of the: [K8s ContainerStateWaiting](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#containerstatewaiting-v1-core) or [K8s ContainerStateTerminated](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#containerstateterminated-v1-core)
|
|
8556
8672
|
*
|
|
8557
8673
|
* @example ContainerCreating
|
|
8558
8674
|
* @example CrashLoopBackOff
|
|
@@ -8640,7 +8756,7 @@ export const K8S_CONTAINER_STATUS_REASON_VALUE_IMAGE_PULL_BACK_OFF = "ImagePullB
|
|
|
8640
8756
|
*/
|
|
8641
8757
|
export const K8S_CONTAINER_STATUS_REASON_VALUE_OOM_KILLED = "OOMKilled";
|
|
8642
8758
|
/**
|
|
8643
|
-
* The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8759
|
+
* The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#containerstate-v1-core)
|
|
8644
8760
|
*
|
|
8645
8761
|
* @example terminated
|
|
8646
8762
|
* @example running
|
|
@@ -8673,154 +8789,6 @@ export const K8S_CONTAINER_STATUS_STATE_VALUE_TERMINATED = "terminated";
|
|
|
8673
8789
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8674
8790
|
*/
|
|
8675
8791
|
export const K8S_CONTAINER_STATUS_STATE_VALUE_WAITING = "waiting";
|
|
8676
|
-
/**
|
|
8677
|
-
* The cronjob annotation placed on the CronJob, the `<key>` being the annotation name, the value being the annotation value.
|
|
8678
|
-
*
|
|
8679
|
-
* @example 4
|
|
8680
|
-
* @example
|
|
8681
|
-
*
|
|
8682
|
-
* @note Examples:
|
|
8683
|
-
*
|
|
8684
|
-
* - An annotation `retries` with value `4` **SHOULD** be recorded as the
|
|
8685
|
-
* `k8s.cronjob.annotation.retries` attribute with value `"4"`.
|
|
8686
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
8687
|
-
* the `k8s.cronjob.annotation.data` attribute with value `""`.
|
|
8688
|
-
*
|
|
8689
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8690
|
-
*/
|
|
8691
|
-
export const ATTR_K8S_CRONJOB_ANNOTATION = (key) => `k8s.cronjob.annotation.${key}`;
|
|
8692
|
-
/**
|
|
8693
|
-
* The label placed on the CronJob, the `<key>` being the label name, the value being the label value.
|
|
8694
|
-
*
|
|
8695
|
-
* @example weekly
|
|
8696
|
-
* @example
|
|
8697
|
-
*
|
|
8698
|
-
* @note Examples:
|
|
8699
|
-
*
|
|
8700
|
-
* - A label `type` with value `weekly` **SHOULD** be recorded as the
|
|
8701
|
-
* `k8s.cronjob.label.type` attribute with value `"weekly"`.
|
|
8702
|
-
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
8703
|
-
* the `k8s.cronjob.label.automated` attribute with value `""`.
|
|
8704
|
-
*
|
|
8705
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8706
|
-
*/
|
|
8707
|
-
export const ATTR_K8S_CRONJOB_LABEL = (key) => `k8s.cronjob.label.${key}`;
|
|
8708
|
-
/**
|
|
8709
|
-
* The name of the CronJob.
|
|
8710
|
-
*
|
|
8711
|
-
* @example opentelemetry
|
|
8712
|
-
*
|
|
8713
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8714
|
-
*/
|
|
8715
|
-
export const ATTR_K8S_CRONJOB_NAME = 'k8s.cronjob.name';
|
|
8716
|
-
/**
|
|
8717
|
-
* The UID of the CronJob.
|
|
8718
|
-
*
|
|
8719
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8720
|
-
*
|
|
8721
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8722
|
-
*/
|
|
8723
|
-
export const ATTR_K8S_CRONJOB_UID = 'k8s.cronjob.uid';
|
|
8724
|
-
/**
|
|
8725
|
-
* The annotation placed on the DaemonSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8726
|
-
*
|
|
8727
|
-
* @example 1
|
|
8728
|
-
* @example
|
|
8729
|
-
*
|
|
8730
|
-
* @note
|
|
8731
|
-
* Examples:
|
|
8732
|
-
*
|
|
8733
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
8734
|
-
* as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
|
|
8735
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8736
|
-
* the `k8s.daemonset.annotation.data` attribute with value `""`.
|
|
8737
|
-
*
|
|
8738
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8739
|
-
*/
|
|
8740
|
-
export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.${key}`;
|
|
8741
|
-
/**
|
|
8742
|
-
* The label placed on the DaemonSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8743
|
-
*
|
|
8744
|
-
* @example guestbook
|
|
8745
|
-
* @example
|
|
8746
|
-
*
|
|
8747
|
-
* @note
|
|
8748
|
-
* Examples:
|
|
8749
|
-
*
|
|
8750
|
-
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
8751
|
-
* as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
|
|
8752
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8753
|
-
* the `k8s.daemonset.label.injected` attribute with value `""`.
|
|
8754
|
-
*
|
|
8755
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8756
|
-
*/
|
|
8757
|
-
export const ATTR_K8S_DAEMONSET_LABEL = (key) => `k8s.daemonset.label.${key}`;
|
|
8758
|
-
/**
|
|
8759
|
-
* The name of the DaemonSet.
|
|
8760
|
-
*
|
|
8761
|
-
* @example opentelemetry
|
|
8762
|
-
*
|
|
8763
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8764
|
-
*/
|
|
8765
|
-
export const ATTR_K8S_DAEMONSET_NAME = 'k8s.daemonset.name';
|
|
8766
|
-
/**
|
|
8767
|
-
* The UID of the DaemonSet.
|
|
8768
|
-
*
|
|
8769
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8770
|
-
*
|
|
8771
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8772
|
-
*/
|
|
8773
|
-
export const ATTR_K8S_DAEMONSET_UID = 'k8s.daemonset.uid';
|
|
8774
|
-
/**
|
|
8775
|
-
* The annotation placed on the Deployment, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8776
|
-
*
|
|
8777
|
-
* @example 1
|
|
8778
|
-
* @example
|
|
8779
|
-
*
|
|
8780
|
-
* @note
|
|
8781
|
-
* Examples:
|
|
8782
|
-
*
|
|
8783
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
8784
|
-
* as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
|
|
8785
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8786
|
-
* the `k8s.deployment.annotation.data` attribute with value `""`.
|
|
8787
|
-
*
|
|
8788
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8789
|
-
*/
|
|
8790
|
-
export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotation.${key}`;
|
|
8791
|
-
/**
|
|
8792
|
-
* The label placed on the Deployment, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8793
|
-
*
|
|
8794
|
-
* @example guestbook
|
|
8795
|
-
* @example
|
|
8796
|
-
*
|
|
8797
|
-
* @note
|
|
8798
|
-
* Examples:
|
|
8799
|
-
*
|
|
8800
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
8801
|
-
* as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
|
|
8802
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
8803
|
-
* the `k8s.deployment.label.injected` attribute with value `""`.
|
|
8804
|
-
*
|
|
8805
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8806
|
-
*/
|
|
8807
|
-
export const ATTR_K8S_DEPLOYMENT_LABEL = (key) => `k8s.deployment.label.${key}`;
|
|
8808
|
-
/**
|
|
8809
|
-
* The name of the Deployment.
|
|
8810
|
-
*
|
|
8811
|
-
* @example opentelemetry
|
|
8812
|
-
*
|
|
8813
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8814
|
-
*/
|
|
8815
|
-
export const ATTR_K8S_DEPLOYMENT_NAME = 'k8s.deployment.name';
|
|
8816
|
-
/**
|
|
8817
|
-
* The UID of the Deployment.
|
|
8818
|
-
*
|
|
8819
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8820
|
-
*
|
|
8821
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8822
|
-
*/
|
|
8823
|
-
export const ATTR_K8S_DEPLOYMENT_UID = 'k8s.deployment.uid';
|
|
8824
8792
|
/**
|
|
8825
8793
|
* The type of metric source for the horizontal pod autoscaler.
|
|
8826
8794
|
*
|
|
@@ -8889,98 +8857,6 @@ export const ATTR_K8S_HPA_UID = 'k8s.hpa.uid';
|
|
|
8889
8857
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8890
8858
|
*/
|
|
8891
8859
|
export const ATTR_K8S_HUGEPAGE_SIZE = 'k8s.hugepage.size';
|
|
8892
|
-
/**
|
|
8893
|
-
* The annotation placed on the Job, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8894
|
-
*
|
|
8895
|
-
* @example 1
|
|
8896
|
-
* @example
|
|
8897
|
-
*
|
|
8898
|
-
* @note
|
|
8899
|
-
* Examples:
|
|
8900
|
-
*
|
|
8901
|
-
* - A label `number` with value `1` **SHOULD** be recorded
|
|
8902
|
-
* as the `k8s.job.annotation.number` attribute with value `"1"`.
|
|
8903
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8904
|
-
* the `k8s.job.annotation.data` attribute with value `""`.
|
|
8905
|
-
*
|
|
8906
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8907
|
-
*/
|
|
8908
|
-
export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
|
|
8909
|
-
/**
|
|
8910
|
-
* The label placed on the Job, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8911
|
-
*
|
|
8912
|
-
* @example ci
|
|
8913
|
-
* @example
|
|
8914
|
-
*
|
|
8915
|
-
* @note
|
|
8916
|
-
* Examples:
|
|
8917
|
-
*
|
|
8918
|
-
* - A label `jobtype` with value `ci` **SHOULD** be recorded
|
|
8919
|
-
* as the `k8s.job.label.jobtype` attribute with value `"ci"`.
|
|
8920
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8921
|
-
* the `k8s.job.label.automated` attribute with value `""`.
|
|
8922
|
-
*
|
|
8923
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8924
|
-
*/
|
|
8925
|
-
export const ATTR_K8S_JOB_LABEL = (key) => `k8s.job.label.${key}`;
|
|
8926
|
-
/**
|
|
8927
|
-
* The name of the Job.
|
|
8928
|
-
*
|
|
8929
|
-
* @example opentelemetry
|
|
8930
|
-
*
|
|
8931
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8932
|
-
*/
|
|
8933
|
-
export const ATTR_K8S_JOB_NAME = 'k8s.job.name';
|
|
8934
|
-
/**
|
|
8935
|
-
* The UID of the Job.
|
|
8936
|
-
*
|
|
8937
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8938
|
-
*
|
|
8939
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8940
|
-
*/
|
|
8941
|
-
export const ATTR_K8S_JOB_UID = 'k8s.job.uid';
|
|
8942
|
-
/**
|
|
8943
|
-
* The annotation placed on the Namespace, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8944
|
-
*
|
|
8945
|
-
* @example 0
|
|
8946
|
-
* @example
|
|
8947
|
-
*
|
|
8948
|
-
* @note
|
|
8949
|
-
* Examples:
|
|
8950
|
-
*
|
|
8951
|
-
* - A label `ttl` with value `0` **SHOULD** be recorded
|
|
8952
|
-
* as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
|
|
8953
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8954
|
-
* the `k8s.namespace.annotation.data` attribute with value `""`.
|
|
8955
|
-
*
|
|
8956
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8957
|
-
*/
|
|
8958
|
-
export const ATTR_K8S_NAMESPACE_ANNOTATION = (key) => `k8s.namespace.annotation.${key}`;
|
|
8959
|
-
/**
|
|
8960
|
-
* The label placed on the Namespace, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8961
|
-
*
|
|
8962
|
-
* @example default
|
|
8963
|
-
* @example
|
|
8964
|
-
*
|
|
8965
|
-
* @note
|
|
8966
|
-
* Examples:
|
|
8967
|
-
*
|
|
8968
|
-
* - A label `kubernetes.io/metadata.name` with value `default` **SHOULD** be recorded
|
|
8969
|
-
* as the `k8s.namespace.label.kubernetes.io/metadata.name` attribute with value `"default"`.
|
|
8970
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8971
|
-
* the `k8s.namespace.label.data` attribute with value `""`.
|
|
8972
|
-
*
|
|
8973
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8974
|
-
*/
|
|
8975
|
-
export const ATTR_K8S_NAMESPACE_LABEL = (key) => `k8s.namespace.label.${key}`;
|
|
8976
|
-
/**
|
|
8977
|
-
* The name of the namespace that the pod is running in.
|
|
8978
|
-
*
|
|
8979
|
-
* @example default
|
|
8980
|
-
*
|
|
8981
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8982
|
-
*/
|
|
8983
|
-
export const ATTR_K8S_NAMESPACE_NAME = 'k8s.namespace.name';
|
|
8984
8860
|
/**
|
|
8985
8861
|
* The phase of the K8s namespace.
|
|
8986
8862
|
*
|
|
@@ -8988,7 +8864,7 @@ export const ATTR_K8S_NAMESPACE_NAME = 'k8s.namespace.name';
|
|
|
8988
8864
|
* @example terminating
|
|
8989
8865
|
*
|
|
8990
8866
|
* @note This attribute aligns with the `phase` field of the
|
|
8991
|
-
* [K8s NamespaceStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8867
|
+
* [K8s NamespaceStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#namespacestatus-v1-core)
|
|
8992
8868
|
*
|
|
8993
8869
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8994
8870
|
*/
|
|
@@ -9009,22 +8885,6 @@ export const K8S_NAMESPACE_PHASE_VALUE_ACTIVE = "active";
|
|
|
9009
8885
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9010
8886
|
*/
|
|
9011
8887
|
export const K8S_NAMESPACE_PHASE_VALUE_TERMINATING = "terminating";
|
|
9012
|
-
/**
|
|
9013
|
-
* The annotation placed on the Node, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9014
|
-
*
|
|
9015
|
-
* @example 0
|
|
9016
|
-
* @example
|
|
9017
|
-
*
|
|
9018
|
-
* @note Examples:
|
|
9019
|
-
*
|
|
9020
|
-
* - An annotation `node.alpha.kubernetes.io/ttl` with value `0` **SHOULD** be recorded as
|
|
9021
|
-
* the `k8s.node.annotation.node.alpha.kubernetes.io/ttl` attribute with value `"0"`.
|
|
9022
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
9023
|
-
* the `k8s.node.annotation.data` attribute with value `""`.
|
|
9024
|
-
*
|
|
9025
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9026
|
-
*/
|
|
9027
|
-
export const ATTR_K8S_NODE_ANNOTATION = (key) => `k8s.node.annotation.${key}`;
|
|
9028
8888
|
/**
|
|
9029
8889
|
* The status of the condition, one of True, False, Unknown.
|
|
9030
8890
|
*
|
|
@@ -9033,7 +8893,7 @@ export const ATTR_K8S_NODE_ANNOTATION = (key) => `k8s.node.annotation.${key}`;
|
|
|
9033
8893
|
* @example unknown
|
|
9034
8894
|
*
|
|
9035
8895
|
* @note This attribute aligns with the `status` field of the
|
|
9036
|
-
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8896
|
+
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#nodecondition-v1-core)
|
|
9037
8897
|
*
|
|
9038
8898
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9039
8899
|
*/
|
|
@@ -9063,10 +8923,10 @@ export const K8S_NODE_CONDITION_STATUS_VALUE_CONDITION_UNKNOWN = "unknown";
|
|
|
9063
8923
|
* @example DiskPressure
|
|
9064
8924
|
*
|
|
9065
8925
|
* @note K8s Node conditions as described
|
|
9066
|
-
* by [K8s documentation](https://
|
|
8926
|
+
* by [K8s documentation](https://kubernetes.io/docs/reference/node/node-status/#condition).
|
|
9067
8927
|
*
|
|
9068
8928
|
* This attribute aligns with the `type` field of the
|
|
9069
|
-
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8929
|
+
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#nodecondition-v1-core)
|
|
9070
8930
|
*
|
|
9071
8931
|
* The set of possible values is not limited to those listed here. Managed Kubernetes environments,
|
|
9072
8932
|
* or custom controllers **MAY** introduce additional node condition types.
|
|
@@ -9115,30 +8975,6 @@ export const K8S_NODE_CONDITION_TYPE_VALUE_PID_PRESSURE = "PIDPressure";
|
|
|
9115
8975
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9116
8976
|
*/
|
|
9117
8977
|
export const K8S_NODE_CONDITION_TYPE_VALUE_READY = "Ready";
|
|
9118
|
-
/**
|
|
9119
|
-
* The label placed on the Node, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9120
|
-
*
|
|
9121
|
-
* @example arm64
|
|
9122
|
-
* @example
|
|
9123
|
-
*
|
|
9124
|
-
* @note Examples:
|
|
9125
|
-
*
|
|
9126
|
-
* - A label `kubernetes.io/arch` with value `arm64` **SHOULD** be recorded
|
|
9127
|
-
* as the `k8s.node.label.kubernetes.io/arch` attribute with value `"arm64"`.
|
|
9128
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9129
|
-
* the `k8s.node.label.data` attribute with value `""`.
|
|
9130
|
-
*
|
|
9131
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9132
|
-
*/
|
|
9133
|
-
export const ATTR_K8S_NODE_LABEL = (key) => `k8s.node.label.${key}`;
|
|
9134
|
-
/**
|
|
9135
|
-
* The name of the Node.
|
|
9136
|
-
*
|
|
9137
|
-
* @example node-1
|
|
9138
|
-
*
|
|
9139
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9140
|
-
*/
|
|
9141
|
-
export const ATTR_K8S_NODE_NAME = 'k8s.node.name';
|
|
9142
8978
|
/**
|
|
9143
8979
|
* The name of the system container running on the K8s Node.
|
|
9144
8980
|
*
|
|
@@ -9150,14 +8986,6 @@ export const ATTR_K8S_NODE_NAME = 'k8s.node.name';
|
|
|
9150
8986
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9151
8987
|
*/
|
|
9152
8988
|
export const ATTR_K8S_NODE_SYSTEM_CONTAINER_NAME = 'k8s.node.system_container.name';
|
|
9153
|
-
/**
|
|
9154
|
-
* The UID of the Node.
|
|
9155
|
-
*
|
|
9156
|
-
* @example 1eb3a0c6-0477-4080-a9cb-0cb7db65c6a2
|
|
9157
|
-
*
|
|
9158
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9159
|
-
*/
|
|
9160
|
-
export const ATTR_K8S_NODE_UID = 'k8s.node.uid';
|
|
9161
8989
|
/**
|
|
9162
8990
|
* The annotation placed on the PersistentVolume, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9163
8991
|
*
|
|
@@ -9383,70 +9211,6 @@ export const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE_VALUE_PENDING = "Pending";
|
|
|
9383
9211
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9384
9212
|
*/
|
|
9385
9213
|
export const ATTR_K8S_PERSISTENTVOLUMECLAIM_UID = 'k8s.persistentvolumeclaim.uid';
|
|
9386
|
-
/**
|
|
9387
|
-
* The annotation placed on the Pod, the `<key>` being the annotation name, the value being the annotation value.
|
|
9388
|
-
*
|
|
9389
|
-
* @example true
|
|
9390
|
-
* @example x64
|
|
9391
|
-
* @example
|
|
9392
|
-
*
|
|
9393
|
-
* @note Examples:
|
|
9394
|
-
*
|
|
9395
|
-
* - An annotation `kubernetes.io/enforce-mountable-secrets` with value `true` **SHOULD** be recorded as
|
|
9396
|
-
* the `k8s.pod.annotation.kubernetes.io/enforce-mountable-secrets` attribute with value `"true"`.
|
|
9397
|
-
* - An annotation `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
9398
|
-
* the `k8s.pod.annotation.mycompany.io/arch` attribute with value `"x64"`.
|
|
9399
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
9400
|
-
* the `k8s.pod.annotation.data` attribute with value `""`.
|
|
9401
|
-
*
|
|
9402
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9403
|
-
*/
|
|
9404
|
-
export const ATTR_K8S_POD_ANNOTATION = (key) => `k8s.pod.annotation.${key}`;
|
|
9405
|
-
/**
|
|
9406
|
-
* Specifies the hostname of the Pod.
|
|
9407
|
-
*
|
|
9408
|
-
* @example collector-gateway
|
|
9409
|
-
*
|
|
9410
|
-
* @note The K8s Pod spec has an optional hostname field, which can be used to specify a hostname.
|
|
9411
|
-
* Refer to [K8s docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-hostname-and-subdomain-field)
|
|
9412
|
-
* for more information about this field.
|
|
9413
|
-
*
|
|
9414
|
-
* This attribute aligns with the `hostname` field of the
|
|
9415
|
-
* [K8s PodSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podspec-v1-core).
|
|
9416
|
-
*
|
|
9417
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9418
|
-
*/
|
|
9419
|
-
export const ATTR_K8S_POD_HOSTNAME = 'k8s.pod.hostname';
|
|
9420
|
-
/**
|
|
9421
|
-
* IP address allocated to the Pod.
|
|
9422
|
-
*
|
|
9423
|
-
* @example 172.18.0.2
|
|
9424
|
-
*
|
|
9425
|
-
* @note This attribute aligns with the `podIP` field of the
|
|
9426
|
-
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core).
|
|
9427
|
-
*
|
|
9428
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9429
|
-
*/
|
|
9430
|
-
export const ATTR_K8S_POD_IP = 'k8s.pod.ip';
|
|
9431
|
-
/**
|
|
9432
|
-
* The label placed on the Pod, the `<key>` being the label name, the value being the label value.
|
|
9433
|
-
*
|
|
9434
|
-
* @example my-app
|
|
9435
|
-
* @example x64
|
|
9436
|
-
* @example
|
|
9437
|
-
*
|
|
9438
|
-
* @note Examples:
|
|
9439
|
-
*
|
|
9440
|
-
* - A label `app` with value `my-app` **SHOULD** be recorded as
|
|
9441
|
-
* the `k8s.pod.label.app` attribute with value `"my-app"`.
|
|
9442
|
-
* - A label `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
9443
|
-
* the `k8s.pod.label.mycompany.io/arch` attribute with value `"x64"`.
|
|
9444
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9445
|
-
* the `k8s.pod.label.data` attribute with value `""`.
|
|
9446
|
-
*
|
|
9447
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9448
|
-
*/
|
|
9449
|
-
export const ATTR_K8S_POD_LABEL = (key) => `k8s.pod.label.${key}`;
|
|
9450
9214
|
/**
|
|
9451
9215
|
* Deprecated, use `k8s.pod.label` instead.
|
|
9452
9216
|
*
|
|
@@ -9457,29 +9221,6 @@ export const ATTR_K8S_POD_LABEL = (key) => `k8s.pod.label.${key}`;
|
|
|
9457
9221
|
* @deprecated Replaced by `k8s.pod.label`.
|
|
9458
9222
|
*/
|
|
9459
9223
|
export const ATTR_K8S_POD_LABELS = (key) => `k8s.pod.labels.${key}`;
|
|
9460
|
-
/**
|
|
9461
|
-
* The name of the Pod.
|
|
9462
|
-
*
|
|
9463
|
-
* @example opentelemetry-pod-autoconf
|
|
9464
|
-
*
|
|
9465
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9466
|
-
*/
|
|
9467
|
-
export const ATTR_K8S_POD_NAME = 'k8s.pod.name';
|
|
9468
|
-
/**
|
|
9469
|
-
* The start timestamp of the Pod.
|
|
9470
|
-
*
|
|
9471
|
-
* @example 2025-12-04T08:41:03Z
|
|
9472
|
-
*
|
|
9473
|
-
* @note Date and time at which the object was acknowledged by the Kubelet.
|
|
9474
|
-
* This is before the Kubelet pulled the container image(s) for the pod.
|
|
9475
|
-
*
|
|
9476
|
-
* This attribute aligns with the `startTime` field of the
|
|
9477
|
-
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core),
|
|
9478
|
-
* in ISO 8601 (RFC 3339 compatible) format.
|
|
9479
|
-
*
|
|
9480
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9481
|
-
*/
|
|
9482
|
-
export const ATTR_K8S_POD_START_TIME = 'k8s.pod.start_time';
|
|
9483
9224
|
/**
|
|
9484
9225
|
* The phase for the pod. Corresponds to the `phase` field of the: [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#podstatus-v1-core)
|
|
9485
9226
|
*
|
|
@@ -9578,64 +9319,6 @@ export const K8S_POD_STATUS_REASON_VALUE_SHUTDOWN = "Shutdown";
|
|
|
9578
9319
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9579
9320
|
*/
|
|
9580
9321
|
export const K8S_POD_STATUS_REASON_VALUE_UNEXPECTED_ADMISSION_ERROR = "UnexpectedAdmissionError";
|
|
9581
|
-
/**
|
|
9582
|
-
* The UID of the Pod.
|
|
9583
|
-
*
|
|
9584
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9585
|
-
*
|
|
9586
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9587
|
-
*/
|
|
9588
|
-
export const ATTR_K8S_POD_UID = 'k8s.pod.uid';
|
|
9589
|
-
/**
|
|
9590
|
-
* The annotation placed on the ReplicaSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9591
|
-
*
|
|
9592
|
-
* @example 0
|
|
9593
|
-
* @example
|
|
9594
|
-
*
|
|
9595
|
-
* @note
|
|
9596
|
-
* Examples:
|
|
9597
|
-
*
|
|
9598
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
9599
|
-
* as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
|
|
9600
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9601
|
-
* the `k8s.replicaset.annotation.data` attribute with value `""`.
|
|
9602
|
-
*
|
|
9603
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9604
|
-
*/
|
|
9605
|
-
export const ATTR_K8S_REPLICASET_ANNOTATION = (key) => `k8s.replicaset.annotation.${key}`;
|
|
9606
|
-
/**
|
|
9607
|
-
* The label placed on the ReplicaSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9608
|
-
*
|
|
9609
|
-
* @example guestbook
|
|
9610
|
-
* @example
|
|
9611
|
-
*
|
|
9612
|
-
* @note
|
|
9613
|
-
* Examples:
|
|
9614
|
-
*
|
|
9615
|
-
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
9616
|
-
* as the `k8s.replicaset.label.app` attribute with value `"guestbook"`.
|
|
9617
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
9618
|
-
* the `k8s.replicaset.label.injected` attribute with value `""`.
|
|
9619
|
-
*
|
|
9620
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9621
|
-
*/
|
|
9622
|
-
export const ATTR_K8S_REPLICASET_LABEL = (key) => `k8s.replicaset.label.${key}`;
|
|
9623
|
-
/**
|
|
9624
|
-
* The name of the ReplicaSet.
|
|
9625
|
-
*
|
|
9626
|
-
* @example opentelemetry
|
|
9627
|
-
*
|
|
9628
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9629
|
-
*/
|
|
9630
|
-
export const ATTR_K8S_REPLICASET_NAME = 'k8s.replicaset.name';
|
|
9631
|
-
/**
|
|
9632
|
-
* The UID of the ReplicaSet.
|
|
9633
|
-
*
|
|
9634
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9635
|
-
*
|
|
9636
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9637
|
-
*/
|
|
9638
|
-
export const ATTR_K8S_REPLICASET_UID = 'k8s.replicaset.uid';
|
|
9639
9322
|
/**
|
|
9640
9323
|
* The name of the replication controller.
|
|
9641
9324
|
*
|
|
@@ -9919,57 +9602,7 @@ export const K8S_SERVICE_TYPE_VALUE_NODE_PORT = "NodePort";
|
|
|
9919
9602
|
*/
|
|
9920
9603
|
export const ATTR_K8S_SERVICE_UID = 'k8s.service.uid';
|
|
9921
9604
|
/**
|
|
9922
|
-
* The
|
|
9923
|
-
*
|
|
9924
|
-
* @example 1
|
|
9925
|
-
* @example
|
|
9926
|
-
*
|
|
9927
|
-
* @note
|
|
9928
|
-
* Examples:
|
|
9929
|
-
*
|
|
9930
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
9931
|
-
* as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
|
|
9932
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9933
|
-
* the `k8s.statefulset.annotation.data` attribute with value `""`.
|
|
9934
|
-
*
|
|
9935
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9936
|
-
*/
|
|
9937
|
-
export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotation.${key}`;
|
|
9938
|
-
/**
|
|
9939
|
-
* The label placed on the StatefulSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9940
|
-
*
|
|
9941
|
-
* @example guestbook
|
|
9942
|
-
* @example
|
|
9943
|
-
*
|
|
9944
|
-
* @note
|
|
9945
|
-
* Examples:
|
|
9946
|
-
*
|
|
9947
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
9948
|
-
* as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
|
|
9949
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
9950
|
-
* the `k8s.statefulset.label.injected` attribute with value `""`.
|
|
9951
|
-
*
|
|
9952
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9953
|
-
*/
|
|
9954
|
-
export const ATTR_K8S_STATEFULSET_LABEL = (key) => `k8s.statefulset.label.${key}`;
|
|
9955
|
-
/**
|
|
9956
|
-
* The name of the StatefulSet.
|
|
9957
|
-
*
|
|
9958
|
-
* @example opentelemetry
|
|
9959
|
-
*
|
|
9960
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9961
|
-
*/
|
|
9962
|
-
export const ATTR_K8S_STATEFULSET_NAME = 'k8s.statefulset.name';
|
|
9963
|
-
/**
|
|
9964
|
-
* The UID of the StatefulSet.
|
|
9965
|
-
*
|
|
9966
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9967
|
-
*
|
|
9968
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9969
|
-
*/
|
|
9970
|
-
export const ATTR_K8S_STATEFULSET_UID = 'k8s.statefulset.uid';
|
|
9971
|
-
/**
|
|
9972
|
-
* The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#storageclass-v1-storage-k8s-io) object.
|
|
9605
|
+
* The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#storageclass-v1-storage-k8s-io) object.
|
|
9973
9606
|
*
|
|
9974
9607
|
* @example gold.storageclass.storage.k8s.io
|
|
9975
9608
|
*
|
|
@@ -9996,7 +9629,7 @@ export const ATTR_K8S_VOLUME_TYPE = 'k8s.volume.type';
|
|
|
9996
9629
|
/**
|
|
9997
9630
|
* Enum value "configMap" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
9998
9631
|
*
|
|
9999
|
-
* A [configMap](https://
|
|
9632
|
+
* A [configMap](https://kubernetes.io/docs/concepts/storage/volumes/#configmap) volume
|
|
10000
9633
|
*
|
|
10001
9634
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10002
9635
|
*/
|
|
@@ -10004,7 +9637,7 @@ export const K8S_VOLUME_TYPE_VALUE_CONFIG_MAP = "configMap";
|
|
|
10004
9637
|
/**
|
|
10005
9638
|
* Enum value "downwardAPI" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10006
9639
|
*
|
|
10007
|
-
* A [downwardAPI](https://
|
|
9640
|
+
* A [downwardAPI](https://kubernetes.io/docs/concepts/storage/volumes/#downwardapi) volume
|
|
10008
9641
|
*
|
|
10009
9642
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10010
9643
|
*/
|
|
@@ -10012,7 +9645,7 @@ export const K8S_VOLUME_TYPE_VALUE_DOWNWARD_API = "downwardAPI";
|
|
|
10012
9645
|
/**
|
|
10013
9646
|
* Enum value "emptyDir" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10014
9647
|
*
|
|
10015
|
-
* An [emptyDir](https://
|
|
9648
|
+
* An [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) volume
|
|
10016
9649
|
*
|
|
10017
9650
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10018
9651
|
*/
|
|
@@ -10020,7 +9653,7 @@ export const K8S_VOLUME_TYPE_VALUE_EMPTY_DIR = "emptyDir";
|
|
|
10020
9653
|
/**
|
|
10021
9654
|
* Enum value "local" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10022
9655
|
*
|
|
10023
|
-
* A [local](https://
|
|
9656
|
+
* A [local](https://kubernetes.io/docs/concepts/storage/volumes/#local) volume
|
|
10024
9657
|
*
|
|
10025
9658
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10026
9659
|
*/
|
|
@@ -10028,7 +9661,7 @@ export const K8S_VOLUME_TYPE_VALUE_LOCAL = "local";
|
|
|
10028
9661
|
/**
|
|
10029
9662
|
* Enum value "persistentVolumeClaim" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10030
9663
|
*
|
|
10031
|
-
* A [persistentVolumeClaim](https://
|
|
9664
|
+
* A [persistentVolumeClaim](https://kubernetes.io/docs/concepts/storage/volumes/#persistentvolumeclaim) volume
|
|
10032
9665
|
*
|
|
10033
9666
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10034
9667
|
*/
|
|
@@ -10036,7 +9669,7 @@ export const K8S_VOLUME_TYPE_VALUE_PERSISTENT_VOLUME_CLAIM = "persistentVolumeCl
|
|
|
10036
9669
|
/**
|
|
10037
9670
|
* Enum value "secret" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10038
9671
|
*
|
|
10039
|
-
* A [secret](https://
|
|
9672
|
+
* A [secret](https://kubernetes.io/docs/concepts/storage/volumes/#secret) volume
|
|
10040
9673
|
*
|
|
10041
9674
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10042
9675
|
*/
|
|
@@ -10152,6 +9785,8 @@ export const ATTR_MAINFRAME_LPAR_NAME = 'mainframe.lpar.name';
|
|
|
10152
9785
|
* The name of the request or notification method.
|
|
10153
9786
|
*
|
|
10154
9787
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9788
|
+
*
|
|
9789
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10155
9790
|
*/
|
|
10156
9791
|
export const ATTR_MCP_METHOD_NAME = 'mcp.method.name';
|
|
10157
9792
|
/**
|
|
@@ -10360,6 +9995,8 @@ export const MCP_METHOD_NAME_VALUE_TOOLS_LIST = "tools/list";
|
|
|
10360
9995
|
* @example 2025-06-18
|
|
10361
9996
|
*
|
|
10362
9997
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9998
|
+
*
|
|
9999
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10363
10000
|
*/
|
|
10364
10001
|
export const ATTR_MCP_PROTOCOL_VERSION = 'mcp.protocol.version';
|
|
10365
10002
|
/**
|
|
@@ -10371,6 +10008,8 @@ export const ATTR_MCP_PROTOCOL_VERSION = 'mcp.protocol.version';
|
|
|
10371
10008
|
* @note This is a URI of the resource provided in the following requests or notifications: `resources/read`, `resources/subscribe`, `resources/unsubscribe`, or `notifications/resources/updated`.
|
|
10372
10009
|
*
|
|
10373
10010
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10011
|
+
*
|
|
10012
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10374
10013
|
*/
|
|
10375
10014
|
export const ATTR_MCP_RESOURCE_URI = 'mcp.resource.uri';
|
|
10376
10015
|
/**
|
|
@@ -10379,6 +10018,8 @@ export const ATTR_MCP_RESOURCE_URI = 'mcp.resource.uri';
|
|
|
10379
10018
|
* @example 191c4850af6c49e08843a3f6c80e5046
|
|
10380
10019
|
*
|
|
10381
10020
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10021
|
+
*
|
|
10022
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10382
10023
|
*/
|
|
10383
10024
|
export const ATTR_MCP_SESSION_ID = 'mcp.session.id';
|
|
10384
10025
|
/**
|
|
@@ -11705,6 +11346,8 @@ export const ATTR_ONC_RPC_VERSION = 'onc_rpc.version';
|
|
|
11705
11346
|
* The type of OpenAI API being used.
|
|
11706
11347
|
*
|
|
11707
11348
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11349
|
+
*
|
|
11350
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11708
11351
|
*/
|
|
11709
11352
|
export const ATTR_OPENAI_API_TYPE = 'openai.api.type';
|
|
11710
11353
|
/**
|
|
@@ -11730,6 +11373,8 @@ export const OPENAI_API_TYPE_VALUE_RESPONSES = "responses";
|
|
|
11730
11373
|
* @example default
|
|
11731
11374
|
*
|
|
11732
11375
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11376
|
+
*
|
|
11377
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11733
11378
|
*/
|
|
11734
11379
|
export const ATTR_OPENAI_REQUEST_SERVICE_TIER = 'openai.request.service_tier';
|
|
11735
11380
|
/**
|
|
@@ -11755,6 +11400,8 @@ export const OPENAI_REQUEST_SERVICE_TIER_VALUE_DEFAULT = "default";
|
|
|
11755
11400
|
* @example default
|
|
11756
11401
|
*
|
|
11757
11402
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11403
|
+
*
|
|
11404
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11758
11405
|
*/
|
|
11759
11406
|
export const ATTR_OPENAI_RESPONSE_SERVICE_TIER = 'openai.response.service_tier';
|
|
11760
11407
|
/**
|
|
@@ -11763,6 +11410,8 @@ export const ATTR_OPENAI_RESPONSE_SERVICE_TIER = 'openai.response.service_tier';
|
|
|
11763
11410
|
* @example fp_44709d6fcb
|
|
11764
11411
|
*
|
|
11765
11412
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11413
|
+
*
|
|
11414
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11766
11415
|
*/
|
|
11767
11416
|
export const ATTR_OPENAI_RESPONSE_SYSTEM_FINGERPRINT = 'openai.response.system_fingerprint';
|
|
11768
11417
|
/**
|
|
@@ -12838,6 +12487,14 @@ export const PROFILE_FRAME_TYPE_VALUE_JVM = "jvm";
|
|
|
12838
12487
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
12839
12488
|
*/
|
|
12840
12489
|
export const PROFILE_FRAME_TYPE_VALUE_KERNEL = "kernel";
|
|
12490
|
+
/**
|
|
12491
|
+
* Enum value "luajit" for attribute {@link ATTR_PROFILE_FRAME_TYPE}.
|
|
12492
|
+
*
|
|
12493
|
+
* [LuaJIT](https://en.wikipedia.org/wiki/LuaJIT)
|
|
12494
|
+
*
|
|
12495
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
12496
|
+
*/
|
|
12497
|
+
export const PROFILE_FRAME_TYPE_VALUE_LUAJIT = "luajit";
|
|
12841
12498
|
/**
|
|
12842
12499
|
* Enum value "native" for attribute {@link ATTR_PROFILE_FRAME_TYPE}.
|
|
12843
12500
|
*
|