@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/esnext/experimental_attributes.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @example created
|
|
5
5
|
*
|
|
6
|
-
* @note The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#
|
|
6
|
+
* @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.
|
|
7
7
|
*
|
|
8
8
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9
9
|
*/
|
|
@@ -83,6 +83,19 @@ export declare const ANDROID_STATE_VALUE_FOREGROUND: "foreground";
|
|
|
83
83
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
84
84
|
*/
|
|
85
85
|
export declare const ATTR_APP_BUILD_ID: "app.build_id";
|
|
86
|
+
/**
|
|
87
|
+
* A unique identifier representing an instance of an end-user facing app crash.
|
|
88
|
+
*
|
|
89
|
+
* @example 083d3d2d-9a0e-47f8-be3d-bc3c5538ba38
|
|
90
|
+
*
|
|
91
|
+
* @note Its value **MAY** be meaningful and be used as a reference for telemetry and metadata recorded by
|
|
92
|
+
* the same instrumentation (e.g. it is an ID generated by an external source that captured the crash).
|
|
93
|
+
* It **MAY** come from a source external to the instrumentation such that it can be used to look up additional
|
|
94
|
+
* data from other sources as well as facilitate deduplication.
|
|
95
|
+
*
|
|
96
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
97
|
+
*/
|
|
98
|
+
export declare const ATTR_APP_CRASH_ID: "app.crash.id";
|
|
86
99
|
/**
|
|
87
100
|
* A unique identifier representing the installation of an application on a specific device
|
|
88
101
|
*
|
|
@@ -1587,6 +1600,14 @@ export declare const ATTR_AZURE_SERVICE_REQUEST_ID: "azure.service.request.id";
|
|
|
1587
1600
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1588
1601
|
*/
|
|
1589
1602
|
export declare const ATTR_BROWSER_BRANDS: "browser.brands";
|
|
1603
|
+
/**
|
|
1604
|
+
* Absolute URL of the current browser document according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986).
|
|
1605
|
+
*
|
|
1606
|
+
* @example https://www.example.com/search?q=OpenTelemetry#SemConv
|
|
1607
|
+
*
|
|
1608
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const ATTR_BROWSER_DOCUMENT_URL_FULL: "browser.document.url.full";
|
|
1590
1611
|
/**
|
|
1591
1612
|
* Preferred language of the user using the browser
|
|
1592
1613
|
*
|
|
@@ -1821,7 +1842,7 @@ export declare const CICD_PIPELINE_RESULT_VALUE_CANCELLATION: "cancellation";
|
|
|
1821
1842
|
/**
|
|
1822
1843
|
* Enum value "error" for attribute {@link ATTR_CICD_PIPELINE_RESULT}.
|
|
1823
1844
|
*
|
|
1824
|
-
* The pipeline run failed due to an error in the
|
|
1845
|
+
* The pipeline run failed due to an error in the CI/CD system, eg. due to the worker being killed.
|
|
1825
1846
|
*
|
|
1826
1847
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1827
1848
|
*/
|
|
@@ -1951,7 +1972,7 @@ export declare const CICD_PIPELINE_TASK_RUN_RESULT_VALUE_CANCELLATION: "cancella
|
|
|
1951
1972
|
/**
|
|
1952
1973
|
* Enum value "error" for attribute {@link ATTR_CICD_PIPELINE_TASK_RUN_RESULT}.
|
|
1953
1974
|
*
|
|
1954
|
-
* The task run failed due to an error in the
|
|
1975
|
+
* The task run failed due to an error in the CI/CD system, eg. due to the worker being killed.
|
|
1955
1976
|
*
|
|
1956
1977
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1957
1978
|
*/
|
|
@@ -2031,7 +2052,7 @@ export declare const CICD_PIPELINE_TASK_TYPE_VALUE_DEPLOY: "deploy";
|
|
|
2031
2052
|
*/
|
|
2032
2053
|
export declare const CICD_PIPELINE_TASK_TYPE_VALUE_TEST: "test";
|
|
2033
2054
|
/**
|
|
2034
|
-
* The name of a component of the
|
|
2055
|
+
* The name of a component of the CI/CD system.
|
|
2035
2056
|
*
|
|
2036
2057
|
* @example controller
|
|
2037
2058
|
* @example scheduler
|
|
@@ -2041,7 +2062,7 @@ export declare const CICD_PIPELINE_TASK_TYPE_VALUE_TEST: "test";
|
|
|
2041
2062
|
*/
|
|
2042
2063
|
export declare const ATTR_CICD_SYSTEM_COMPONENT: "cicd.system.component";
|
|
2043
2064
|
/**
|
|
2044
|
-
* The unique identifier of a worker within a
|
|
2065
|
+
* The unique identifier of a worker within a CI/CD system.
|
|
2045
2066
|
*
|
|
2046
2067
|
* @example abc123
|
|
2047
2068
|
* @example 10.0.1.2
|
|
@@ -2051,7 +2072,7 @@ export declare const ATTR_CICD_SYSTEM_COMPONENT: "cicd.system.component";
|
|
|
2051
2072
|
*/
|
|
2052
2073
|
export declare const ATTR_CICD_WORKER_ID: "cicd.worker.id";
|
|
2053
2074
|
/**
|
|
2054
|
-
* The name of a worker within a
|
|
2075
|
+
* The name of a worker within a CI/CD system.
|
|
2055
2076
|
*
|
|
2056
2077
|
* @example agent-abc
|
|
2057
2078
|
* @example controller
|
|
@@ -2061,7 +2082,7 @@ export declare const ATTR_CICD_WORKER_ID: "cicd.worker.id";
|
|
|
2061
2082
|
*/
|
|
2062
2083
|
export declare const ATTR_CICD_WORKER_NAME: "cicd.worker.name";
|
|
2063
2084
|
/**
|
|
2064
|
-
* The state of a
|
|
2085
|
+
* The state of a CI/CD worker / agent.
|
|
2065
2086
|
*
|
|
2066
2087
|
* @example idle
|
|
2067
2088
|
* @example busy
|
|
@@ -2073,7 +2094,7 @@ export declare const ATTR_CICD_WORKER_STATE: "cicd.worker.state";
|
|
|
2073
2094
|
/**
|
|
2074
2095
|
* Enum value "available" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2075
2096
|
*
|
|
2076
|
-
* The worker is not performing work for the
|
|
2097
|
+
* 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).
|
|
2077
2098
|
*
|
|
2078
2099
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2079
2100
|
*/
|
|
@@ -2081,7 +2102,7 @@ export declare const CICD_WORKER_STATE_VALUE_AVAILABLE: "available";
|
|
|
2081
2102
|
/**
|
|
2082
2103
|
* Enum value "busy" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2083
2104
|
*
|
|
2084
|
-
* The worker is performing work for the
|
|
2105
|
+
* The worker is performing work for the CI/CD system.
|
|
2085
2106
|
*
|
|
2086
2107
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2087
2108
|
*/
|
|
@@ -2089,7 +2110,7 @@ export declare const CICD_WORKER_STATE_VALUE_BUSY: "busy";
|
|
|
2089
2110
|
/**
|
|
2090
2111
|
* Enum value "offline" for attribute {@link ATTR_CICD_WORKER_STATE}.
|
|
2091
2112
|
*
|
|
2092
|
-
* The worker is not available to the
|
|
2113
|
+
* The worker is not available to the CI/CD system (disconnected / down).
|
|
2093
2114
|
*
|
|
2094
2115
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2095
2116
|
*/
|
|
@@ -2857,14 +2878,6 @@ export declare const ATTR_CONTAINER_CSI_PLUGIN_NAME: "container.csi.plugin.name"
|
|
|
2857
2878
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2858
2879
|
*/
|
|
2859
2880
|
export declare const ATTR_CONTAINER_CSI_VOLUME_ID: "container.csi.volume.id";
|
|
2860
|
-
/**
|
|
2861
|
-
* 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.
|
|
2862
|
-
*
|
|
2863
|
-
* @example a3bf90e006b2
|
|
2864
|
-
*
|
|
2865
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2866
|
-
*/
|
|
2867
|
-
export declare const ATTR_CONTAINER_ID: "container.id";
|
|
2868
2881
|
/**
|
|
2869
2882
|
* Runtime specific image identifier. Usually a hash algorithm followed by a UUID.
|
|
2870
2883
|
*
|
|
@@ -2877,32 +2890,6 @@ export declare const ATTR_CONTAINER_ID: "container.id";
|
|
|
2877
2890
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2878
2891
|
*/
|
|
2879
2892
|
export declare const ATTR_CONTAINER_IMAGE_ID: "container.image.id";
|
|
2880
|
-
/**
|
|
2881
|
-
* Name of the image the container was built on.
|
|
2882
|
-
*
|
|
2883
|
-
* @example gcr.io/opentelemetry/operator
|
|
2884
|
-
*
|
|
2885
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2886
|
-
*/
|
|
2887
|
-
export declare const ATTR_CONTAINER_IMAGE_NAME: "container.image.name";
|
|
2888
|
-
/**
|
|
2889
|
-
* Repo digests of the container image as provided by the container runtime.
|
|
2890
|
-
*
|
|
2891
|
-
* @example ["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]
|
|
2892
|
-
*
|
|
2893
|
-
* @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.
|
|
2894
|
-
*
|
|
2895
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2896
|
-
*/
|
|
2897
|
-
export declare const ATTR_CONTAINER_IMAGE_REPO_DIGESTS: "container.image.repo_digests";
|
|
2898
|
-
/**
|
|
2899
|
-
* 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>`.
|
|
2900
|
-
*
|
|
2901
|
-
* @example ["v1.27.1", "3.5.7-0"]
|
|
2902
|
-
*
|
|
2903
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2904
|
-
*/
|
|
2905
|
-
export declare const ATTR_CONTAINER_IMAGE_TAGS: "container.image.tags";
|
|
2906
2893
|
/**
|
|
2907
2894
|
* Container labels, `<key>` being the label name, the value being the label value.
|
|
2908
2895
|
*
|
|
@@ -3013,9 +3000,11 @@ export declare const CPU_MODE_VALUE_IOWAIT: "iowait";
|
|
|
3013
3000
|
/**
|
|
3014
3001
|
* Enum value "kernel" for attribute {@link ATTR_CPU_MODE}.
|
|
3015
3002
|
*
|
|
3016
|
-
*
|
|
3003
|
+
* Deprecated. Use `system` instead.
|
|
3017
3004
|
*
|
|
3018
3005
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3006
|
+
*
|
|
3007
|
+
* @deprecated Replaced by `system`.
|
|
3019
3008
|
*/
|
|
3020
3009
|
export declare const CPU_MODE_VALUE_KERNEL: "kernel";
|
|
3021
3010
|
/**
|
|
@@ -5338,6 +5327,49 @@ export declare const ATTR_FILE_GROUP_NAME: "file.group.name";
|
|
|
5338
5327
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5339
5328
|
*/
|
|
5340
5329
|
export declare const ATTR_FILE_INODE: "file.inode";
|
|
5330
|
+
/**
|
|
5331
|
+
* The lock mechanism such as noted by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)
|
|
5332
|
+
*
|
|
5333
|
+
* @example POSIX
|
|
5334
|
+
* @example FLOCK
|
|
5335
|
+
* @example DELEG
|
|
5336
|
+
* @example LEASE
|
|
5337
|
+
*
|
|
5338
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5339
|
+
*/
|
|
5340
|
+
export declare const ATTR_FILE_LOCK_MECHANISM: "file.lock.mechanism";
|
|
5341
|
+
/**
|
|
5342
|
+
* Mode of lock or operation such as documented by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)
|
|
5343
|
+
*
|
|
5344
|
+
* @example ADVISORY
|
|
5345
|
+
* @example MANDATORY
|
|
5346
|
+
* @example BREAKING
|
|
5347
|
+
* @example ACTIVE
|
|
5348
|
+
* @example BREAKER
|
|
5349
|
+
*
|
|
5350
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5351
|
+
*/
|
|
5352
|
+
export declare const ATTR_FILE_LOCK_MODE: "file.lock.mode";
|
|
5353
|
+
/**
|
|
5354
|
+
* The lock type as represented by i.e. [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)'s l_type.
|
|
5355
|
+
*
|
|
5356
|
+
* @example read
|
|
5357
|
+
*
|
|
5358
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5359
|
+
*/
|
|
5360
|
+
export declare const ATTR_FILE_LOCK_TYPE: "file.lock.type";
|
|
5361
|
+
/**
|
|
5362
|
+
* Enum value "read" for attribute {@link ATTR_FILE_LOCK_TYPE}.
|
|
5363
|
+
*
|
|
5364
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5365
|
+
*/
|
|
5366
|
+
export declare const FILE_LOCK_TYPE_VALUE_READ: "read";
|
|
5367
|
+
/**
|
|
5368
|
+
* Enum value "write" for attribute {@link ATTR_FILE_LOCK_TYPE}.
|
|
5369
|
+
*
|
|
5370
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5371
|
+
*/
|
|
5372
|
+
export declare const FILE_LOCK_TYPE_VALUE_WRITE: "write";
|
|
5341
5373
|
/**
|
|
5342
5374
|
* Mode of the file in octal representation.
|
|
5343
5375
|
*
|
|
@@ -5836,6 +5868,16 @@ export declare const ATTR_GCP_CLOUD_RUN_JOB_TASK_INDEX: "gcp.cloud_run.job.task_
|
|
|
5836
5868
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5837
5869
|
*/
|
|
5838
5870
|
export declare const ATTR_GCP_GCE_INSTANCE_HOSTNAME: "gcp.gce.instance.hostname";
|
|
5871
|
+
/**
|
|
5872
|
+
* GCE instance labels, `<key>` being the label name and the value being the label value.
|
|
5873
|
+
*
|
|
5874
|
+
* @example observability
|
|
5875
|
+
*
|
|
5876
|
+
* @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.
|
|
5877
|
+
*
|
|
5878
|
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5879
|
+
*/
|
|
5880
|
+
export declare const ATTR_GCP_GCE_INSTANCE_LABELS: (key: string) => string;
|
|
5839
5881
|
/**
|
|
5840
5882
|
* 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).
|
|
5841
5883
|
*
|
|
@@ -5879,6 +5921,8 @@ export declare const ATTR_GCP_GCE_INSTANCE_GROUP_MANAGER_ZONE: "gcp.gce.instance
|
|
|
5879
5921
|
* @example Generates fiction stories
|
|
5880
5922
|
*
|
|
5881
5923
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5924
|
+
*
|
|
5925
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5882
5926
|
*/
|
|
5883
5927
|
export declare const ATTR_GEN_AI_AGENT_DESCRIPTION: "gen_ai.agent.description";
|
|
5884
5928
|
/**
|
|
@@ -5887,6 +5931,8 @@ export declare const ATTR_GEN_AI_AGENT_DESCRIPTION: "gen_ai.agent.description";
|
|
|
5887
5931
|
* @example asst_5j66UpCpwteGg4YSxUnt7lPY
|
|
5888
5932
|
*
|
|
5889
5933
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5934
|
+
*
|
|
5935
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5890
5936
|
*/
|
|
5891
5937
|
export declare const ATTR_GEN_AI_AGENT_ID: "gen_ai.agent.id";
|
|
5892
5938
|
/**
|
|
@@ -5896,6 +5942,8 @@ export declare const ATTR_GEN_AI_AGENT_ID: "gen_ai.agent.id";
|
|
|
5896
5942
|
* @example Fiction Writer
|
|
5897
5943
|
*
|
|
5898
5944
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5945
|
+
*
|
|
5946
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5899
5947
|
*/
|
|
5900
5948
|
export declare const ATTR_GEN_AI_AGENT_NAME: "gen_ai.agent.name";
|
|
5901
5949
|
/**
|
|
@@ -5905,6 +5953,8 @@ export declare const ATTR_GEN_AI_AGENT_NAME: "gen_ai.agent.name";
|
|
|
5905
5953
|
* @example 2025-05-01
|
|
5906
5954
|
*
|
|
5907
5955
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5956
|
+
*
|
|
5957
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5908
5958
|
*/
|
|
5909
5959
|
export declare const ATTR_GEN_AI_AGENT_VERSION: "gen_ai.agent.version";
|
|
5910
5960
|
/**
|
|
@@ -5923,6 +5973,8 @@ export declare const ATTR_GEN_AI_COMPLETION: "gen_ai.completion";
|
|
|
5923
5973
|
* @example conv_5j66UpCpwteGg4YSxUnt7lPY
|
|
5924
5974
|
*
|
|
5925
5975
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5976
|
+
*
|
|
5977
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5926
5978
|
*/
|
|
5927
5979
|
export declare const ATTR_GEN_AI_CONVERSATION_ID: "gen_ai.conversation.id";
|
|
5928
5980
|
/**
|
|
@@ -5933,6 +5985,8 @@ export declare const ATTR_GEN_AI_CONVERSATION_ID: "gen_ai.conversation.id";
|
|
|
5933
5985
|
* @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.
|
|
5934
5986
|
*
|
|
5935
5987
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5988
|
+
*
|
|
5989
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5936
5990
|
*/
|
|
5937
5991
|
export declare const ATTR_GEN_AI_DATA_SOURCE_ID: "gen_ai.data_source.id";
|
|
5938
5992
|
/**
|
|
@@ -5942,6 +5996,8 @@ export declare const ATTR_GEN_AI_DATA_SOURCE_ID: "gen_ai.data_source.id";
|
|
|
5942
5996
|
* @example 1024
|
|
5943
5997
|
*
|
|
5944
5998
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5999
|
+
*
|
|
6000
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5945
6001
|
*/
|
|
5946
6002
|
export declare const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT: "gen_ai.embeddings.dimension.count";
|
|
5947
6003
|
/**
|
|
@@ -5950,6 +6006,8 @@ export declare const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT: "gen_ai.embeddings.
|
|
|
5950
6006
|
* @example The response is factually accurate but lacks sufficient detail to fully address the question.
|
|
5951
6007
|
*
|
|
5952
6008
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6009
|
+
*
|
|
6010
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5953
6011
|
*/
|
|
5954
6012
|
export declare const ATTR_GEN_AI_EVALUATION_EXPLANATION: "gen_ai.evaluation.explanation";
|
|
5955
6013
|
/**
|
|
@@ -5959,6 +6017,8 @@ export declare const ATTR_GEN_AI_EVALUATION_EXPLANATION: "gen_ai.evaluation.expl
|
|
|
5959
6017
|
* @example IntentResolution
|
|
5960
6018
|
*
|
|
5961
6019
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6020
|
+
*
|
|
6021
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5962
6022
|
*/
|
|
5963
6023
|
export declare const ATTR_GEN_AI_EVALUATION_NAME: "gen_ai.evaluation.name";
|
|
5964
6024
|
/**
|
|
@@ -5974,6 +6034,8 @@ export declare const ATTR_GEN_AI_EVALUATION_NAME: "gen_ai.evaluation.name";
|
|
|
5974
6034
|
* @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.
|
|
5975
6035
|
*
|
|
5976
6036
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6037
|
+
*
|
|
6038
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5977
6039
|
*/
|
|
5978
6040
|
export declare const ATTR_GEN_AI_EVALUATION_SCORE_LABEL: "gen_ai.evaluation.score.label";
|
|
5979
6041
|
/**
|
|
@@ -5982,6 +6044,8 @@ export declare const ATTR_GEN_AI_EVALUATION_SCORE_LABEL: "gen_ai.evaluation.scor
|
|
|
5982
6044
|
* @example 4.0
|
|
5983
6045
|
*
|
|
5984
6046
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6047
|
+
*
|
|
6048
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
5985
6049
|
*/
|
|
5986
6050
|
export declare const ATTR_GEN_AI_EVALUATION_SCORE_VALUE: "gen_ai.evaluation.score.value";
|
|
5987
6051
|
/**
|
|
@@ -6022,7 +6086,7 @@ export declare const ATTR_GEN_AI_EVALUATION_SCORE_VALUE: "gen_ai.evaluation.scor
|
|
|
6022
6086
|
* }
|
|
6023
6087
|
* ]
|
|
6024
6088
|
*
|
|
6025
|
-
* @note Instrumentations **MUST** follow [Input messages JSON schema](/docs/gen-ai/gen-ai-input-messages.json).
|
|
6089
|
+
* @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).
|
|
6026
6090
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6027
6091
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6028
6092
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6034,10 +6098,12 @@ export declare const ATTR_GEN_AI_EVALUATION_SCORE_VALUE: "gen_ai.evaluation.scor
|
|
|
6034
6098
|
* > [!Warning]
|
|
6035
6099
|
* > This attribute is likely to contain sensitive information including user/PII data.
|
|
6036
6100
|
*
|
|
6037
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6101
|
+
* 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)
|
|
6038
6102
|
* section for more details.
|
|
6039
6103
|
*
|
|
6040
6104
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6105
|
+
*
|
|
6106
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6041
6107
|
*/
|
|
6042
6108
|
export declare const ATTR_GEN_AI_INPUT_MESSAGES: "gen_ai.input.messages";
|
|
6043
6109
|
/**
|
|
@@ -6045,7 +6111,7 @@ export declare const ATTR_GEN_AI_INPUT_MESSAGES: "gen_ai.input.messages";
|
|
|
6045
6111
|
*
|
|
6046
6112
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6047
6113
|
*
|
|
6048
|
-
* @deprecated Replaced by `gen_ai.output.type
|
|
6114
|
+
* @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).
|
|
6049
6115
|
*/
|
|
6050
6116
|
export declare const ATTR_GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT: "gen_ai.openai.request.response_format";
|
|
6051
6117
|
/**
|
|
@@ -6079,7 +6145,7 @@ export declare const GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT_VALUE_TEXT: "text";
|
|
|
6079
6145
|
*
|
|
6080
6146
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6081
6147
|
*
|
|
6082
|
-
* @deprecated Replaced by `gen_ai.request.seed
|
|
6148
|
+
* @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).
|
|
6083
6149
|
*/
|
|
6084
6150
|
export declare const ATTR_GEN_AI_OPENAI_REQUEST_SEED: "gen_ai.openai.request.seed";
|
|
6085
6151
|
/**
|
|
@@ -6087,7 +6153,7 @@ export declare const ATTR_GEN_AI_OPENAI_REQUEST_SEED: "gen_ai.openai.request.see
|
|
|
6087
6153
|
*
|
|
6088
6154
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6089
6155
|
*
|
|
6090
|
-
* @deprecated Replaced by `openai.request.service_tier
|
|
6156
|
+
* @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).
|
|
6091
6157
|
*/
|
|
6092
6158
|
export declare const ATTR_GEN_AI_OPENAI_REQUEST_SERVICE_TIER: "gen_ai.openai.request.service_tier";
|
|
6093
6159
|
/**
|
|
@@ -6114,7 +6180,7 @@ export declare const GEN_AI_OPENAI_REQUEST_SERVICE_TIER_VALUE_DEFAULT: "default"
|
|
|
6114
6180
|
*
|
|
6115
6181
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6116
6182
|
*
|
|
6117
|
-
* @deprecated Replaced by `openai.response.service_tier
|
|
6183
|
+
* @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).
|
|
6118
6184
|
*/
|
|
6119
6185
|
export declare const ATTR_GEN_AI_OPENAI_RESPONSE_SERVICE_TIER: "gen_ai.openai.response.service_tier";
|
|
6120
6186
|
/**
|
|
@@ -6124,7 +6190,7 @@ export declare const ATTR_GEN_AI_OPENAI_RESPONSE_SERVICE_TIER: "gen_ai.openai.re
|
|
|
6124
6190
|
*
|
|
6125
6191
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6126
6192
|
*
|
|
6127
|
-
* @deprecated Replaced by `openai.response.system_fingerprint
|
|
6193
|
+
* @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).
|
|
6128
6194
|
*/
|
|
6129
6195
|
export declare const ATTR_GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT: "gen_ai.openai.response.system_fingerprint";
|
|
6130
6196
|
/**
|
|
@@ -6133,6 +6199,8 @@ export declare const ATTR_GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT: "gen_ai.ope
|
|
|
6133
6199
|
* @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.
|
|
6134
6200
|
*
|
|
6135
6201
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6202
|
+
*
|
|
6203
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6136
6204
|
*/
|
|
6137
6205
|
export declare const ATTR_GEN_AI_OPERATION_NAME: "gen_ai.operation.name";
|
|
6138
6206
|
/**
|
|
@@ -6223,7 +6291,7 @@ export declare const GEN_AI_OPERATION_NAME_VALUE_TEXT_COMPLETION: "text_completi
|
|
|
6223
6291
|
* }
|
|
6224
6292
|
* ]
|
|
6225
6293
|
*
|
|
6226
|
-
* @note Instrumentations **MUST** follow [Output messages JSON schema](/docs/gen-ai/gen-ai-output-messages.json)
|
|
6294
|
+
* @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)
|
|
6227
6295
|
*
|
|
6228
6296
|
* Each message represents a single output choice/candidate generated by
|
|
6229
6297
|
* the model. Each message corresponds to exactly one generation
|
|
@@ -6240,10 +6308,12 @@ export declare const GEN_AI_OPERATION_NAME_VALUE_TEXT_COMPLETION: "text_completi
|
|
|
6240
6308
|
* > [!Warning]
|
|
6241
6309
|
* > This attribute is likely to contain sensitive information including user/PII data.
|
|
6242
6310
|
*
|
|
6243
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6311
|
+
* 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)
|
|
6244
6312
|
* section for more details.
|
|
6245
6313
|
*
|
|
6246
6314
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6315
|
+
*
|
|
6316
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6247
6317
|
*/
|
|
6248
6318
|
export declare const ATTR_GEN_AI_OUTPUT_MESSAGES: "gen_ai.output.messages";
|
|
6249
6319
|
/**
|
|
@@ -6254,6 +6324,8 @@ export declare const ATTR_GEN_AI_OUTPUT_MESSAGES: "gen_ai.output.messages";
|
|
|
6254
6324
|
* Additional output format details may be recorded in the future in the `gen_ai.output.{type}.*` attributes.
|
|
6255
6325
|
*
|
|
6256
6326
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6327
|
+
*
|
|
6328
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6257
6329
|
*/
|
|
6258
6330
|
export declare const ATTR_GEN_AI_OUTPUT_TYPE: "gen_ai.output.type";
|
|
6259
6331
|
/**
|
|
@@ -6304,6 +6376,8 @@ export declare const ATTR_GEN_AI_PROMPT: "gen_ai.prompt";
|
|
|
6304
6376
|
* @example analyze-code
|
|
6305
6377
|
*
|
|
6306
6378
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6379
|
+
*
|
|
6380
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6307
6381
|
*/
|
|
6308
6382
|
export declare const ATTR_GEN_AI_PROMPT_NAME: "gen_ai.prompt.name";
|
|
6309
6383
|
/**
|
|
@@ -6329,6 +6403,8 @@ export declare const ATTR_GEN_AI_PROMPT_NAME: "gen_ai.prompt.name";
|
|
|
6329
6403
|
* `openai.*` attributes.
|
|
6330
6404
|
*
|
|
6331
6405
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6406
|
+
*
|
|
6407
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6332
6408
|
*/
|
|
6333
6409
|
export declare const ATTR_GEN_AI_PROVIDER_NAME: "gen_ai.provider.name";
|
|
6334
6410
|
/**
|
|
@@ -6457,6 +6533,8 @@ export declare const GEN_AI_PROVIDER_NAME_VALUE_X_AI: "x_ai";
|
|
|
6457
6533
|
* @example 3
|
|
6458
6534
|
*
|
|
6459
6535
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6536
|
+
*
|
|
6537
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6460
6538
|
*/
|
|
6461
6539
|
export declare const ATTR_GEN_AI_REQUEST_CHOICE_COUNT: "gen_ai.request.choice.count";
|
|
6462
6540
|
/**
|
|
@@ -6468,6 +6546,8 @@ export declare const ATTR_GEN_AI_REQUEST_CHOICE_COUNT: "gen_ai.request.choice.co
|
|
|
6468
6546
|
* @note In some GenAI systems the encoding formats are called embedding types. Also, some GenAI systems only accept a single format per request.
|
|
6469
6547
|
*
|
|
6470
6548
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6549
|
+
*
|
|
6550
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6471
6551
|
*/
|
|
6472
6552
|
export declare const ATTR_GEN_AI_REQUEST_ENCODING_FORMATS: "gen_ai.request.encoding_formats";
|
|
6473
6553
|
/**
|
|
@@ -6476,6 +6556,8 @@ export declare const ATTR_GEN_AI_REQUEST_ENCODING_FORMATS: "gen_ai.request.encod
|
|
|
6476
6556
|
* @example 0.1
|
|
6477
6557
|
*
|
|
6478
6558
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6559
|
+
*
|
|
6560
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6479
6561
|
*/
|
|
6480
6562
|
export declare const ATTR_GEN_AI_REQUEST_FREQUENCY_PENALTY: "gen_ai.request.frequency_penalty";
|
|
6481
6563
|
/**
|
|
@@ -6484,6 +6566,8 @@ export declare const ATTR_GEN_AI_REQUEST_FREQUENCY_PENALTY: "gen_ai.request.freq
|
|
|
6484
6566
|
* @example 100
|
|
6485
6567
|
*
|
|
6486
6568
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6569
|
+
*
|
|
6570
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6487
6571
|
*/
|
|
6488
6572
|
export declare const ATTR_GEN_AI_REQUEST_MAX_TOKENS: "gen_ai.request.max_tokens";
|
|
6489
6573
|
/**
|
|
@@ -6492,6 +6576,8 @@ export declare const ATTR_GEN_AI_REQUEST_MAX_TOKENS: "gen_ai.request.max_tokens"
|
|
|
6492
6576
|
* @example "gpt-4"
|
|
6493
6577
|
*
|
|
6494
6578
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6579
|
+
*
|
|
6580
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6495
6581
|
*/
|
|
6496
6582
|
export declare const ATTR_GEN_AI_REQUEST_MODEL: "gen_ai.request.model";
|
|
6497
6583
|
/**
|
|
@@ -6500,6 +6586,8 @@ export declare const ATTR_GEN_AI_REQUEST_MODEL: "gen_ai.request.model";
|
|
|
6500
6586
|
* @example 0.1
|
|
6501
6587
|
*
|
|
6502
6588
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6589
|
+
*
|
|
6590
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6503
6591
|
*/
|
|
6504
6592
|
export declare const ATTR_GEN_AI_REQUEST_PRESENCE_PENALTY: "gen_ai.request.presence_penalty";
|
|
6505
6593
|
/**
|
|
@@ -6508,6 +6596,8 @@ export declare const ATTR_GEN_AI_REQUEST_PRESENCE_PENALTY: "gen_ai.request.prese
|
|
|
6508
6596
|
* @example 100
|
|
6509
6597
|
*
|
|
6510
6598
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6599
|
+
*
|
|
6600
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6511
6601
|
*/
|
|
6512
6602
|
export declare const ATTR_GEN_AI_REQUEST_SEED: "gen_ai.request.seed";
|
|
6513
6603
|
/**
|
|
@@ -6516,12 +6606,16 @@ export declare const ATTR_GEN_AI_REQUEST_SEED: "gen_ai.request.seed";
|
|
|
6516
6606
|
* @example ["forest", "lived"]
|
|
6517
6607
|
*
|
|
6518
6608
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6609
|
+
*
|
|
6610
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6519
6611
|
*/
|
|
6520
6612
|
export declare const ATTR_GEN_AI_REQUEST_STOP_SEQUENCES: "gen_ai.request.stop_sequences";
|
|
6521
6613
|
/**
|
|
6522
6614
|
* Indicates whether the GenAI request was made in streaming mode.
|
|
6523
6615
|
*
|
|
6524
6616
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6617
|
+
*
|
|
6618
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6525
6619
|
*/
|
|
6526
6620
|
export declare const ATTR_GEN_AI_REQUEST_STREAM: "gen_ai.request.stream";
|
|
6527
6621
|
/**
|
|
@@ -6530,6 +6624,8 @@ export declare const ATTR_GEN_AI_REQUEST_STREAM: "gen_ai.request.stream";
|
|
|
6530
6624
|
* @example 0.0
|
|
6531
6625
|
*
|
|
6532
6626
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6627
|
+
*
|
|
6628
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6533
6629
|
*/
|
|
6534
6630
|
export declare const ATTR_GEN_AI_REQUEST_TEMPERATURE: "gen_ai.request.temperature";
|
|
6535
6631
|
/**
|
|
@@ -6538,6 +6634,8 @@ export declare const ATTR_GEN_AI_REQUEST_TEMPERATURE: "gen_ai.request.temperatur
|
|
|
6538
6634
|
* @example 1.0
|
|
6539
6635
|
*
|
|
6540
6636
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6637
|
+
*
|
|
6638
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6541
6639
|
*/
|
|
6542
6640
|
export declare const ATTR_GEN_AI_REQUEST_TOP_K: "gen_ai.request.top_k";
|
|
6543
6641
|
/**
|
|
@@ -6546,6 +6644,8 @@ export declare const ATTR_GEN_AI_REQUEST_TOP_K: "gen_ai.request.top_k";
|
|
|
6546
6644
|
* @example 1.0
|
|
6547
6645
|
*
|
|
6548
6646
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6647
|
+
*
|
|
6648
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6549
6649
|
*/
|
|
6550
6650
|
export declare const ATTR_GEN_AI_REQUEST_TOP_P: "gen_ai.request.top_p";
|
|
6551
6651
|
/**
|
|
@@ -6555,6 +6655,8 @@ export declare const ATTR_GEN_AI_REQUEST_TOP_P: "gen_ai.request.top_p";
|
|
|
6555
6655
|
* @example ["stop", "length"]
|
|
6556
6656
|
*
|
|
6557
6657
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6658
|
+
*
|
|
6659
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6558
6660
|
*/
|
|
6559
6661
|
export declare const ATTR_GEN_AI_RESPONSE_FINISH_REASONS: "gen_ai.response.finish_reasons";
|
|
6560
6662
|
/**
|
|
@@ -6563,6 +6665,8 @@ export declare const ATTR_GEN_AI_RESPONSE_FINISH_REASONS: "gen_ai.response.finis
|
|
|
6563
6665
|
* @example chatcmpl-123
|
|
6564
6666
|
*
|
|
6565
6667
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6668
|
+
*
|
|
6669
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6566
6670
|
*/
|
|
6567
6671
|
export declare const ATTR_GEN_AI_RESPONSE_ID: "gen_ai.response.id";
|
|
6568
6672
|
/**
|
|
@@ -6571,6 +6675,8 @@ export declare const ATTR_GEN_AI_RESPONSE_ID: "gen_ai.response.id";
|
|
|
6571
6675
|
* @example gpt-4-0613
|
|
6572
6676
|
*
|
|
6573
6677
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6678
|
+
*
|
|
6679
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6574
6680
|
*/
|
|
6575
6681
|
export declare const ATTR_GEN_AI_RESPONSE_MODEL: "gen_ai.response.model";
|
|
6576
6682
|
/**
|
|
@@ -6580,6 +6686,8 @@ export declare const ATTR_GEN_AI_RESPONSE_MODEL: "gen_ai.response.model";
|
|
|
6580
6686
|
* @example 1.2
|
|
6581
6687
|
*
|
|
6582
6688
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6689
|
+
*
|
|
6690
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6583
6691
|
*/
|
|
6584
6692
|
export declare const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK: "gen_ai.response.time_to_first_chunk";
|
|
6585
6693
|
/**
|
|
@@ -6600,7 +6708,7 @@ export declare const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK: "gen_ai.response.
|
|
|
6600
6708
|
* }
|
|
6601
6709
|
* ]
|
|
6602
6710
|
*
|
|
6603
|
-
* @note Instrumentations **MUST** follow [Retrieval documents JSON schema](/docs/gen-ai/gen-ai-retrieval-documents.json).
|
|
6711
|
+
* @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).
|
|
6604
6712
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6605
6713
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6606
6714
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6609,6 +6717,8 @@ export declare const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK: "gen_ai.response.
|
|
|
6609
6717
|
* `id` (string): A unique identifier for the document, `score` (double): The relevance score of the document
|
|
6610
6718
|
*
|
|
6611
6719
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6720
|
+
*
|
|
6721
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6612
6722
|
*/
|
|
6613
6723
|
export declare const ATTR_GEN_AI_RETRIEVAL_DOCUMENTS: "gen_ai.retrieval.documents";
|
|
6614
6724
|
/**
|
|
@@ -6622,6 +6732,8 @@ export declare const ATTR_GEN_AI_RETRIEVAL_DOCUMENTS: "gen_ai.retrieval.document
|
|
|
6622
6732
|
* > This attribute may contain sensitive information.
|
|
6623
6733
|
*
|
|
6624
6734
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6735
|
+
*
|
|
6736
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6625
6737
|
*/
|
|
6626
6738
|
export declare const ATTR_GEN_AI_RETRIEVAL_QUERY_TEXT: "gen_ai.retrieval.query.text";
|
|
6627
6739
|
/**
|
|
@@ -6629,7 +6741,7 @@ export declare const ATTR_GEN_AI_RETRIEVAL_QUERY_TEXT: "gen_ai.retrieval.query.t
|
|
|
6629
6741
|
*
|
|
6630
6742
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6631
6743
|
*
|
|
6632
|
-
* @deprecated Replaced by `gen_ai.provider.name
|
|
6744
|
+
* @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).
|
|
6633
6745
|
*/
|
|
6634
6746
|
export declare const ATTR_GEN_AI_SYSTEM: "gen_ai.system";
|
|
6635
6747
|
/**
|
|
@@ -6820,7 +6932,7 @@ export declare const GEN_AI_SYSTEM_VALUE_XAI: "xai";
|
|
|
6820
6932
|
* Instructions that are part of the chat history **SHOULD** be recorded in
|
|
6821
6933
|
* `gen_ai.input.messages` attribute instead.
|
|
6822
6934
|
*
|
|
6823
|
-
* Instrumentations **MUST** follow [System instructions JSON schema](/docs/gen-ai/gen-ai-system-instructions.json).
|
|
6935
|
+
* 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).
|
|
6824
6936
|
*
|
|
6825
6937
|
* When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
6826
6938
|
* format is not supported and **SHOULD** be recorded in structured form otherwise.
|
|
@@ -6831,10 +6943,12 @@ export declare const GEN_AI_SYSTEM_VALUE_XAI: "xai";
|
|
|
6831
6943
|
* > [!Warning]
|
|
6832
6944
|
* > This attribute may contain sensitive information.
|
|
6833
6945
|
*
|
|
6834
|
-
* See [Recording content on attributes](/docs/gen-ai/gen-ai-spans.md#recording-content-on-attributes)
|
|
6946
|
+
* 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)
|
|
6835
6947
|
* section for more details.
|
|
6836
6948
|
*
|
|
6837
6949
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6950
|
+
*
|
|
6951
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6838
6952
|
*/
|
|
6839
6953
|
export declare const ATTR_GEN_AI_SYSTEM_INSTRUCTIONS: "gen_ai.system_instructions";
|
|
6840
6954
|
/**
|
|
@@ -6844,6 +6958,8 @@ export declare const ATTR_GEN_AI_SYSTEM_INSTRUCTIONS: "gen_ai.system_instruction
|
|
|
6844
6958
|
* @example output
|
|
6845
6959
|
*
|
|
6846
6960
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
6961
|
+
*
|
|
6962
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6847
6963
|
*/
|
|
6848
6964
|
export declare const ATTR_GEN_AI_TOKEN_TYPE: "gen_ai.token.type";
|
|
6849
6965
|
/**
|
|
@@ -6889,6 +7005,8 @@ export declare const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT: "output";
|
|
|
6889
7005
|
* 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.
|
|
6890
7006
|
*
|
|
6891
7007
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7008
|
+
*
|
|
7009
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6892
7010
|
*/
|
|
6893
7011
|
export declare const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS: "gen_ai.tool.call.arguments";
|
|
6894
7012
|
/**
|
|
@@ -6897,6 +7015,8 @@ export declare const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS: "gen_ai.tool.call.argument
|
|
|
6897
7015
|
* @example call_mszuSIzqtI65i1wAUOE8w5H4
|
|
6898
7016
|
*
|
|
6899
7017
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7018
|
+
*
|
|
7019
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6900
7020
|
*/
|
|
6901
7021
|
export declare const ATTR_GEN_AI_TOOL_CALL_ID: "gen_ai.tool.call.id";
|
|
6902
7022
|
/**
|
|
@@ -6919,6 +7039,8 @@ export declare const ATTR_GEN_AI_TOOL_CALL_ID: "gen_ai.tool.call.id";
|
|
|
6919
7039
|
* 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.
|
|
6920
7040
|
*
|
|
6921
7041
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7042
|
+
*
|
|
7043
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6922
7044
|
*/
|
|
6923
7045
|
export declare const ATTR_GEN_AI_TOOL_CALL_RESULT: "gen_ai.tool.call.result";
|
|
6924
7046
|
/**
|
|
@@ -6952,7 +7074,7 @@ export declare const ATTR_GEN_AI_TOOL_CALL_RESULT: "gen_ai.tool.call.result";
|
|
|
6952
7074
|
* }
|
|
6953
7075
|
* ]
|
|
6954
7076
|
*
|
|
6955
|
-
* @note Instrumentations **MUST** follow [Tool Definitions JSON Schema](/docs/gen-ai/gen-ai-tool-definitions.json).
|
|
7077
|
+
* @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).
|
|
6956
7078
|
*
|
|
6957
7079
|
* When the attribute is recorded on events, it **MUST** be recorded in structured
|
|
6958
7080
|
* form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
|
|
@@ -6963,6 +7085,8 @@ export declare const ATTR_GEN_AI_TOOL_CALL_RESULT: "gen_ai.tool.call.result";
|
|
|
6963
7085
|
* to enable populating optional properties.
|
|
6964
7086
|
*
|
|
6965
7087
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7088
|
+
*
|
|
7089
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6966
7090
|
*/
|
|
6967
7091
|
export declare const ATTR_GEN_AI_TOOL_DEFINITIONS: "gen_ai.tool.definitions";
|
|
6968
7092
|
/**
|
|
@@ -6971,6 +7095,8 @@ export declare const ATTR_GEN_AI_TOOL_DEFINITIONS: "gen_ai.tool.definitions";
|
|
|
6971
7095
|
* @example Multiply two numbers
|
|
6972
7096
|
*
|
|
6973
7097
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7098
|
+
*
|
|
7099
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6974
7100
|
*/
|
|
6975
7101
|
export declare const ATTR_GEN_AI_TOOL_DESCRIPTION: "gen_ai.tool.description";
|
|
6976
7102
|
/**
|
|
@@ -6979,6 +7105,8 @@ export declare const ATTR_GEN_AI_TOOL_DESCRIPTION: "gen_ai.tool.description";
|
|
|
6979
7105
|
* @example Flights
|
|
6980
7106
|
*
|
|
6981
7107
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7108
|
+
*
|
|
7109
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6982
7110
|
*/
|
|
6983
7111
|
export declare const ATTR_GEN_AI_TOOL_NAME: "gen_ai.tool.name";
|
|
6984
7112
|
/**
|
|
@@ -6995,6 +7123,8 @@ export declare const ATTR_GEN_AI_TOOL_NAME: "gen_ai.tool.name";
|
|
|
6995
7123
|
* Datastore: A tool used by the agent to access and query structured or unstructured external data for retrieval-augmented tasks or knowledge updates.
|
|
6996
7124
|
*
|
|
6997
7125
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7126
|
+
*
|
|
7127
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
6998
7128
|
*/
|
|
6999
7129
|
export declare const ATTR_GEN_AI_TOOL_TYPE: "gen_ai.tool.type";
|
|
7000
7130
|
/**
|
|
@@ -7005,6 +7135,8 @@ export declare const ATTR_GEN_AI_TOOL_TYPE: "gen_ai.tool.type";
|
|
|
7005
7135
|
* @note The value **SHOULD** be included in `gen_ai.usage.input_tokens`.
|
|
7006
7136
|
*
|
|
7007
7137
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7138
|
+
*
|
|
7139
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7008
7140
|
*/
|
|
7009
7141
|
export declare const ATTR_GEN_AI_USAGE_CACHE_CREATION_INPUT_TOKENS: "gen_ai.usage.cache_creation.input_tokens";
|
|
7010
7142
|
/**
|
|
@@ -7015,6 +7147,8 @@ export declare const ATTR_GEN_AI_USAGE_CACHE_CREATION_INPUT_TOKENS: "gen_ai.usag
|
|
|
7015
7147
|
* @note The value **SHOULD** be included in `gen_ai.usage.input_tokens`.
|
|
7016
7148
|
*
|
|
7017
7149
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7150
|
+
*
|
|
7151
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7018
7152
|
*/
|
|
7019
7153
|
export declare const ATTR_GEN_AI_USAGE_CACHE_READ_INPUT_TOKENS: "gen_ai.usage.cache_read.input_tokens";
|
|
7020
7154
|
/**
|
|
@@ -7024,7 +7158,7 @@ export declare const ATTR_GEN_AI_USAGE_CACHE_READ_INPUT_TOKENS: "gen_ai.usage.ca
|
|
|
7024
7158
|
*
|
|
7025
7159
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7026
7160
|
*
|
|
7027
|
-
* @deprecated Replaced by `gen_ai.usage.output_tokens
|
|
7161
|
+
* @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).
|
|
7028
7162
|
*/
|
|
7029
7163
|
export declare const ATTR_GEN_AI_USAGE_COMPLETION_TOKENS: "gen_ai.usage.completion_tokens";
|
|
7030
7164
|
/**
|
|
@@ -7038,6 +7172,8 @@ export declare const ATTR_GEN_AI_USAGE_COMPLETION_TOKENS: "gen_ai.usage.completi
|
|
|
7038
7172
|
* by summing different token types parsed from the provider output.
|
|
7039
7173
|
*
|
|
7040
7174
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7175
|
+
*
|
|
7176
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7041
7177
|
*/
|
|
7042
7178
|
export declare const ATTR_GEN_AI_USAGE_INPUT_TOKENS: "gen_ai.usage.input_tokens";
|
|
7043
7179
|
/**
|
|
@@ -7046,6 +7182,8 @@ export declare const ATTR_GEN_AI_USAGE_INPUT_TOKENS: "gen_ai.usage.input_tokens"
|
|
|
7046
7182
|
* @example 180
|
|
7047
7183
|
*
|
|
7048
7184
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7185
|
+
*
|
|
7186
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7049
7187
|
*/
|
|
7050
7188
|
export declare const ATTR_GEN_AI_USAGE_OUTPUT_TOKENS: "gen_ai.usage.output_tokens";
|
|
7051
7189
|
/**
|
|
@@ -7055,7 +7193,7 @@ export declare const ATTR_GEN_AI_USAGE_OUTPUT_TOKENS: "gen_ai.usage.output_token
|
|
|
7055
7193
|
*
|
|
7056
7194
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7057
7195
|
*
|
|
7058
|
-
* @deprecated Replaced by `gen_ai.usage.input_tokens
|
|
7196
|
+
* @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).
|
|
7059
7197
|
*/
|
|
7060
7198
|
export declare const ATTR_GEN_AI_USAGE_PROMPT_TOKENS: "gen_ai.usage.prompt_tokens";
|
|
7061
7199
|
/**
|
|
@@ -7066,6 +7204,8 @@ export declare const ATTR_GEN_AI_USAGE_PROMPT_TOKENS: "gen_ai.usage.prompt_token
|
|
|
7066
7204
|
* @note The value **SHOULD** be included in `gen_ai.usage.output_tokens`.
|
|
7067
7205
|
*
|
|
7068
7206
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7207
|
+
*
|
|
7208
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7069
7209
|
*/
|
|
7070
7210
|
export declare const ATTR_GEN_AI_USAGE_REASONING_OUTPUT_TOKENS: "gen_ai.usage.reasoning.output_tokens";
|
|
7071
7211
|
/**
|
|
@@ -7077,6 +7217,8 @@ export declare const ATTR_GEN_AI_USAGE_REASONING_OUTPUT_TOKENS: "gen_ai.usage.re
|
|
|
7077
7217
|
* @note This attribute can be populated in different frameworks eg: name of the first chain in LangChain OR name of the crew in CrewAI.
|
|
7078
7218
|
*
|
|
7079
7219
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7220
|
+
*
|
|
7221
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
7080
7222
|
*/
|
|
7081
7223
|
export declare const ATTR_GEN_AI_WORKFLOW_NAME: "gen_ai.workflow.name";
|
|
7082
7224
|
/**
|
|
@@ -8483,58 +8625,32 @@ export declare const ATTR_JVM_BUFFER_POOL_NAME: "jvm.buffer.pool.name";
|
|
|
8483
8625
|
*/
|
|
8484
8626
|
export declare const ATTR_JVM_GC_CAUSE: "jvm.gc.cause";
|
|
8485
8627
|
/**
|
|
8486
|
-
* The
|
|
8487
|
-
*
|
|
8488
|
-
* @example opentelemetry-cluster
|
|
8489
|
-
*
|
|
8490
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8491
|
-
*/
|
|
8492
|
-
export declare const ATTR_K8S_CLUSTER_NAME: "k8s.cluster.name";
|
|
8493
|
-
/**
|
|
8494
|
-
* A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace.
|
|
8495
|
-
*
|
|
8496
|
-
* @example 218fc5a9-a5f1-4b54-aa05-46717d0ab26d
|
|
8497
|
-
*
|
|
8498
|
-
* @note K8s doesn't have support for obtaining a cluster ID. If this is ever
|
|
8499
|
-
* added, we will recommend collecting the `k8s.cluster.uid` through the
|
|
8500
|
-
* official APIs. In the meantime, we are able to use the `uid` of the
|
|
8501
|
-
* `kube-system` namespace as a proxy for cluster ID. Read on for the
|
|
8502
|
-
* rationale.
|
|
8628
|
+
* The type of file system component for ephemeral storage.
|
|
8503
8629
|
*
|
|
8504
|
-
*
|
|
8505
|
-
*
|
|
8506
|
-
* for the lifetime of the cluster. Using the `uid` of the `kube-system`
|
|
8507
|
-
* namespace is a reasonable proxy for the K8s ClusterID as it will only
|
|
8508
|
-
* change if the cluster is rebuilt. Furthermore, Kubernetes UIDs are
|
|
8509
|
-
* UUIDs as standardized by
|
|
8510
|
-
* [ISO/IEC 9834-8 and ITU-T X.667](https://www.itu.int/ITU-T/studygroups/com17/oid.html).
|
|
8511
|
-
* Which states:
|
|
8630
|
+
* @example rootfs
|
|
8631
|
+
* @example logs
|
|
8512
8632
|
*
|
|
8513
|
-
*
|
|
8514
|
-
* > ITU-T X.667 | ISO/IEC 9834-8, a UUID is either guaranteed to be
|
|
8515
|
-
* > different from all other UUIDs generated before 3603 A.D., or is
|
|
8516
|
-
* > extremely likely to be different (depending on the mechanism chosen).
|
|
8517
|
-
*
|
|
8518
|
-
* Therefore, UIDs between clusters should be extremely unlikely to
|
|
8519
|
-
* conflict.
|
|
8633
|
+
* @note Eviction decisions based on ephemeral-storage resource limits are made based on the total container usage.
|
|
8520
8634
|
*
|
|
8521
8635
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8522
8636
|
*/
|
|
8523
|
-
export declare const
|
|
8637
|
+
export declare const ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE: "k8s.container.ephemeral_storage.fs_type";
|
|
8524
8638
|
/**
|
|
8525
|
-
*
|
|
8639
|
+
* Enum value "logs" for attribute {@link ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE}.
|
|
8526
8640
|
*
|
|
8527
|
-
*
|
|
8641
|
+
* For the container's log files usage (stdout/stderr).
|
|
8528
8642
|
*
|
|
8529
|
-
* @experimental This
|
|
8643
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8530
8644
|
*/
|
|
8531
|
-
export declare const
|
|
8645
|
+
export declare const K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE_VALUE_LOGS: "logs";
|
|
8532
8646
|
/**
|
|
8533
|
-
*
|
|
8647
|
+
* Enum value "rootfs" for attribute {@link ATTR_K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE}.
|
|
8534
8648
|
*
|
|
8535
|
-
*
|
|
8649
|
+
* For the container's writable layer usage.
|
|
8650
|
+
*
|
|
8651
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8536
8652
|
*/
|
|
8537
|
-
export declare const
|
|
8653
|
+
export declare const K8S_CONTAINER_EPHEMERAL_STORAGE_FS_TYPE_VALUE_ROOTFS: "rootfs";
|
|
8538
8654
|
/**
|
|
8539
8655
|
* Last terminated reason of the Container.
|
|
8540
8656
|
*
|
|
@@ -8545,7 +8661,7 @@ export declare const ATTR_K8S_CONTAINER_RESTART_COUNT: "k8s.container.restart_co
|
|
|
8545
8661
|
*/
|
|
8546
8662
|
export declare const ATTR_K8S_CONTAINER_STATUS_LAST_TERMINATED_REASON: "k8s.container.status.last_terminated_reason";
|
|
8547
8663
|
/**
|
|
8548
|
-
* The reason for the container state. Corresponds to the `reason` field of the: [K8s ContainerStateWaiting](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8664
|
+
* 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)
|
|
8549
8665
|
*
|
|
8550
8666
|
* @example ContainerCreating
|
|
8551
8667
|
* @example CrashLoopBackOff
|
|
@@ -8633,7 +8749,7 @@ export declare const K8S_CONTAINER_STATUS_REASON_VALUE_IMAGE_PULL_BACK_OFF: "Ima
|
|
|
8633
8749
|
*/
|
|
8634
8750
|
export declare const K8S_CONTAINER_STATUS_REASON_VALUE_OOM_KILLED: "OOMKilled";
|
|
8635
8751
|
/**
|
|
8636
|
-
* The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8752
|
+
* The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#containerstate-v1-core)
|
|
8637
8753
|
*
|
|
8638
8754
|
* @example terminated
|
|
8639
8755
|
* @example running
|
|
@@ -8666,154 +8782,6 @@ export declare const K8S_CONTAINER_STATUS_STATE_VALUE_TERMINATED: "terminated";
|
|
|
8666
8782
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8667
8783
|
*/
|
|
8668
8784
|
export declare const K8S_CONTAINER_STATUS_STATE_VALUE_WAITING: "waiting";
|
|
8669
|
-
/**
|
|
8670
|
-
* The cronjob annotation placed on the CronJob, the `<key>` being the annotation name, the value being the annotation value.
|
|
8671
|
-
*
|
|
8672
|
-
* @example 4
|
|
8673
|
-
* @example
|
|
8674
|
-
*
|
|
8675
|
-
* @note Examples:
|
|
8676
|
-
*
|
|
8677
|
-
* - An annotation `retries` with value `4` **SHOULD** be recorded as the
|
|
8678
|
-
* `k8s.cronjob.annotation.retries` attribute with value `"4"`.
|
|
8679
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
8680
|
-
* the `k8s.cronjob.annotation.data` attribute with value `""`.
|
|
8681
|
-
*
|
|
8682
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8683
|
-
*/
|
|
8684
|
-
export declare const ATTR_K8S_CRONJOB_ANNOTATION: (key: string) => string;
|
|
8685
|
-
/**
|
|
8686
|
-
* The label placed on the CronJob, the `<key>` being the label name, the value being the label value.
|
|
8687
|
-
*
|
|
8688
|
-
* @example weekly
|
|
8689
|
-
* @example
|
|
8690
|
-
*
|
|
8691
|
-
* @note Examples:
|
|
8692
|
-
*
|
|
8693
|
-
* - A label `type` with value `weekly` **SHOULD** be recorded as the
|
|
8694
|
-
* `k8s.cronjob.label.type` attribute with value `"weekly"`.
|
|
8695
|
-
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
8696
|
-
* the `k8s.cronjob.label.automated` attribute with value `""`.
|
|
8697
|
-
*
|
|
8698
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8699
|
-
*/
|
|
8700
|
-
export declare const ATTR_K8S_CRONJOB_LABEL: (key: string) => string;
|
|
8701
|
-
/**
|
|
8702
|
-
* The name of the CronJob.
|
|
8703
|
-
*
|
|
8704
|
-
* @example opentelemetry
|
|
8705
|
-
*
|
|
8706
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8707
|
-
*/
|
|
8708
|
-
export declare const ATTR_K8S_CRONJOB_NAME: "k8s.cronjob.name";
|
|
8709
|
-
/**
|
|
8710
|
-
* The UID of the CronJob.
|
|
8711
|
-
*
|
|
8712
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8713
|
-
*
|
|
8714
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8715
|
-
*/
|
|
8716
|
-
export declare const ATTR_K8S_CRONJOB_UID: "k8s.cronjob.uid";
|
|
8717
|
-
/**
|
|
8718
|
-
* The annotation placed on the DaemonSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8719
|
-
*
|
|
8720
|
-
* @example 1
|
|
8721
|
-
* @example
|
|
8722
|
-
*
|
|
8723
|
-
* @note
|
|
8724
|
-
* Examples:
|
|
8725
|
-
*
|
|
8726
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
8727
|
-
* as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
|
|
8728
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8729
|
-
* the `k8s.daemonset.annotation.data` attribute with value `""`.
|
|
8730
|
-
*
|
|
8731
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8732
|
-
*/
|
|
8733
|
-
export declare const ATTR_K8S_DAEMONSET_ANNOTATION: (key: string) => string;
|
|
8734
|
-
/**
|
|
8735
|
-
* The label placed on the DaemonSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8736
|
-
*
|
|
8737
|
-
* @example guestbook
|
|
8738
|
-
* @example
|
|
8739
|
-
*
|
|
8740
|
-
* @note
|
|
8741
|
-
* Examples:
|
|
8742
|
-
*
|
|
8743
|
-
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
8744
|
-
* as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
|
|
8745
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8746
|
-
* the `k8s.daemonset.label.injected` attribute with value `""`.
|
|
8747
|
-
*
|
|
8748
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8749
|
-
*/
|
|
8750
|
-
export declare const ATTR_K8S_DAEMONSET_LABEL: (key: string) => string;
|
|
8751
|
-
/**
|
|
8752
|
-
* The name of the DaemonSet.
|
|
8753
|
-
*
|
|
8754
|
-
* @example opentelemetry
|
|
8755
|
-
*
|
|
8756
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8757
|
-
*/
|
|
8758
|
-
export declare const ATTR_K8S_DAEMONSET_NAME: "k8s.daemonset.name";
|
|
8759
|
-
/**
|
|
8760
|
-
* The UID of the DaemonSet.
|
|
8761
|
-
*
|
|
8762
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8763
|
-
*
|
|
8764
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8765
|
-
*/
|
|
8766
|
-
export declare const ATTR_K8S_DAEMONSET_UID: "k8s.daemonset.uid";
|
|
8767
|
-
/**
|
|
8768
|
-
* The annotation placed on the Deployment, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8769
|
-
*
|
|
8770
|
-
* @example 1
|
|
8771
|
-
* @example
|
|
8772
|
-
*
|
|
8773
|
-
* @note
|
|
8774
|
-
* Examples:
|
|
8775
|
-
*
|
|
8776
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
8777
|
-
* as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
|
|
8778
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8779
|
-
* the `k8s.deployment.annotation.data` attribute with value `""`.
|
|
8780
|
-
*
|
|
8781
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8782
|
-
*/
|
|
8783
|
-
export declare const ATTR_K8S_DEPLOYMENT_ANNOTATION: (key: string) => string;
|
|
8784
|
-
/**
|
|
8785
|
-
* The label placed on the Deployment, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8786
|
-
*
|
|
8787
|
-
* @example guestbook
|
|
8788
|
-
* @example
|
|
8789
|
-
*
|
|
8790
|
-
* @note
|
|
8791
|
-
* Examples:
|
|
8792
|
-
*
|
|
8793
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
8794
|
-
* as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
|
|
8795
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
8796
|
-
* the `k8s.deployment.label.injected` attribute with value `""`.
|
|
8797
|
-
*
|
|
8798
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8799
|
-
*/
|
|
8800
|
-
export declare const ATTR_K8S_DEPLOYMENT_LABEL: (key: string) => string;
|
|
8801
|
-
/**
|
|
8802
|
-
* The name of the Deployment.
|
|
8803
|
-
*
|
|
8804
|
-
* @example opentelemetry
|
|
8805
|
-
*
|
|
8806
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8807
|
-
*/
|
|
8808
|
-
export declare const ATTR_K8S_DEPLOYMENT_NAME: "k8s.deployment.name";
|
|
8809
|
-
/**
|
|
8810
|
-
* The UID of the Deployment.
|
|
8811
|
-
*
|
|
8812
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8813
|
-
*
|
|
8814
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8815
|
-
*/
|
|
8816
|
-
export declare const ATTR_K8S_DEPLOYMENT_UID: "k8s.deployment.uid";
|
|
8817
8785
|
/**
|
|
8818
8786
|
* The type of metric source for the horizontal pod autoscaler.
|
|
8819
8787
|
*
|
|
@@ -8882,98 +8850,6 @@ export declare const ATTR_K8S_HPA_UID: "k8s.hpa.uid";
|
|
|
8882
8850
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8883
8851
|
*/
|
|
8884
8852
|
export declare const ATTR_K8S_HUGEPAGE_SIZE: "k8s.hugepage.size";
|
|
8885
|
-
/**
|
|
8886
|
-
* The annotation placed on the Job, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8887
|
-
*
|
|
8888
|
-
* @example 1
|
|
8889
|
-
* @example
|
|
8890
|
-
*
|
|
8891
|
-
* @note
|
|
8892
|
-
* Examples:
|
|
8893
|
-
*
|
|
8894
|
-
* - A label `number` with value `1` **SHOULD** be recorded
|
|
8895
|
-
* as the `k8s.job.annotation.number` attribute with value `"1"`.
|
|
8896
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8897
|
-
* the `k8s.job.annotation.data` attribute with value `""`.
|
|
8898
|
-
*
|
|
8899
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8900
|
-
*/
|
|
8901
|
-
export declare const ATTR_K8S_JOB_ANNOTATION: (key: string) => string;
|
|
8902
|
-
/**
|
|
8903
|
-
* The label placed on the Job, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8904
|
-
*
|
|
8905
|
-
* @example ci
|
|
8906
|
-
* @example
|
|
8907
|
-
*
|
|
8908
|
-
* @note
|
|
8909
|
-
* Examples:
|
|
8910
|
-
*
|
|
8911
|
-
* - A label `jobtype` with value `ci` **SHOULD** be recorded
|
|
8912
|
-
* as the `k8s.job.label.jobtype` attribute with value `"ci"`.
|
|
8913
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8914
|
-
* the `k8s.job.label.automated` attribute with value `""`.
|
|
8915
|
-
*
|
|
8916
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8917
|
-
*/
|
|
8918
|
-
export declare const ATTR_K8S_JOB_LABEL: (key: string) => string;
|
|
8919
|
-
/**
|
|
8920
|
-
* The name of the Job.
|
|
8921
|
-
*
|
|
8922
|
-
* @example opentelemetry
|
|
8923
|
-
*
|
|
8924
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8925
|
-
*/
|
|
8926
|
-
export declare const ATTR_K8S_JOB_NAME: "k8s.job.name";
|
|
8927
|
-
/**
|
|
8928
|
-
* The UID of the Job.
|
|
8929
|
-
*
|
|
8930
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
8931
|
-
*
|
|
8932
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8933
|
-
*/
|
|
8934
|
-
export declare const ATTR_K8S_JOB_UID: "k8s.job.uid";
|
|
8935
|
-
/**
|
|
8936
|
-
* The annotation placed on the Namespace, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
8937
|
-
*
|
|
8938
|
-
* @example 0
|
|
8939
|
-
* @example
|
|
8940
|
-
*
|
|
8941
|
-
* @note
|
|
8942
|
-
* Examples:
|
|
8943
|
-
*
|
|
8944
|
-
* - A label `ttl` with value `0` **SHOULD** be recorded
|
|
8945
|
-
* as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
|
|
8946
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8947
|
-
* the `k8s.namespace.annotation.data` attribute with value `""`.
|
|
8948
|
-
*
|
|
8949
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8950
|
-
*/
|
|
8951
|
-
export declare const ATTR_K8S_NAMESPACE_ANNOTATION: (key: string) => string;
|
|
8952
|
-
/**
|
|
8953
|
-
* The label placed on the Namespace, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
8954
|
-
*
|
|
8955
|
-
* @example default
|
|
8956
|
-
* @example
|
|
8957
|
-
*
|
|
8958
|
-
* @note
|
|
8959
|
-
* Examples:
|
|
8960
|
-
*
|
|
8961
|
-
* - A label `kubernetes.io/metadata.name` with value `default` **SHOULD** be recorded
|
|
8962
|
-
* as the `k8s.namespace.label.kubernetes.io/metadata.name` attribute with value `"default"`.
|
|
8963
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
8964
|
-
* the `k8s.namespace.label.data` attribute with value `""`.
|
|
8965
|
-
*
|
|
8966
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8967
|
-
*/
|
|
8968
|
-
export declare const ATTR_K8S_NAMESPACE_LABEL: (key: string) => string;
|
|
8969
|
-
/**
|
|
8970
|
-
* The name of the namespace that the pod is running in.
|
|
8971
|
-
*
|
|
8972
|
-
* @example default
|
|
8973
|
-
*
|
|
8974
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8975
|
-
*/
|
|
8976
|
-
export declare const ATTR_K8S_NAMESPACE_NAME: "k8s.namespace.name";
|
|
8977
8853
|
/**
|
|
8978
8854
|
* The phase of the K8s namespace.
|
|
8979
8855
|
*
|
|
@@ -8981,7 +8857,7 @@ export declare const ATTR_K8S_NAMESPACE_NAME: "k8s.namespace.name";
|
|
|
8981
8857
|
* @example terminating
|
|
8982
8858
|
*
|
|
8983
8859
|
* @note This attribute aligns with the `phase` field of the
|
|
8984
|
-
* [K8s NamespaceStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8860
|
+
* [K8s NamespaceStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#namespacestatus-v1-core)
|
|
8985
8861
|
*
|
|
8986
8862
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
8987
8863
|
*/
|
|
@@ -9002,22 +8878,6 @@ export declare const K8S_NAMESPACE_PHASE_VALUE_ACTIVE: "active";
|
|
|
9002
8878
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9003
8879
|
*/
|
|
9004
8880
|
export declare const K8S_NAMESPACE_PHASE_VALUE_TERMINATING: "terminating";
|
|
9005
|
-
/**
|
|
9006
|
-
* The annotation placed on the Node, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9007
|
-
*
|
|
9008
|
-
* @example 0
|
|
9009
|
-
* @example
|
|
9010
|
-
*
|
|
9011
|
-
* @note Examples:
|
|
9012
|
-
*
|
|
9013
|
-
* - An annotation `node.alpha.kubernetes.io/ttl` with value `0` **SHOULD** be recorded as
|
|
9014
|
-
* the `k8s.node.annotation.node.alpha.kubernetes.io/ttl` attribute with value `"0"`.
|
|
9015
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
9016
|
-
* the `k8s.node.annotation.data` attribute with value `""`.
|
|
9017
|
-
*
|
|
9018
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9019
|
-
*/
|
|
9020
|
-
export declare const ATTR_K8S_NODE_ANNOTATION: (key: string) => string;
|
|
9021
8881
|
/**
|
|
9022
8882
|
* The status of the condition, one of True, False, Unknown.
|
|
9023
8883
|
*
|
|
@@ -9026,7 +8886,7 @@ export declare const ATTR_K8S_NODE_ANNOTATION: (key: string) => string;
|
|
|
9026
8886
|
* @example unknown
|
|
9027
8887
|
*
|
|
9028
8888
|
* @note This attribute aligns with the `status` field of the
|
|
9029
|
-
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8889
|
+
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#nodecondition-v1-core)
|
|
9030
8890
|
*
|
|
9031
8891
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9032
8892
|
*/
|
|
@@ -9056,10 +8916,10 @@ export declare const K8S_NODE_CONDITION_STATUS_VALUE_CONDITION_UNKNOWN: "unknown
|
|
|
9056
8916
|
* @example DiskPressure
|
|
9057
8917
|
*
|
|
9058
8918
|
* @note K8s Node conditions as described
|
|
9059
|
-
* by [K8s documentation](https://
|
|
8919
|
+
* by [K8s documentation](https://kubernetes.io/docs/reference/node/node-status/#condition).
|
|
9060
8920
|
*
|
|
9061
8921
|
* This attribute aligns with the `type` field of the
|
|
9062
|
-
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.
|
|
8922
|
+
* [NodeCondition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#nodecondition-v1-core)
|
|
9063
8923
|
*
|
|
9064
8924
|
* The set of possible values is not limited to those listed here. Managed Kubernetes environments,
|
|
9065
8925
|
* or custom controllers **MAY** introduce additional node condition types.
|
|
@@ -9108,30 +8968,6 @@ export declare const K8S_NODE_CONDITION_TYPE_VALUE_PID_PRESSURE: "PIDPressure";
|
|
|
9108
8968
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9109
8969
|
*/
|
|
9110
8970
|
export declare const K8S_NODE_CONDITION_TYPE_VALUE_READY: "Ready";
|
|
9111
|
-
/**
|
|
9112
|
-
* The label placed on the Node, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9113
|
-
*
|
|
9114
|
-
* @example arm64
|
|
9115
|
-
* @example
|
|
9116
|
-
*
|
|
9117
|
-
* @note Examples:
|
|
9118
|
-
*
|
|
9119
|
-
* - A label `kubernetes.io/arch` with value `arm64` **SHOULD** be recorded
|
|
9120
|
-
* as the `k8s.node.label.kubernetes.io/arch` attribute with value `"arm64"`.
|
|
9121
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9122
|
-
* the `k8s.node.label.data` attribute with value `""`.
|
|
9123
|
-
*
|
|
9124
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9125
|
-
*/
|
|
9126
|
-
export declare const ATTR_K8S_NODE_LABEL: (key: string) => string;
|
|
9127
|
-
/**
|
|
9128
|
-
* The name of the Node.
|
|
9129
|
-
*
|
|
9130
|
-
* @example node-1
|
|
9131
|
-
*
|
|
9132
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9133
|
-
*/
|
|
9134
|
-
export declare const ATTR_K8S_NODE_NAME: "k8s.node.name";
|
|
9135
8971
|
/**
|
|
9136
8972
|
* The name of the system container running on the K8s Node.
|
|
9137
8973
|
*
|
|
@@ -9143,14 +8979,6 @@ export declare const ATTR_K8S_NODE_NAME: "k8s.node.name";
|
|
|
9143
8979
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9144
8980
|
*/
|
|
9145
8981
|
export declare const ATTR_K8S_NODE_SYSTEM_CONTAINER_NAME: "k8s.node.system_container.name";
|
|
9146
|
-
/**
|
|
9147
|
-
* The UID of the Node.
|
|
9148
|
-
*
|
|
9149
|
-
* @example 1eb3a0c6-0477-4080-a9cb-0cb7db65c6a2
|
|
9150
|
-
*
|
|
9151
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9152
|
-
*/
|
|
9153
|
-
export declare const ATTR_K8S_NODE_UID: "k8s.node.uid";
|
|
9154
8982
|
/**
|
|
9155
8983
|
* The annotation placed on the PersistentVolume, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9156
8984
|
*
|
|
@@ -9376,70 +9204,6 @@ export declare const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE_VALUE_PENDING: "Pend
|
|
|
9376
9204
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9377
9205
|
*/
|
|
9378
9206
|
export declare const ATTR_K8S_PERSISTENTVOLUMECLAIM_UID: "k8s.persistentvolumeclaim.uid";
|
|
9379
|
-
/**
|
|
9380
|
-
* The annotation placed on the Pod, the `<key>` being the annotation name, the value being the annotation value.
|
|
9381
|
-
*
|
|
9382
|
-
* @example true
|
|
9383
|
-
* @example x64
|
|
9384
|
-
* @example
|
|
9385
|
-
*
|
|
9386
|
-
* @note Examples:
|
|
9387
|
-
*
|
|
9388
|
-
* - An annotation `kubernetes.io/enforce-mountable-secrets` with value `true` **SHOULD** be recorded as
|
|
9389
|
-
* the `k8s.pod.annotation.kubernetes.io/enforce-mountable-secrets` attribute with value `"true"`.
|
|
9390
|
-
* - An annotation `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
9391
|
-
* the `k8s.pod.annotation.mycompany.io/arch` attribute with value `"x64"`.
|
|
9392
|
-
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
9393
|
-
* the `k8s.pod.annotation.data` attribute with value `""`.
|
|
9394
|
-
*
|
|
9395
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9396
|
-
*/
|
|
9397
|
-
export declare const ATTR_K8S_POD_ANNOTATION: (key: string) => string;
|
|
9398
|
-
/**
|
|
9399
|
-
* Specifies the hostname of the Pod.
|
|
9400
|
-
*
|
|
9401
|
-
* @example collector-gateway
|
|
9402
|
-
*
|
|
9403
|
-
* @note The K8s Pod spec has an optional hostname field, which can be used to specify a hostname.
|
|
9404
|
-
* Refer to [K8s docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-hostname-and-subdomain-field)
|
|
9405
|
-
* for more information about this field.
|
|
9406
|
-
*
|
|
9407
|
-
* This attribute aligns with the `hostname` field of the
|
|
9408
|
-
* [K8s PodSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podspec-v1-core).
|
|
9409
|
-
*
|
|
9410
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9411
|
-
*/
|
|
9412
|
-
export declare const ATTR_K8S_POD_HOSTNAME: "k8s.pod.hostname";
|
|
9413
|
-
/**
|
|
9414
|
-
* IP address allocated to the Pod.
|
|
9415
|
-
*
|
|
9416
|
-
* @example 172.18.0.2
|
|
9417
|
-
*
|
|
9418
|
-
* @note This attribute aligns with the `podIP` field of the
|
|
9419
|
-
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core).
|
|
9420
|
-
*
|
|
9421
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9422
|
-
*/
|
|
9423
|
-
export declare const ATTR_K8S_POD_IP: "k8s.pod.ip";
|
|
9424
|
-
/**
|
|
9425
|
-
* The label placed on the Pod, the `<key>` being the label name, the value being the label value.
|
|
9426
|
-
*
|
|
9427
|
-
* @example my-app
|
|
9428
|
-
* @example x64
|
|
9429
|
-
* @example
|
|
9430
|
-
*
|
|
9431
|
-
* @note Examples:
|
|
9432
|
-
*
|
|
9433
|
-
* - A label `app` with value `my-app` **SHOULD** be recorded as
|
|
9434
|
-
* the `k8s.pod.label.app` attribute with value `"my-app"`.
|
|
9435
|
-
* - A label `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
9436
|
-
* the `k8s.pod.label.mycompany.io/arch` attribute with value `"x64"`.
|
|
9437
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9438
|
-
* the `k8s.pod.label.data` attribute with value `""`.
|
|
9439
|
-
*
|
|
9440
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9441
|
-
*/
|
|
9442
|
-
export declare const ATTR_K8S_POD_LABEL: (key: string) => string;
|
|
9443
9207
|
/**
|
|
9444
9208
|
* Deprecated, use `k8s.pod.label` instead.
|
|
9445
9209
|
*
|
|
@@ -9450,29 +9214,6 @@ export declare const ATTR_K8S_POD_LABEL: (key: string) => string;
|
|
|
9450
9214
|
* @deprecated Replaced by `k8s.pod.label`.
|
|
9451
9215
|
*/
|
|
9452
9216
|
export declare const ATTR_K8S_POD_LABELS: (key: string) => string;
|
|
9453
|
-
/**
|
|
9454
|
-
* The name of the Pod.
|
|
9455
|
-
*
|
|
9456
|
-
* @example opentelemetry-pod-autoconf
|
|
9457
|
-
*
|
|
9458
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9459
|
-
*/
|
|
9460
|
-
export declare const ATTR_K8S_POD_NAME: "k8s.pod.name";
|
|
9461
|
-
/**
|
|
9462
|
-
* The start timestamp of the Pod.
|
|
9463
|
-
*
|
|
9464
|
-
* @example 2025-12-04T08:41:03Z
|
|
9465
|
-
*
|
|
9466
|
-
* @note Date and time at which the object was acknowledged by the Kubelet.
|
|
9467
|
-
* This is before the Kubelet pulled the container image(s) for the pod.
|
|
9468
|
-
*
|
|
9469
|
-
* This attribute aligns with the `startTime` field of the
|
|
9470
|
-
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core),
|
|
9471
|
-
* in ISO 8601 (RFC 3339 compatible) format.
|
|
9472
|
-
*
|
|
9473
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9474
|
-
*/
|
|
9475
|
-
export declare const ATTR_K8S_POD_START_TIME: "k8s.pod.start_time";
|
|
9476
9217
|
/**
|
|
9477
9218
|
* 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)
|
|
9478
9219
|
*
|
|
@@ -9571,64 +9312,6 @@ export declare const K8S_POD_STATUS_REASON_VALUE_SHUTDOWN: "Shutdown";
|
|
|
9571
9312
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9572
9313
|
*/
|
|
9573
9314
|
export declare const K8S_POD_STATUS_REASON_VALUE_UNEXPECTED_ADMISSION_ERROR: "UnexpectedAdmissionError";
|
|
9574
|
-
/**
|
|
9575
|
-
* The UID of the Pod.
|
|
9576
|
-
*
|
|
9577
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9578
|
-
*
|
|
9579
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9580
|
-
*/
|
|
9581
|
-
export declare const ATTR_K8S_POD_UID: "k8s.pod.uid";
|
|
9582
|
-
/**
|
|
9583
|
-
* The annotation placed on the ReplicaSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
9584
|
-
*
|
|
9585
|
-
* @example 0
|
|
9586
|
-
* @example
|
|
9587
|
-
*
|
|
9588
|
-
* @note
|
|
9589
|
-
* Examples:
|
|
9590
|
-
*
|
|
9591
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
9592
|
-
* as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
|
|
9593
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9594
|
-
* the `k8s.replicaset.annotation.data` attribute with value `""`.
|
|
9595
|
-
*
|
|
9596
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9597
|
-
*/
|
|
9598
|
-
export declare const ATTR_K8S_REPLICASET_ANNOTATION: (key: string) => string;
|
|
9599
|
-
/**
|
|
9600
|
-
* The label placed on the ReplicaSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9601
|
-
*
|
|
9602
|
-
* @example guestbook
|
|
9603
|
-
* @example
|
|
9604
|
-
*
|
|
9605
|
-
* @note
|
|
9606
|
-
* Examples:
|
|
9607
|
-
*
|
|
9608
|
-
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
9609
|
-
* as the `k8s.replicaset.label.app` attribute with value `"guestbook"`.
|
|
9610
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
9611
|
-
* the `k8s.replicaset.label.injected` attribute with value `""`.
|
|
9612
|
-
*
|
|
9613
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9614
|
-
*/
|
|
9615
|
-
export declare const ATTR_K8S_REPLICASET_LABEL: (key: string) => string;
|
|
9616
|
-
/**
|
|
9617
|
-
* The name of the ReplicaSet.
|
|
9618
|
-
*
|
|
9619
|
-
* @example opentelemetry
|
|
9620
|
-
*
|
|
9621
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9622
|
-
*/
|
|
9623
|
-
export declare const ATTR_K8S_REPLICASET_NAME: "k8s.replicaset.name";
|
|
9624
|
-
/**
|
|
9625
|
-
* The UID of the ReplicaSet.
|
|
9626
|
-
*
|
|
9627
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9628
|
-
*
|
|
9629
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9630
|
-
*/
|
|
9631
|
-
export declare const ATTR_K8S_REPLICASET_UID: "k8s.replicaset.uid";
|
|
9632
9315
|
/**
|
|
9633
9316
|
* The name of the replication controller.
|
|
9634
9317
|
*
|
|
@@ -9912,57 +9595,7 @@ export declare const K8S_SERVICE_TYPE_VALUE_NODE_PORT: "NodePort";
|
|
|
9912
9595
|
*/
|
|
9913
9596
|
export declare const ATTR_K8S_SERVICE_UID: "k8s.service.uid";
|
|
9914
9597
|
/**
|
|
9915
|
-
* The
|
|
9916
|
-
*
|
|
9917
|
-
* @example 1
|
|
9918
|
-
* @example
|
|
9919
|
-
*
|
|
9920
|
-
* @note
|
|
9921
|
-
* Examples:
|
|
9922
|
-
*
|
|
9923
|
-
* - A label `replicas` with value `1` **SHOULD** be recorded
|
|
9924
|
-
* as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
|
|
9925
|
-
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
9926
|
-
* the `k8s.statefulset.annotation.data` attribute with value `""`.
|
|
9927
|
-
*
|
|
9928
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9929
|
-
*/
|
|
9930
|
-
export declare const ATTR_K8S_STATEFULSET_ANNOTATION: (key: string) => string;
|
|
9931
|
-
/**
|
|
9932
|
-
* The label placed on the StatefulSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
9933
|
-
*
|
|
9934
|
-
* @example guestbook
|
|
9935
|
-
* @example
|
|
9936
|
-
*
|
|
9937
|
-
* @note
|
|
9938
|
-
* Examples:
|
|
9939
|
-
*
|
|
9940
|
-
* - A label `replicas` with value `0` **SHOULD** be recorded
|
|
9941
|
-
* as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
|
|
9942
|
-
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
9943
|
-
* the `k8s.statefulset.label.injected` attribute with value `""`.
|
|
9944
|
-
*
|
|
9945
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9946
|
-
*/
|
|
9947
|
-
export declare const ATTR_K8S_STATEFULSET_LABEL: (key: string) => string;
|
|
9948
|
-
/**
|
|
9949
|
-
* The name of the StatefulSet.
|
|
9950
|
-
*
|
|
9951
|
-
* @example opentelemetry
|
|
9952
|
-
*
|
|
9953
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9954
|
-
*/
|
|
9955
|
-
export declare const ATTR_K8S_STATEFULSET_NAME: "k8s.statefulset.name";
|
|
9956
|
-
/**
|
|
9957
|
-
* The UID of the StatefulSet.
|
|
9958
|
-
*
|
|
9959
|
-
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
9960
|
-
*
|
|
9961
|
-
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9962
|
-
*/
|
|
9963
|
-
export declare const ATTR_K8S_STATEFULSET_UID: "k8s.statefulset.uid";
|
|
9964
|
-
/**
|
|
9965
|
-
* The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#storageclass-v1-storage-k8s-io) object.
|
|
9598
|
+
* The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#storageclass-v1-storage-k8s-io) object.
|
|
9966
9599
|
*
|
|
9967
9600
|
* @example gold.storageclass.storage.k8s.io
|
|
9968
9601
|
*
|
|
@@ -9989,7 +9622,7 @@ export declare const ATTR_K8S_VOLUME_TYPE: "k8s.volume.type";
|
|
|
9989
9622
|
/**
|
|
9990
9623
|
* Enum value "configMap" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
9991
9624
|
*
|
|
9992
|
-
* A [configMap](https://
|
|
9625
|
+
* A [configMap](https://kubernetes.io/docs/concepts/storage/volumes/#configmap) volume
|
|
9993
9626
|
*
|
|
9994
9627
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9995
9628
|
*/
|
|
@@ -9997,7 +9630,7 @@ export declare const K8S_VOLUME_TYPE_VALUE_CONFIG_MAP: "configMap";
|
|
|
9997
9630
|
/**
|
|
9998
9631
|
* Enum value "downwardAPI" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
9999
9632
|
*
|
|
10000
|
-
* A [downwardAPI](https://
|
|
9633
|
+
* A [downwardAPI](https://kubernetes.io/docs/concepts/storage/volumes/#downwardapi) volume
|
|
10001
9634
|
*
|
|
10002
9635
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10003
9636
|
*/
|
|
@@ -10005,7 +9638,7 @@ export declare const K8S_VOLUME_TYPE_VALUE_DOWNWARD_API: "downwardAPI";
|
|
|
10005
9638
|
/**
|
|
10006
9639
|
* Enum value "emptyDir" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10007
9640
|
*
|
|
10008
|
-
* An [emptyDir](https://
|
|
9641
|
+
* An [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) volume
|
|
10009
9642
|
*
|
|
10010
9643
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10011
9644
|
*/
|
|
@@ -10013,7 +9646,7 @@ export declare const K8S_VOLUME_TYPE_VALUE_EMPTY_DIR: "emptyDir";
|
|
|
10013
9646
|
/**
|
|
10014
9647
|
* Enum value "local" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10015
9648
|
*
|
|
10016
|
-
* A [local](https://
|
|
9649
|
+
* A [local](https://kubernetes.io/docs/concepts/storage/volumes/#local) volume
|
|
10017
9650
|
*
|
|
10018
9651
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10019
9652
|
*/
|
|
@@ -10021,7 +9654,7 @@ export declare const K8S_VOLUME_TYPE_VALUE_LOCAL: "local";
|
|
|
10021
9654
|
/**
|
|
10022
9655
|
* Enum value "persistentVolumeClaim" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10023
9656
|
*
|
|
10024
|
-
* A [persistentVolumeClaim](https://
|
|
9657
|
+
* A [persistentVolumeClaim](https://kubernetes.io/docs/concepts/storage/volumes/#persistentvolumeclaim) volume
|
|
10025
9658
|
*
|
|
10026
9659
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10027
9660
|
*/
|
|
@@ -10029,7 +9662,7 @@ export declare const K8S_VOLUME_TYPE_VALUE_PERSISTENT_VOLUME_CLAIM: "persistentV
|
|
|
10029
9662
|
/**
|
|
10030
9663
|
* Enum value "secret" for attribute {@link ATTR_K8S_VOLUME_TYPE}.
|
|
10031
9664
|
*
|
|
10032
|
-
* A [secret](https://
|
|
9665
|
+
* A [secret](https://kubernetes.io/docs/concepts/storage/volumes/#secret) volume
|
|
10033
9666
|
*
|
|
10034
9667
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10035
9668
|
*/
|
|
@@ -10145,6 +9778,8 @@ export declare const ATTR_MAINFRAME_LPAR_NAME: "mainframe.lpar.name";
|
|
|
10145
9778
|
* The name of the request or notification method.
|
|
10146
9779
|
*
|
|
10147
9780
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9781
|
+
*
|
|
9782
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10148
9783
|
*/
|
|
10149
9784
|
export declare const ATTR_MCP_METHOD_NAME: "mcp.method.name";
|
|
10150
9785
|
/**
|
|
@@ -10353,6 +9988,8 @@ export declare const MCP_METHOD_NAME_VALUE_TOOLS_LIST: "tools/list";
|
|
|
10353
9988
|
* @example 2025-06-18
|
|
10354
9989
|
*
|
|
10355
9990
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
9991
|
+
*
|
|
9992
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10356
9993
|
*/
|
|
10357
9994
|
export declare const ATTR_MCP_PROTOCOL_VERSION: "mcp.protocol.version";
|
|
10358
9995
|
/**
|
|
@@ -10364,6 +10001,8 @@ export declare const ATTR_MCP_PROTOCOL_VERSION: "mcp.protocol.version";
|
|
|
10364
10001
|
* @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`.
|
|
10365
10002
|
*
|
|
10366
10003
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10004
|
+
*
|
|
10005
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10367
10006
|
*/
|
|
10368
10007
|
export declare const ATTR_MCP_RESOURCE_URI: "mcp.resource.uri";
|
|
10369
10008
|
/**
|
|
@@ -10372,6 +10011,8 @@ export declare const ATTR_MCP_RESOURCE_URI: "mcp.resource.uri";
|
|
|
10372
10011
|
* @example 191c4850af6c49e08843a3f6c80e5046
|
|
10373
10012
|
*
|
|
10374
10013
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
10014
|
+
*
|
|
10015
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
10375
10016
|
*/
|
|
10376
10017
|
export declare const ATTR_MCP_SESSION_ID: "mcp.session.id";
|
|
10377
10018
|
/**
|
|
@@ -11698,6 +11339,8 @@ export declare const ATTR_ONC_RPC_VERSION: "onc_rpc.version";
|
|
|
11698
11339
|
* The type of OpenAI API being used.
|
|
11699
11340
|
*
|
|
11700
11341
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11342
|
+
*
|
|
11343
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11701
11344
|
*/
|
|
11702
11345
|
export declare const ATTR_OPENAI_API_TYPE: "openai.api.type";
|
|
11703
11346
|
/**
|
|
@@ -11723,6 +11366,8 @@ export declare const OPENAI_API_TYPE_VALUE_RESPONSES: "responses";
|
|
|
11723
11366
|
* @example default
|
|
11724
11367
|
*
|
|
11725
11368
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11369
|
+
*
|
|
11370
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11726
11371
|
*/
|
|
11727
11372
|
export declare const ATTR_OPENAI_REQUEST_SERVICE_TIER: "openai.request.service_tier";
|
|
11728
11373
|
/**
|
|
@@ -11748,6 +11393,8 @@ export declare const OPENAI_REQUEST_SERVICE_TIER_VALUE_DEFAULT: "default";
|
|
|
11748
11393
|
* @example default
|
|
11749
11394
|
*
|
|
11750
11395
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11396
|
+
*
|
|
11397
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11751
11398
|
*/
|
|
11752
11399
|
export declare const ATTR_OPENAI_RESPONSE_SERVICE_TIER: "openai.response.service_tier";
|
|
11753
11400
|
/**
|
|
@@ -11756,6 +11403,8 @@ export declare const ATTR_OPENAI_RESPONSE_SERVICE_TIER: "openai.response.service
|
|
|
11756
11403
|
* @example fp_44709d6fcb
|
|
11757
11404
|
*
|
|
11758
11405
|
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11406
|
+
*
|
|
11407
|
+
* @deprecated Moved to the [OpenTelemetry GenAI semantic conventions repository](https://github.com/open-telemetry/semantic-conventions-genai).
|
|
11759
11408
|
*/
|
|
11760
11409
|
export declare const ATTR_OPENAI_RESPONSE_SYSTEM_FINGERPRINT: "openai.response.system_fingerprint";
|
|
11761
11410
|
/**
|
|
@@ -12831,6 +12480,14 @@ export declare const PROFILE_FRAME_TYPE_VALUE_JVM: "jvm";
|
|
|
12831
12480
|
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
12832
12481
|
*/
|
|
12833
12482
|
export declare const PROFILE_FRAME_TYPE_VALUE_KERNEL: "kernel";
|
|
12483
|
+
/**
|
|
12484
|
+
* Enum value "luajit" for attribute {@link ATTR_PROFILE_FRAME_TYPE}.
|
|
12485
|
+
*
|
|
12486
|
+
* [LuaJIT](https://en.wikipedia.org/wiki/LuaJIT)
|
|
12487
|
+
*
|
|
12488
|
+
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
12489
|
+
*/
|
|
12490
|
+
export declare const PROFILE_FRAME_TYPE_VALUE_LUAJIT: "luajit";
|
|
12834
12491
|
/**
|
|
12835
12492
|
* Enum value "native" for attribute {@link ATTR_PROFILE_FRAME_TYPE}.
|
|
12836
12493
|
*
|