@ancplua/qyl-api-schema 0.2.2 → 0.2.3

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.
@@ -1,15 +1,31 @@
1
1
  // <auto-generated/>
2
- // Generated by ANcpLua's Weaver pipeline from open-telemetry/semantic-conventions v1.41.0
3
- // Schema: https://opentelemetry.io/schemas/1.41.0
2
+ // Generated by qyl's Weaver pipeline (emit_typespec_keys.py) from:
3
+ // open-telemetry/semantic-conventions v1.43.0 (89aae438b3b3b0a8dd33003c9d70592baf7dbd0d)
4
+ // open-telemetry/semantic-conventions-genai c321d7eb4443ae1d1d88c2e24eda849f62049008 (c321d7eb4443ae1d1d88c2e24eda849f62049008)
5
+ // Schema: https://opentelemetry.io/schemas/1.43.0
6
+ // GenAI schema: https://opentelemetry.io/schemas/gen-ai-dev/1.42.0-dev
4
7
  // Licensed under Apache-2.0 (inherited from OpenTelemetry upstream)
5
8
  // </auto-generated>
6
9
  //
7
10
  // DO NOT EDIT THIS FILE.
8
- // Regenerate from the upstream v1.41.0 semantic-conventions YAML model with Weaver.
11
+ // Regenerate: Qyl.OpenTelemetry.SemanticConventions repo
12
+ // src/…SourceGeneration/scripts/generate.sh (refresh resolved-registry.json)
13
+ // src/…SourceGeneration/scripts/emit_typespec_keys.py --write <this file>
9
14
 
15
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Android {
16
+ /** This attribute represents the state of the application. */
17
+ const AppState: string = "android.app.state";
18
+ /** Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). */
19
+ const OsApiLevel: string = "android.os.api_level";
20
+ /** Deprecated. Use `android.app.state` attribute instead. */
21
+ #deprecated "Replaced by android.app.state."
22
+ const State: string = "android.state";
23
+ }
10
24
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.App {
11
25
  /** Unique identifier for a particular build or compilation of the application. */
12
26
  const BuildId: string = "app.build_id";
27
+ /** A unique identifier representing an instance of an end-user facing app crash. */
28
+ const CrashId: string = "app.crash.id";
13
29
  /** A unique identifier representing the installation of an application on a specific device */
14
30
  const InstallationId: string = "app.installation.id";
15
31
  /** A number of frame renders that experienced jank. */
@@ -74,10 +90,10 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aspnetcore {
74
90
  const IdentityTokenPurpose: string = "aspnetcore.identity.token_purpose";
75
91
  /** The result of token verification. */
76
92
  const IdentityTokenVerified: string = "aspnetcore.identity.token_verified";
77
- /** The user update type. */
78
- const IdentityUserUpdateType: string = "aspnetcore.identity.user.update_type";
79
93
  /** The full name of the identity user type. */
80
94
  const IdentityUserType: string = "aspnetcore.identity.user_type";
95
+ /** The user update type. */
96
+ const IdentityUserUpdateType: string = "aspnetcore.identity.user.update_type";
81
97
  /** The name of the library or subsystem using the memory pool instance. */
82
98
  const MemoryPoolOwner: string = "aspnetcore.memory_pool.owner";
83
99
  /** Rate limiting policy name. */
@@ -95,6 +111,120 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aspnetcore {
95
111
  /** A value that indicates whether the user is authenticated. */
96
112
  const UserIsAuthenticated: string = "aspnetcore.user.is_authenticated";
97
113
  }
114
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aws {
115
+ /** The unique identifier of the AWS Bedrock Guardrail. A [guardrail](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) helps safeguard and prevent unwanted behavior from model responses or user messages. */
116
+ const BedrockGuardrailId: string = "aws.bedrock.guardrail.id";
117
+ /** The unique identifier of the AWS Bedrock Knowledge base. A [knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) is a bank of information that can be queried by models to generate more relevant responses and augment prompts. */
118
+ const BedrockKnowledgeBaseId: string = "aws.bedrock.knowledge_base.id";
119
+ /** The JSON-serialized value of each item in the `AttributeDefinitions` request field. */
120
+ const DynamodbAttributeDefinitions: string = "aws.dynamodb.attribute_definitions";
121
+ /** The value of the `AttributesToGet` request parameter. */
122
+ const DynamodbAttributesToGet: string = "aws.dynamodb.attributes_to_get";
123
+ /** The value of the `ConsistentRead` request parameter. */
124
+ const DynamodbConsistentRead: string = "aws.dynamodb.consistent_read";
125
+ /** The JSON-serialized value of each item in the `ConsumedCapacity` response field. */
126
+ const DynamodbConsumedCapacity: string = "aws.dynamodb.consumed_capacity";
127
+ /** The value of the `Count` response parameter. */
128
+ const DynamodbCount: string = "aws.dynamodb.count";
129
+ /** The value of the `ExclusiveStartTableName` request parameter. */
130
+ const DynamodbExclusiveStartTable: string = "aws.dynamodb.exclusive_start_table";
131
+ /** The JSON-serialized value of each item in the `GlobalSecondaryIndexUpdates` request field. */
132
+ const DynamodbGlobalSecondaryIndexUpdates: string = "aws.dynamodb.global_secondary_index_updates";
133
+ /** The JSON-serialized value of each item of the `GlobalSecondaryIndexes` request field */
134
+ const DynamodbGlobalSecondaryIndexes: string = "aws.dynamodb.global_secondary_indexes";
135
+ /** The value of the `IndexName` request parameter. */
136
+ const DynamodbIndexName: string = "aws.dynamodb.index_name";
137
+ /** The JSON-serialized value of the `ItemCollectionMetrics` response field. */
138
+ const DynamodbItemCollectionMetrics: string = "aws.dynamodb.item_collection_metrics";
139
+ /** The value of the `Limit` request parameter. */
140
+ const DynamodbLimit: string = "aws.dynamodb.limit";
141
+ /** The JSON-serialized value of each item of the `LocalSecondaryIndexes` request field. */
142
+ const DynamodbLocalSecondaryIndexes: string = "aws.dynamodb.local_secondary_indexes";
143
+ /** The value of the `ProjectionExpression` request parameter. */
144
+ const DynamodbProjection: string = "aws.dynamodb.projection";
145
+ /** The value of the `ProvisionedThroughput.ReadCapacityUnits` request parameter. */
146
+ const DynamodbProvisionedReadCapacity: string = "aws.dynamodb.provisioned_read_capacity";
147
+ /** The value of the `ProvisionedThroughput.WriteCapacityUnits` request parameter. */
148
+ const DynamodbProvisionedWriteCapacity: string = "aws.dynamodb.provisioned_write_capacity";
149
+ /** The value of the `ScanIndexForward` request parameter. */
150
+ const DynamodbScanForward: string = "aws.dynamodb.scan_forward";
151
+ /** The value of the `ScannedCount` response parameter. */
152
+ const DynamodbScannedCount: string = "aws.dynamodb.scanned_count";
153
+ /** The value of the `Segment` request parameter. */
154
+ const DynamodbSegment: string = "aws.dynamodb.segment";
155
+ /** The value of the `Select` request parameter. */
156
+ const DynamodbSelect: string = "aws.dynamodb.select";
157
+ /** The number of items in the `TableNames` response parameter. */
158
+ const DynamodbTableCount: string = "aws.dynamodb.table_count";
159
+ /** The keys in the `RequestItems` object field. */
160
+ const DynamodbTableNames: string = "aws.dynamodb.table_names";
161
+ /** The value of the `TotalSegments` request parameter. */
162
+ const DynamodbTotalSegments: string = "aws.dynamodb.total_segments";
163
+ /** The ARN of an [ECS cluster](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html). */
164
+ const EcsClusterArn: string = "aws.ecs.cluster.arn";
165
+ /** The Amazon Resource Name (ARN) of an [ECS container instance](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html). */
166
+ const EcsContainerArn: string = "aws.ecs.container.arn";
167
+ /** The [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) for an ECS task. */
168
+ const EcsLaunchtype: string = "aws.ecs.launchtype";
169
+ /** The ARN of a running [ECS task](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids). */
170
+ const EcsTaskArn: string = "aws.ecs.task.arn";
171
+ /** The family name of the [ECS task definition](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html) used to create the ECS task. */
172
+ const EcsTaskFamily: string = "aws.ecs.task.family";
173
+ /** The ID of a running ECS task. The ID MUST be extracted from `task.arn`. */
174
+ const EcsTaskId: string = "aws.ecs.task.id";
175
+ /** The revision for the task definition used to create the ECS task. */
176
+ const EcsTaskRevision: string = "aws.ecs.task.revision";
177
+ /** The ARN of an EKS cluster. */
178
+ const EksClusterArn: string = "aws.eks.cluster.arn";
179
+ /** The AWS extended request ID as returned in the response header `x-amz-id-2`. */
180
+ const ExtendedRequestId: string = "aws.extended_request_id";
181
+ /** The name of the AWS Kinesis [stream](https://docs.aws.amazon.com/streams/latest/dev/introduction.html) the request refers to. Corresponds to the `--stream-name` parameter of the Kinesis [describe-stream](https://docs.aws.amazon.com/cli/latest/reference/kinesis/describe-stream.html) operation. */
182
+ const KinesisStreamName: string = "aws.kinesis.stream_name";
183
+ /** The full invoked ARN as provided on the `Context` passed to the function (`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable). */
184
+ const LambdaInvokedArn: string = "aws.lambda.invoked_arn";
185
+ /** The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html). An event source is mapped to a lambda function. It's contents are read by Lambda and used to trigger a function. This isn't available in the lambda execution context or the lambda runtime environment. This is going to be populated by the AWS SDK for each language when that UUID is present. Some of these operations are Create/Delete/Get/List/Update EventSourceMapping. */
186
+ const LambdaResourceMappingId: string = "aws.lambda.resource_mapping.id";
187
+ /** The Amazon Resource Name(s) (ARN) of the AWS log group(s). */
188
+ const LogGroupArns: string = "aws.log.group.arns";
189
+ /** The name(s) of the AWS log group(s) an application is writing to. */
190
+ const LogGroupNames: string = "aws.log.group.names";
191
+ /** The ARN(s) of the AWS log stream(s). */
192
+ const LogStreamArns: string = "aws.log.stream.arns";
193
+ /** The name(s) of the AWS log stream(s) an application is writing to. */
194
+ const LogStreamNames: string = "aws.log.stream.names";
195
+ /** The AWS request ID as returned in the response headers `x-amzn-requestid`, `x-amzn-request-id` or `x-amz-request-id`. */
196
+ const RequestId: string = "aws.request_id";
197
+ /** The S3 bucket name the request refers to. Corresponds to the `--bucket` parameter of the [S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html) operations. */
198
+ const S3Bucket: string = "aws.s3.bucket";
199
+ /** The source object (in the form `bucket`/`key`) for the copy operation. */
200
+ const S3CopySource: string = "aws.s3.copy_source";
201
+ /** The delete request container that specifies the objects to be deleted. */
202
+ const S3Delete: string = "aws.s3.delete";
203
+ /** The S3 object key the request refers to. Corresponds to the `--key` parameter of the [S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html) operations. */
204
+ const S3Key: string = "aws.s3.key";
205
+ /** The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000. */
206
+ const S3PartNumber: string = "aws.s3.part_number";
207
+ /** Upload ID that identifies the multipart upload. */
208
+ const S3UploadId: string = "aws.s3.upload_id";
209
+ /** The ARN of the Secret stored in the Secrets Manager */
210
+ const SecretsmanagerSecretArn: string = "aws.secretsmanager.secret.arn";
211
+ /** The ARN of the AWS SNS Topic. An Amazon SNS [topic](https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html) is a logical access point that acts as a communication channel. */
212
+ const SnsTopicArn: string = "aws.sns.topic.arn";
213
+ /** The URL of the AWS SQS Queue. It's a unique identifier for a queue in Amazon Simple Queue Service (SQS) and is used to access the queue and perform actions on it. */
214
+ const SqsQueueUrl: string = "aws.sqs.queue.url";
215
+ /** The ARN of the AWS Step Functions Activity. */
216
+ const StepFunctionsActivityArn: string = "aws.step_functions.activity.arn";
217
+ /** The ARN of the AWS Step Functions State Machine. */
218
+ const StepFunctionsStateMachineArn: string = "aws.step_functions.state_machine.arn";
219
+ }
220
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Az {
221
+ /** Deprecated, use `azure.resource_provider.namespace` instead. */
222
+ #deprecated "Replaced by azure.resource_provider.namespace."
223
+ const Namespace: string = "az.namespace";
224
+ /** Deprecated, use `azure.service.request.id` instead. */
225
+ #deprecated "Replaced by azure.service.request.id."
226
+ const ServiceRequestId: string = "az.service_request_id";
227
+ }
98
228
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Azure {
99
229
  /** The unique identifier of the client instance. */
100
230
  const ClientId: string = "azure.client.id";
@@ -110,6 +240,8 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Azure {
110
240
  const CosmosdbRequestBodySize: string = "azure.cosmosdb.request.body.size";
111
241
  /** Cosmos DB sub status code. */
112
242
  const CosmosdbResponseSubStatusCode: string = "azure.cosmosdb.response.sub_status_code";
243
+ /** The name of the Azure [resource group](https://learn.microsoft.com/azure/azure-resource-manager/management/manage-resource-groups-portal) the resource belongs to. */
244
+ const ResourceGroupName: string = "azure.resource_group.name";
113
245
  /** [Azure Resource Provider Namespace](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers) as recognized by the client. */
114
246
  const ResourceProviderNamespace: string = "azure.resource_provider.namespace";
115
247
  /** The unique identifier of the service request. It's generated by the Azure service and returned with the response. */
@@ -118,6 +250,8 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Azure {
118
250
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Browser {
119
251
  /** Array of brand name and version separated by a space */
120
252
  const Brands: string = "browser.brands";
253
+ /** Absolute URL of the current browser document according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986). */
254
+ const DocumentUrlFull: string = "browser.document.url.full";
121
255
  /** Preferred language of the user using the browser */
122
256
  const Language: string = "browser.language";
123
257
  /** A boolean that is true if the browser is running on a mobile device */
@@ -125,6 +259,20 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Browser {
125
259
  /** The platform on which the browser is running */
126
260
  const Platform: string = "browser.platform";
127
261
  }
262
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cassandra {
263
+ /** The consistency level of the query. Based on consistency values from [CQL](https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/dml/dmlConfigConsistency.html). */
264
+ const ConsistencyLevel: string = "cassandra.consistency.level";
265
+ /** The data center of the coordinating node for a query. */
266
+ const CoordinatorDc: string = "cassandra.coordinator.dc";
267
+ /** The ID of the coordinating node for a query. */
268
+ const CoordinatorId: string = "cassandra.coordinator.id";
269
+ /** The fetch size used for paging, i.e. how many rows will be returned at once. */
270
+ const PageSize: string = "cassandra.page.size";
271
+ /** Whether or not the query is idempotent. */
272
+ const QueryIdempotent: string = "cassandra.query.idempotent";
273
+ /** The number of times a query was speculatively executed. Not set or `0` if the query was not executed speculatively. */
274
+ const SpeculativeExecutionCount: string = "cassandra.speculative_execution.count";
275
+ }
128
276
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cicd {
129
277
  /** The kind of action a pipeline run is performing. */
130
278
  const PipelineActionName: string = "cicd.pipeline.action.name";
@@ -148,13 +296,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cicd {
148
296
  const PipelineTaskRunUrlFull: string = "cicd.pipeline.task.run.url.full";
149
297
  /** The type of the task within a pipeline. */
150
298
  const PipelineTaskType: string = "cicd.pipeline.task.type";
151
- /** The name of a component of the CICD system. */
299
+ /** The name of a component of the CI/CD system. */
152
300
  const SystemComponent: string = "cicd.system.component";
153
- /** The unique identifier of a worker within a CICD system. */
301
+ /** The unique identifier of a worker within a CI/CD system. */
154
302
  const WorkerId: string = "cicd.worker.id";
155
- /** The name of a worker within a CICD system. */
303
+ /** The name of a worker within a CI/CD system. */
156
304
  const WorkerName: string = "cicd.worker.name";
157
- /** The state of a CICD worker / agent. */
305
+ /** The state of a CI/CD worker / agent. */
158
306
  const WorkerState: string = "cicd.worker.state";
159
307
  /** The [URL](https://wikipedia.org/wiki/URL) of the worker, providing the complete address in order to locate and identify the worker. */
160
308
  const WorkerUrlFull: string = "cicd.worker.url.full";
@@ -179,6 +327,42 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloud {
179
327
  /** Cloud provider-specific native identifier of the monitored cloud resource (e.g. an [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) on AWS, a [fully qualified resource ID](https://learn.microsoft.com/rest/api/resources/resources/get-by-id) on Azure, a [full resource name](https://google.aip.dev/122#full-resource-names) on GCP) */
180
328
  const ResourceId: string = "cloud.resource_id";
181
329
  }
330
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudevents {
331
+ /** The [event_id](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#id) uniquely identifies the event. */
332
+ const EventId: string = "cloudevents.event_id";
333
+ /** The [source](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#source-1) identifies the context in which an event happened. */
334
+ const EventSource: string = "cloudevents.event_source";
335
+ /** The [version of the CloudEvents specification](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#specversion) which the event uses. */
336
+ const EventSpecVersion: string = "cloudevents.event_spec_version";
337
+ /** The [subject](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#subject) of the event in the context of the event producer (identified by source). */
338
+ const EventSubject: string = "cloudevents.event_subject";
339
+ /** The [event_type](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#type) contains a value describing the type of event related to the originating occurrence. */
340
+ const EventType: string = "cloudevents.event_type";
341
+ }
342
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudfoundry {
343
+ /** The guid of the application. */
344
+ const AppId: string = "cloudfoundry.app.id";
345
+ /** The index of the application instance. 0 when just one instance is active. */
346
+ const AppInstanceId: string = "cloudfoundry.app.instance.id";
347
+ /** The name of the application. */
348
+ const AppName: string = "cloudfoundry.app.name";
349
+ /** The guid of the CloudFoundry org the application is running in. */
350
+ const OrgId: string = "cloudfoundry.org.id";
351
+ /** The name of the CloudFoundry organization the app is running in. */
352
+ const OrgName: string = "cloudfoundry.org.name";
353
+ /** The UID identifying the process. */
354
+ const ProcessId: string = "cloudfoundry.process.id";
355
+ /** The type of process. */
356
+ const ProcessType: string = "cloudfoundry.process.type";
357
+ /** The guid of the CloudFoundry space the application is running in. */
358
+ const SpaceId: string = "cloudfoundry.space.id";
359
+ /** The name of the CloudFoundry space the application is running in. */
360
+ const SpaceName: string = "cloudfoundry.space.name";
361
+ /** A guid or another name describing the event source. */
362
+ const SystemId: string = "cloudfoundry.system.id";
363
+ /** A guid describing the concrete instance of the event source. */
364
+ const SystemInstanceId: string = "cloudfoundry.system.instance.id";
365
+ }
182
366
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Code {
183
367
  /** Deprecated, use `code.column.number` */
184
368
  #deprecated "Replaced by code.column.number."
@@ -247,6 +431,16 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Container {
247
431
  /** The version of the runtime of this process, as returned by the runtime without modification. */
248
432
  const RuntimeVersion: string = "container.runtime.version";
249
433
  }
434
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cpu {
435
+ /** The logical CPU number [0..n-1] */
436
+ const LogicalNumber: string = "cpu.logical_number";
437
+ /** The mode of the CPU */
438
+ const Mode: string = "cpu.mode";
439
+ }
440
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cpython {
441
+ /** Value of the garbage collector collection generation. */
442
+ const GcGeneration: string = "cpython.gc.generation";
443
+ }
250
444
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Db {
251
445
  /** Deprecated, use `cassandra.consistency.level` instead. */
252
446
  #deprecated "Replaced by cassandra.consistency.level."
@@ -343,7 +537,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Db {
343
537
  /** Deprecated, use `db.operation.name` instead. */
344
538
  #deprecated "Replaced by db.operation.name."
345
539
  const Operation: string = "db.operation";
346
- /** The number of queries included in a batch operation. */
540
+ /** The number of database operations included in a batch operation. */
347
541
  const OperationBatchSize: string = "db.operation.batch.size";
348
542
  /** The name of the operation or command being executed. */
349
543
  const OperationName: string = "db.operation.name";
@@ -398,6 +592,20 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Destination {
398
592
  /** Destination port number */
399
593
  const Port: string = "destination.port";
400
594
  }
595
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Device {
596
+ /** A unique identifier representing the device */
597
+ const Id: string = "device.id";
598
+ /** The name of the device manufacturer */
599
+ const Manufacturer: string = "device.manufacturer";
600
+ /** The model identifier for the device */
601
+ const ModelIdentifier: string = "device.model.identifier";
602
+ /** The marketing name for the device model */
603
+ const ModelName: string = "device.model.name";
604
+ }
605
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Disk {
606
+ /** The disk IO operation direction. */
607
+ const IoDirection: string = "disk.io.direction";
608
+ }
401
609
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Dns {
402
610
  /** The list of IPv4 or IPv6 addresses resolved during DNS lookup. */
403
611
  const Answers: string = "dns.answers";
@@ -431,6 +639,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Error {
431
639
  /** Describes a class of error the operation ended with. */
432
640
  const Type: string = "error.type";
433
641
  }
642
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Event {
643
+ /** Identifies the class / type of event. */
644
+ #deprecated "The value of this attribute MUST now be set as the value of the EventName field on the LogRecord to indicate that the LogRecord represents an Event."
645
+ const Name: string = "event.name";
646
+ }
434
647
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Exception {
435
648
  /** Indicates that the exception is escaping the scope of the span. */
436
649
  #deprecated "Removed, no replacement."
@@ -526,6 +739,12 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.File {
526
739
  const GroupName: string = "file.group.name";
527
740
  /** Inode representing the file in the filesystem. */
528
741
  const Inode: string = "file.inode";
742
+ /** The lock mechanism such as noted by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html) */
743
+ const LockMechanism: string = "file.lock.mechanism";
744
+ /** Mode of lock or operation such as documented by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html) */
745
+ const LockMode: string = "file.lock.mode";
746
+ /** The lock type as represented by i.e. [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)'s l_type. */
747
+ const LockType: string = "file.lock.type";
529
748
  /** Mode of the file in octal representation. */
530
749
  const Mode: string = "file.mode";
531
750
  /** Time when the file content was last modified, in ISO 8601 format. */
@@ -543,18 +762,73 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.File {
543
762
  /** Path to the target of a symbolic link. */
544
763
  const SymbolicLinkTargetPath: string = "file.symbolic_link.target_path";
545
764
  }
765
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Gcp {
766
+ /** The container within GCP where the AppHub application is defined. */
767
+ const ApphubApplicationContainer: string = "gcp.apphub.application.container";
768
+ /** The name of the application as configured in AppHub. */
769
+ const ApphubApplicationId: string = "gcp.apphub.application.id";
770
+ /** The GCP zone or region where the application is defined. */
771
+ const ApphubApplicationLocation: string = "gcp.apphub.application.location";
772
+ /** The container within GCP where the AppHub destination application is defined. */
773
+ const ApphubDestinationApplicationContainer: string = "gcp.apphub_destination.application.container";
774
+ /** The name of the destination application as configured in AppHub. */
775
+ const ApphubDestinationApplicationId: string = "gcp.apphub_destination.application.id";
776
+ /** The GCP zone or region where the destination application is defined. */
777
+ const ApphubDestinationApplicationLocation: string = "gcp.apphub_destination.application.location";
778
+ /** Criticality of a destination workload indicates its importance to the business as specified in [AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) */
779
+ const ApphubDestinationServiceCriticalityType: string = "gcp.apphub_destination.service.criticality_type";
780
+ /** Software lifecycle stage of a destination service as defined [AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) */
781
+ const ApphubDestinationServiceEnvironmentType: string = "gcp.apphub_destination.service.environment_type";
782
+ /** The name of the destination service as configured in AppHub. */
783
+ const ApphubDestinationServiceId: string = "gcp.apphub_destination.service.id";
784
+ /** Criticality of a destination workload indicates its importance to the business as specified in [AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) */
785
+ const ApphubDestinationWorkloadCriticalityType: string = "gcp.apphub_destination.workload.criticality_type";
786
+ /** Environment of a destination workload is the stage of a software lifecycle as provided in the [AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) */
787
+ const ApphubDestinationWorkloadEnvironmentType: string = "gcp.apphub_destination.workload.environment_type";
788
+ /** The name of the destination workload as configured in AppHub. */
789
+ const ApphubDestinationWorkloadId: string = "gcp.apphub_destination.workload.id";
790
+ /** Criticality of a service indicates its importance to the business. */
791
+ const ApphubServiceCriticalityType: string = "gcp.apphub.service.criticality_type";
792
+ /** Environment of a service is the stage of a software lifecycle. */
793
+ const ApphubServiceEnvironmentType: string = "gcp.apphub.service.environment_type";
794
+ /** The name of the service as configured in AppHub. */
795
+ const ApphubServiceId: string = "gcp.apphub.service.id";
796
+ /** Criticality of a workload indicates its importance to the business. */
797
+ const ApphubWorkloadCriticalityType: string = "gcp.apphub.workload.criticality_type";
798
+ /** Environment of a workload is the stage of a software lifecycle. */
799
+ const ApphubWorkloadEnvironmentType: string = "gcp.apphub.workload.environment_type";
800
+ /** The name of the workload as configured in AppHub. */
801
+ const ApphubWorkloadId: string = "gcp.apphub.workload.id";
802
+ /** Identifies the Google Cloud service for which the official client library is intended. */
803
+ const ClientService: string = "gcp.client.service";
804
+ /** The name of the Cloud Run [execution](https://cloud.google.com/run/docs/managing/job-executions) being run for the Job, as set by the [`CLOUD_RUN_EXECUTION`](https://cloud.google.com/run/docs/container-contract#jobs-env-vars) environment variable. */
805
+ const CloudRunJobExecution: string = "gcp.cloud_run.job.execution";
806
+ /** The index for a task within an execution as provided by the [`CLOUD_RUN_TASK_INDEX`](https://cloud.google.com/run/docs/container-contract#jobs-env-vars) environment variable. */
807
+ const CloudRunJobTaskIndex: string = "gcp.cloud_run.job.task_index";
808
+ /** The name of the Instance Group Manager (IGM) that manages this VM, if any. */
809
+ const GceInstanceGroupManagerName: string = "gcp.gce.instance_group_manager.name";
810
+ /** The region of a **regional** Instance Group Manager (e.g., `us-central1`). Set this **only** when the IGM is regional. */
811
+ const GceInstanceGroupManagerRegion: string = "gcp.gce.instance_group_manager.region";
812
+ /** The zone of a **zonal** Instance Group Manager (e.g., `us-central1-a`). Set this **only** when the IGM is zonal. */
813
+ const GceInstanceGroupManagerZone: string = "gcp.gce.instance_group_manager.zone";
814
+ /** The hostname of a GCE instance. This is the full value of the default or [custom hostname](https://cloud.google.com/compute/docs/instances/custom-hostname-vm). */
815
+ const GceInstanceHostname: string = "gcp.gce.instance.hostname";
816
+ /** GCE instance labels, `<key>` being the label name and the value being the label value. */
817
+ const GceInstanceLabels: string = "gcp.gce.instance.labels";
818
+ /** 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). */
819
+ const GceInstanceName: string = "gcp.gce.instance.name";
820
+ }
546
821
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
547
822
  /** Free-form description of the GenAI agent provided by the application. */
548
823
  const AgentDescription: string = "gen_ai.agent.description";
549
- /** The unique identifier of the GenAI agent. */
824
+ /** The unique and stable identifier of the GenAI hosted agent resource. */
550
825
  const AgentId: string = "gen_ai.agent.id";
551
826
  /** Human-readable name of the GenAI agent provided by the application. */
552
827
  const AgentName: string = "gen_ai.agent.name";
553
828
  /** The version of the GenAI agent. */
554
829
  const AgentVersion: string = "gen_ai.agent.version";
555
- /** Deprecated, use Event API to report completions contents. */
556
- #deprecated "Removed, no replacement."
557
- const Completion: string = "gen_ai.completion";
830
+ /** Indicates whether the effective conversation context used for this operation is a compacted view of a prior conversation. */
831
+ const ConversationCompacted: string = "gen_ai.conversation.compacted";
558
832
  /** The unique identifier for a conversation (session, thread), used to store and correlate messages within this conversation. */
559
833
  const ConversationId: string = "gen_ai.conversation.id";
560
834
  /** The data source identifier. */
@@ -571,32 +845,28 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
571
845
  const EvaluationScoreValue: string = "gen_ai.evaluation.score.value";
572
846
  /** The chat history provided to the model as an input. */
573
847
  const InputMessages: string = "gen_ai.input.messages";
574
- /** Deprecated, use `gen_ai.output.type`. */
575
- #deprecated "Replaced by gen_ai.output.type."
576
- const OpenaiRequestResponseFormat: string = "gen_ai.openai.request.response_format";
577
- /** Deprecated, use `gen_ai.request.seed`. */
578
- #deprecated "Replaced by gen_ai.request.seed."
579
- const OpenaiRequestSeed: string = "gen_ai.openai.request.seed";
580
- /** Deprecated, use `openai.request.service_tier`. */
581
- #deprecated "Replaced by openai.request.service_tier."
582
- const OpenaiRequestServiceTier: string = "gen_ai.openai.request.service_tier";
583
- /** Deprecated, use `openai.response.service_tier`. */
584
- #deprecated "Replaced by openai.response.service_tier."
585
- const OpenaiResponseServiceTier: string = "gen_ai.openai.response.service_tier";
586
- /** Deprecated, use `openai.response.system_fingerprint`. */
587
- #deprecated "Replaced by openai.response.system_fingerprint."
588
- const OpenaiResponseSystemFingerprint: string = "gen_ai.openai.response.system_fingerprint";
848
+ /** The search query used to retrieve memories. */
849
+ const MemoryQueryText: string = "gen_ai.memory.query.text";
850
+ /** The number of memory records relevant to the operation. */
851
+ const MemoryRecordCount: string = "gen_ai.memory.record.count";
852
+ /** The unique identifier of the memory record. */
853
+ const MemoryRecordId: string = "gen_ai.memory.record.id";
854
+ /** The memory records stored or retrieved in a memory operation. */
855
+ const MemoryRecords: string = "gen_ai.memory.records";
856
+ /** The unique identifier of the memory store. */
857
+ const MemoryStoreId: string = "gen_ai.memory.store.id";
589
858
  /** The name of the operation being performed. */
590
859
  const OperationName: string = "gen_ai.operation.name";
591
860
  /** Messages returned by the model where each message represents a specific model response (choice, candidate). */
592
861
  const OutputMessages: string = "gen_ai.output.messages";
593
862
  /** Represents the content type requested by the client. */
594
863
  const OutputType: string = "gen_ai.output.type";
595
- /** Deprecated, use Event API to report prompt contents. */
596
- #deprecated "Removed, no replacement."
597
- const Prompt: string = "gen_ai.prompt";
598
864
  /** The name of the prompt that uniquely identifies it. */
599
865
  const PromptName: string = "gen_ai.prompt.name";
866
+ /** The variables supplied to the prompt template, the `<key>` being the variable name, the value being the variable value. */
867
+ const PromptVariable: string = "gen_ai.prompt.variable";
868
+ /** The version of the prompt template used. */
869
+ const PromptVersion: string = "gen_ai.prompt.version";
600
870
  /** The Generative AI provider as identified by the client or server instrumentation. */
601
871
  const ProviderName: string = "gen_ai.provider.name";
602
872
  /** The target number of candidate completions to return. */
@@ -611,6 +881,8 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
611
881
  const RequestModel: string = "gen_ai.request.model";
612
882
  /** The presence penalty setting for the GenAI request. */
613
883
  const RequestPresencePenalty: string = "gen_ai.request.presence_penalty";
884
+ /** The reasoning or thinking effort level requested for a GenAI model. */
885
+ const RequestReasoningLevel: string = "gen_ai.request.reasoning.level";
614
886
  /** Requests with same seed value more likely to return same result. */
615
887
  const RequestSeed: string = "gen_ai.request.seed";
616
888
  /** List of sequences that the model will use to stop generating further tokens. */
@@ -619,7 +891,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
619
891
  const RequestStream: string = "gen_ai.request.stream";
620
892
  /** The temperature setting for the GenAI request. */
621
893
  const RequestTemperature: string = "gen_ai.request.temperature";
622
- /** The top_k sampling setting for the GenAI request. */
894
+ /** The top-K sampling setting for the GenAI request: restricts token generation at each step to the K most likely next tokens. */
623
895
  const RequestTopK: string = "gen_ai.request.top_k";
624
896
  /** The top_p sampling setting for the GenAI request. */
625
897
  const RequestTopP: string = "gen_ai.request.top_p";
@@ -635,9 +907,8 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
635
907
  const RetrievalDocuments: string = "gen_ai.retrieval.documents";
636
908
  /** The query text used for retrieval. */
637
909
  const RetrievalQueryText: string = "gen_ai.retrieval.query.text";
638
- /** Deprecated, use `gen_ai.provider.name` instead. */
639
- #deprecated "Replaced by gen_ai.provider.name."
640
- const System: string = "gen_ai.system";
910
+ /** The maximum number of documents the retriever was asked to return for the query (also known as `k`, `limit`, or `max_num_results`). */
911
+ const RetrievalTopK: string = "gen_ai.retrieval.top_k";
641
912
  /** The system message or instructions provided to the GenAI model separately from the chat history. */
642
913
  const SystemInstructions: string = "gen_ai.system_instructions";
643
914
  /** The type of token being counted. */
@@ -660,16 +931,10 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
660
931
  const UsageCacheCreationInputTokens: string = "gen_ai.usage.cache_creation.input_tokens";
661
932
  /** The number of input tokens served from a provider-managed cache. */
662
933
  const UsageCacheReadInputTokens: string = "gen_ai.usage.cache_read.input_tokens";
663
- /** Deprecated, use `gen_ai.usage.output_tokens` instead. */
664
- #deprecated "Replaced by gen_ai.usage.output_tokens."
665
- const UsageCompletionTokens: string = "gen_ai.usage.completion_tokens";
666
934
  /** The number of tokens used in the GenAI input (prompt). */
667
935
  const UsageInputTokens: string = "gen_ai.usage.input_tokens";
668
936
  /** The number of tokens used in the GenAI response (completion). */
669
937
  const UsageOutputTokens: string = "gen_ai.usage.output_tokens";
670
- /** Deprecated, use `gen_ai.usage.input_tokens` instead. */
671
- #deprecated "Replaced by gen_ai.usage.input_tokens."
672
- const UsagePromptTokens: string = "gen_ai.usage.prompt_tokens";
673
938
  /** The number of output tokens used for reasoning (e.g. chain-of-thought, extended thinking). */
674
939
  const UsageReasoningOutputTokens: string = "gen_ai.usage.reasoning.output_tokens";
675
940
  /** Human-readable name of the GenAI workflow provided by the application. */
@@ -691,6 +956,32 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Geo {
691
956
  /** Region ISO code ([ISO 3166-2](https://wikipedia.org/wiki/ISO_3166-2)). */
692
957
  const RegionIsoCode: string = "geo.region.iso_code";
693
958
  }
959
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Go {
960
+ /** The detailed state of the CPU. */
961
+ const CpuDetailedState: string = "go.cpu.detailed_state";
962
+ /** The state of the CPU. */
963
+ const CpuState: string = "go.cpu.state";
964
+ /** The detailed type of memory. */
965
+ const MemoryDetailedType: string = "go.memory.detailed_type";
966
+ /** The type of memory. */
967
+ const MemoryType: string = "go.memory.type";
968
+ }
969
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Graphql {
970
+ /** The GraphQL document being executed. */
971
+ const Document: string = "graphql.document";
972
+ /** The name of the operation being executed. */
973
+ const OperationName: string = "graphql.operation.name";
974
+ /** The type of the operation being executed. */
975
+ const OperationType: string = "graphql.operation.type";
976
+ }
977
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Heroku {
978
+ /** Unique identifier for the application */
979
+ const AppId: string = "heroku.app.id";
980
+ /** Commit hash for the current release */
981
+ const ReleaseCommit: string = "heroku.release.commit";
982
+ /** Time and date the release was created */
983
+ const ReleaseCreationTimestamp: string = "heroku.release.creation_timestamp";
984
+ }
694
985
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Host {
695
986
  /** The CPU architecture the host system is running on. */
696
987
  const Arch: string = "host.arch";
@@ -740,6 +1031,12 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
740
1031
  const Method: string = "http.method";
741
1032
  /** The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length) header. For requests using transport encoding, this should be the compressed size. */
742
1033
  const RequestBodySize: string = "http.request.body.size";
1034
+ /** Deprecated, use `http.request.header.content-length` instead. */
1035
+ #deprecated "Replaced by `http.request.header.content-length`."
1036
+ const RequestContentLength: string = "http.request_content_length";
1037
+ /** Deprecated, use `http.request.body.size` instead. */
1038
+ #deprecated "Replaced by http.request.body.size."
1039
+ const RequestContentLengthUncompressed: string = "http.request_content_length_uncompressed";
743
1040
  /** HTTP request headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values. */
744
1041
  const RequestHeader: string = "http.request.header";
745
1042
  /** HTTP request method. */
@@ -750,26 +1047,20 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
750
1047
  const RequestResendCount: string = "http.request.resend_count";
751
1048
  /** The total size of the request in bytes. This should be the total number of bytes sent over the wire, including the request line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and request body if any. */
752
1049
  const RequestSize: string = "http.request.size";
753
- /** Deprecated, use `http.request.header.content-length` instead. */
754
- #deprecated "Replaced by `http.request.header.content-length`."
755
- const RequestContentLength: string = "http.request_content_length";
756
- /** Deprecated, use `http.request.body.size` instead. */
757
- #deprecated "Replaced by http.request.body.size."
758
- const RequestContentLengthUncompressed: string = "http.request_content_length_uncompressed";
759
1050
  /** The size of the response payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length) header. For requests using transport encoding, this should be the compressed size. */
760
1051
  const ResponseBodySize: string = "http.response.body.size";
761
- /** HTTP response headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values. */
762
- const ResponseHeader: string = "http.response.header";
763
- /** The total size of the response in bytes. This should be the total number of bytes sent over the wire, including the status line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and response body and trailers if any. */
764
- const ResponseSize: string = "http.response.size";
765
- /** [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). */
766
- const ResponseStatusCode: string = "http.response.status_code";
767
1052
  /** Deprecated, use `http.response.header.content-length` instead. */
768
1053
  #deprecated "Replaced by `http.response.header.content-length`."
769
1054
  const ResponseContentLength: string = "http.response_content_length";
770
1055
  /** Deprecated, use `http.response.body.size` instead. */
771
1056
  #deprecated "Replaced by http.response.body.size."
772
1057
  const ResponseContentLengthUncompressed: string = "http.response_content_length_uncompressed";
1058
+ /** HTTP response headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values. */
1059
+ const ResponseHeader: string = "http.response.header";
1060
+ /** The total size of the response in bytes. This should be the total number of bytes sent over the wire, including the status line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and response body and trailers if any. */
1061
+ const ResponseSize: string = "http.response.size";
1062
+ /** [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). */
1063
+ const ResponseStatusCode: string = "http.response.status_code";
773
1064
  /** The matched route template for the request. This MUST be low-cardinality and include all static path segments, with dynamic path segments represented with placeholders. */
774
1065
  const Route: string = "http.route";
775
1066
  /** Deprecated, use `url.scheme` instead. */
@@ -791,20 +1082,109 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
791
1082
  #deprecated "Replaced by user_agent.original."
792
1083
  const UserAgent: string = "http.user_agent";
793
1084
  }
1085
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Hw {
1086
+ /** Design capacity in Watts-hours or Ampere-hours */
1087
+ const BatteryCapacity: string = "hw.battery.capacity";
1088
+ /** Battery [chemistry](https://schemas.dmtf.org/wbem/cim-html/2.31.0/CIM_Battery.html), e.g. Lithium-Ion, Nickel-Cadmium, etc. */
1089
+ const BatteryChemistry: string = "hw.battery.chemistry";
1090
+ /** The current state of the battery */
1091
+ const BatteryState: string = "hw.battery.state";
1092
+ /** BIOS version of the hardware component */
1093
+ const BiosVersion: string = "hw.bios_version";
1094
+ /** Driver version for the hardware component */
1095
+ const DriverVersion: string = "hw.driver_version";
1096
+ /** Type of the enclosure (useful for modular systems) */
1097
+ const EnclosureType: string = "hw.enclosure.type";
1098
+ /** Firmware version of the hardware component */
1099
+ const FirmwareVersion: string = "hw.firmware_version";
1100
+ /** Type of task the GPU is performing */
1101
+ const GpuTask: string = "hw.gpu.task";
1102
+ /** An identifier for the hardware component, unique within the monitored host */
1103
+ const Id: string = "hw.id";
1104
+ /** Type of limit for hardware components */
1105
+ const LimitType: string = "hw.limit_type";
1106
+ /** RAID Level of the logical disk */
1107
+ const LogicalDiskRaidLevel: string = "hw.logical_disk.raid_level";
1108
+ /** State of the logical disk space usage */
1109
+ const LogicalDiskState: string = "hw.logical_disk.state";
1110
+ /** Type of the memory module */
1111
+ const MemoryType: string = "hw.memory.type";
1112
+ /** Descriptive model name of the hardware component */
1113
+ const Model: string = "hw.model";
1114
+ /** An easily-recognizable name for the hardware component */
1115
+ const Name: string = "hw.name";
1116
+ /** Logical addresses of the adapter (e.g. IP address, or WWPN) */
1117
+ const NetworkLogicalAddresses: string = "hw.network.logical_addresses";
1118
+ /** Physical address of the adapter (e.g. MAC address, or WWNN) */
1119
+ const NetworkPhysicalAddress: string = "hw.network.physical_address";
1120
+ /** Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) */
1121
+ const Parent: string = "hw.parent";
1122
+ /** [S.M.A.R.T.](https://wikipedia.org/wiki/S.M.A.R.T.) (Self-Monitoring, Analysis, and Reporting Technology) attribute of the physical disk */
1123
+ const PhysicalDiskSmartAttribute: string = "hw.physical_disk.smart_attribute";
1124
+ /** State of the physical disk endurance utilization */
1125
+ const PhysicalDiskState: string = "hw.physical_disk.state";
1126
+ /** Type of the physical disk */
1127
+ const PhysicalDiskType: string = "hw.physical_disk.type";
1128
+ /** Location of the sensor */
1129
+ const SensorLocation: string = "hw.sensor_location";
1130
+ /** Serial number of the hardware component */
1131
+ const SerialNumber: string = "hw.serial_number";
1132
+ /** The current state of the component */
1133
+ const State: string = "hw.state";
1134
+ /** Type of tape drive operation */
1135
+ const TapeDriveOperationType: string = "hw.tape_drive.operation_type";
1136
+ /** Type of the component */
1137
+ const Type: string = "hw.type";
1138
+ /** Vendor name of the hardware component */
1139
+ const Vendor: string = "hw.vendor";
1140
+ }
1141
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Ios {
1142
+ /** This attribute represents the state of the application. */
1143
+ const AppState: string = "ios.app.state";
1144
+ /** Deprecated. Use the `ios.app.state` attribute. */
1145
+ #deprecated "Replaced by ios.app.state."
1146
+ const State: string = "ios.state";
1147
+ }
1148
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jsonrpc {
1149
+ /** Protocol version, as specified in the `jsonrpc` property of the request and its corresponding response. */
1150
+ const ProtocolVersion: string = "jsonrpc.protocol.version";
1151
+ /** A string representation of the `id` property of the request and its corresponding response. */
1152
+ const RequestId: string = "jsonrpc.request.id";
1153
+ }
1154
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jvm {
1155
+ /** Name of the buffer pool. */
1156
+ const BufferPoolName: string = "jvm.buffer.pool.name";
1157
+ /** Name of the garbage collector action. */
1158
+ const GcAction: string = "jvm.gc.action";
1159
+ /** Name of the garbage collector cause. */
1160
+ const GcCause: string = "jvm.gc.cause";
1161
+ /** Name of the garbage collector. */
1162
+ const GcName: string = "jvm.gc.name";
1163
+ /** Name of the memory pool. */
1164
+ const MemoryPoolName: string = "jvm.memory.pool.name";
1165
+ /** The type of memory. */
1166
+ const MemoryType: string = "jvm.memory.type";
1167
+ /** Whether the thread is daemon or not. */
1168
+ const ThreadDaemon: string = "jvm.thread.daemon";
1169
+ /** State of the thread. */
1170
+ const ThreadState: string = "jvm.thread.state";
1171
+ }
794
1172
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.K8s {
795
1173
  /** The name of the cluster. */
796
1174
  const ClusterName: string = "k8s.cluster.name";
797
1175
  /** A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace. */
798
1176
  const ClusterUid: string = "k8s.cluster.uid";
1177
+ /** The type of file system component for ephemeral storage. */
1178
+ const ContainerEphemeralStorageFsType: string = "k8s.container.ephemeral_storage.fs_type";
799
1179
  /** The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`). */
800
1180
  const ContainerName: string = "k8s.container.name";
801
1181
  /** Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec. */
802
1182
  const ContainerRestartCount: string = "k8s.container.restart_count";
803
1183
  /** Last terminated reason of the Container. */
804
1184
  const ContainerStatusLastTerminatedReason: string = "k8s.container.status.last_terminated_reason";
805
- /** The reason for the container state. Corresponds to the `reason` field of the: [K8s ContainerStateWaiting](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstatewaiting-v1-core) or [K8s ContainerStateTerminated](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstateterminated-v1-core) */
1185
+ /** 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) */
806
1186
  const ContainerStatusReason: string = "k8s.container.status.reason";
807
- /** The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstate-v1-core) */
1187
+ /** The state of the container. [K8s ContainerState](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#containerstate-v1-core) */
808
1188
  const ContainerStatusState: string = "k8s.container.status.state";
809
1189
  /** The cronjob annotation placed on the CronJob, the `<key>` being the annotation name, the value being the annotation value. */
810
1190
  const CronjobAnnotation: string = "k8s.cronjob.annotation";
@@ -965,13 +1345,18 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.K8s {
965
1345
  const StatefulsetName: string = "k8s.statefulset.name";
966
1346
  /** The UID of the StatefulSet. */
967
1347
  const StatefulsetUid: string = "k8s.statefulset.uid";
968
- /** The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#storageclass-v1-storage-k8s-io) object. */
1348
+ /** The name of K8s [StorageClass](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#storageclass-v1-storage-k8s-io) object. */
969
1349
  const StorageclassName: string = "k8s.storageclass.name";
970
1350
  /** The name of the K8s volume. */
971
1351
  const VolumeName: string = "k8s.volume.name";
972
1352
  /** The type of the K8s volume. */
973
1353
  const VolumeType: string = "k8s.volume.type";
974
1354
  }
1355
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Linux {
1356
+ /** The Linux Slab memory state */
1357
+ #deprecated "Replaced by system.memory.linux.slab.state."
1358
+ const MemorySlabState: string = "linux.memory.slab.state";
1359
+ }
975
1360
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Log {
976
1361
  /** The basename of the file. */
977
1362
  const FileName: string = "log.file.name";
@@ -988,6 +1373,34 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Log {
988
1373
  /** A unique identifier for the Log Record. */
989
1374
  const RecordUid: string = "log.record.uid";
990
1375
  }
1376
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mainframe {
1377
+ /** Name of the logical partition that hosts a systems with a mainframe operating system. */
1378
+ const LparName: string = "mainframe.lpar.name";
1379
+ }
1380
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mcp {
1381
+ /** The name of the request or notification method. */
1382
+ const MethodName: string = "mcp.method.name";
1383
+ /** The [version](https://modelcontextprotocol.io/specification/versioning) of the Model Context Protocol used. */
1384
+ const ProtocolVersion: string = "mcp.protocol.version";
1385
+ /** The value of the resource uri. */
1386
+ const ResourceUri: string = "mcp.resource.uri";
1387
+ /** Identifies [MCP session](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#session-management). */
1388
+ const SessionId: string = "mcp.session.id";
1389
+ }
1390
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Message {
1391
+ /** Deprecated, no replacement at this time. */
1392
+ #deprecated "Removed, no replacement."
1393
+ const CompressedSize: string = "message.compressed_size";
1394
+ /** Deprecated, no replacement at this time. */
1395
+ #deprecated "Removed, no replacement."
1396
+ const Id: string = "message.id";
1397
+ /** Deprecated, no replacement at this time. */
1398
+ #deprecated "Removed, no replacement."
1399
+ const Type: string = "message.type";
1400
+ /** Deprecated, no replacement at this time. */
1401
+ #deprecated "Removed, no replacement."
1402
+ const UncompressedSize: string = "message.uncompressed_size";
1403
+ }
991
1404
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
992
1405
  /** The number of messages sent, received, or processed in the scope of the batching operation. */
993
1406
  const BatchMessageCount: string = "messaging.batch.message_count";
@@ -1001,18 +1414,18 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
1001
1414
  const DestinationName: string = "messaging.destination.name";
1002
1415
  /** The identifier of the partition messages are sent to or received from, unique within the `messaging.destination.name`. */
1003
1416
  const DestinationPartitionId: string = "messaging.destination.partition.id";
1004
- /** The name of the destination subscription from which a message is consumed. */
1005
- const DestinationSubscriptionName: string = "messaging.destination.subscription.name";
1006
- /** Low cardinality representation of the messaging destination name */
1007
- const DestinationTemplate: string = "messaging.destination.template";
1008
- /** A boolean that is true if the message destination is temporary and might not exist anymore after messages are processed. */
1009
- const DestinationTemporary: string = "messaging.destination.temporary";
1010
1417
  /** Deprecated, no replacement at this time. */
1011
1418
  #deprecated "Removed, no replacement."
1012
1419
  const DestinationPublishAnonymous: string = "messaging.destination_publish.anonymous";
1013
1420
  /** Deprecated, no replacement at this time. */
1014
1421
  #deprecated "Removed, no replacement."
1015
1422
  const DestinationPublishName: string = "messaging.destination_publish.name";
1423
+ /** The name of the destination subscription from which a message is consumed. */
1424
+ const DestinationSubscriptionName: string = "messaging.destination.subscription.name";
1425
+ /** Low cardinality representation of the messaging destination name */
1426
+ const DestinationTemplate: string = "messaging.destination.template";
1427
+ /** A boolean that is true if the message destination is temporary and might not exist anymore after messages are processed. */
1428
+ const DestinationTemporary: string = "messaging.destination.temporary";
1016
1429
  /** Deprecated, use `messaging.consumer.group.name` instead. */
1017
1430
  #deprecated "Replaced by messaging.consumer.group.name."
1018
1431
  const EventhubsConsumerGroup: string = "messaging.eventhubs.consumer.group";
@@ -1091,6 +1504,53 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
1091
1504
  /** The messaging system as identified by the client instrumentation. */
1092
1505
  const System: string = "messaging.system";
1093
1506
  }
1507
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Net {
1508
+ /** Deprecated, use `network.local.address`. */
1509
+ #deprecated "Replaced by network.local.address."
1510
+ const HostIp: string = "net.host.ip";
1511
+ /** Deprecated, use `server.address`. */
1512
+ #deprecated "Replaced by server.address."
1513
+ const HostName: string = "net.host.name";
1514
+ /** Deprecated, use `server.port`. */
1515
+ #deprecated "Replaced by server.port."
1516
+ const HostPort: string = "net.host.port";
1517
+ /** Deprecated, use `network.peer.address`. */
1518
+ #deprecated "Replaced by network.peer.address."
1519
+ const PeerIp: string = "net.peer.ip";
1520
+ /** Deprecated, use `server.address` on client spans and `client.address` on server spans. */
1521
+ #deprecated "Replaced by `server.address` on client spans and `client.address` on server spans."
1522
+ const PeerName: string = "net.peer.name";
1523
+ /** Deprecated, use `server.port` on client spans and `client.port` on server spans. */
1524
+ #deprecated "Replaced by `server.port` on client spans and `client.port` on server spans."
1525
+ const PeerPort: string = "net.peer.port";
1526
+ /** Deprecated, use `network.protocol.name`. */
1527
+ #deprecated "Replaced by network.protocol.name."
1528
+ const ProtocolName: string = "net.protocol.name";
1529
+ /** Deprecated, use `network.protocol.version`. */
1530
+ #deprecated "Replaced by network.protocol.version."
1531
+ const ProtocolVersion: string = "net.protocol.version";
1532
+ /** Deprecated, use `network.transport` and `network.type`. */
1533
+ #deprecated "Split to `network.transport` and `network.type`."
1534
+ const SockFamily: string = "net.sock.family";
1535
+ /** Deprecated, use `network.local.address`. */
1536
+ #deprecated "Replaced by network.local.address."
1537
+ const SockHostAddr: string = "net.sock.host.addr";
1538
+ /** Deprecated, use `network.local.port`. */
1539
+ #deprecated "Replaced by network.local.port."
1540
+ const SockHostPort: string = "net.sock.host.port";
1541
+ /** Deprecated, use `network.peer.address`. */
1542
+ #deprecated "Replaced by network.peer.address."
1543
+ const SockPeerAddr: string = "net.sock.peer.addr";
1544
+ /** Deprecated, no replacement at this time. */
1545
+ #deprecated "Removed, no replacement."
1546
+ const SockPeerName: string = "net.sock.peer.name";
1547
+ /** Deprecated, use `network.peer.port`. */
1548
+ #deprecated "Replaced by network.peer.port."
1549
+ const SockPeerPort: string = "net.sock.peer.port";
1550
+ /** Deprecated, use `network.transport`. */
1551
+ #deprecated "Replaced by network.transport."
1552
+ const Transport: string = "net.transport";
1553
+ }
1094
1554
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
1095
1555
  /** The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network. */
1096
1556
  const CarrierIcc: string = "network.carrier.icc";
@@ -1108,7 +1568,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
1108
1568
  const ConnectionType: string = "network.connection.type";
1109
1569
  /** The network interface name. */
1110
1570
  const InterfaceName: string = "network.interface.name";
1111
- /** The network IO operation direction. */
1571
+ /** The direction of traffic from the perspective of the observing host's physical or virtual network interface. It should not be used to represent the logical direction of a stateful connection or network flow. */
1112
1572
  const IoDirection: string = "network.io.direction";
1113
1573
  /** Local address of the network connection - IP address or Unix domain socket name. */
1114
1574
  const LocalAddress: string = "network.local.address";
@@ -1127,6 +1587,30 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
1127
1587
  /** [OSI network layer](https://wikipedia.org/wiki/Network_layer) or non-OSI equivalent. */
1128
1588
  const Type: string = "network.type";
1129
1589
  }
1590
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Nfs {
1591
+ /** NFSv4+ operation name. */
1592
+ const OperationName: string = "nfs.operation.name";
1593
+ /** Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable) */
1594
+ const ServerRepcacheStatus: string = "nfs.server.repcache.status";
1595
+ }
1596
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Nodejs {
1597
+ /** The state of event loop time. */
1598
+ const EventloopState: string = "nodejs.eventloop.state";
1599
+ }
1600
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oci {
1601
+ /** The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known. */
1602
+ const ManifestDigest: string = "oci.manifest.digest";
1603
+ }
1604
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.OncRpc {
1605
+ /** ONC/Sun RPC procedure name. */
1606
+ const ProcedureName: string = "onc_rpc.procedure.name";
1607
+ /** ONC/Sun RPC procedure number. */
1608
+ const ProcedureNumber: string = "onc_rpc.procedure.number";
1609
+ /** ONC/Sun RPC program name. */
1610
+ const ProgramName: string = "onc_rpc.program.name";
1611
+ /** ONC/Sun RPC program version. */
1612
+ const Version: string = "onc_rpc.version";
1613
+ }
1130
1614
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openai {
1131
1615
  /** The type of OpenAI API being used. */
1132
1616
  const ApiType: string = "openai.api.type";
@@ -1137,6 +1621,16 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openai {
1137
1621
  /** A fingerprint to track any eventual change in the Generative AI environment. */
1138
1622
  const ResponseSystemFingerprint: string = "openai.response.system_fingerprint";
1139
1623
  }
1624
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openshift {
1625
+ /** The name of the cluster quota. */
1626
+ const ClusterquotaName: string = "openshift.clusterquota.name";
1627
+ /** The UID of the cluster quota. */
1628
+ const ClusterquotaUid: string = "openshift.clusterquota.uid";
1629
+ }
1630
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Opentracing {
1631
+ /** Parent-child Reference type */
1632
+ const RefType: string = "opentracing.ref_type";
1633
+ }
1140
1634
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oracle {
1141
1635
  /** The database domain associated with the connection. */
1142
1636
  const DbDomain: string = "oracle.db.domain";
@@ -1193,6 +1687,16 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Otel {
1193
1687
  /** Description of the Status if it has a value, otherwise not set. */
1194
1688
  const StatusDescription: string = "otel.status_description";
1195
1689
  }
1690
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Peer {
1691
+ /** The [`service.name`](/docs/resource/README.md#service) of the remote service. SHOULD be equal to the actual `service.name` resource attribute of the remote service if any. */
1692
+ #deprecated "Replaced by service.peer.name."
1693
+ const Service: string = "peer.service";
1694
+ }
1695
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pool {
1696
+ /** Deprecated, use `db.client.connection.pool.name` instead. */
1697
+ #deprecated "Replaced by db.client.connection.pool.name."
1698
+ const Name: string = "pool.name";
1699
+ }
1196
1700
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pprof {
1197
1701
  /** Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker. In that case the line information represents one of the multiple symbols. This field must be recomputed when the symbolization state of the profile changes. */
1198
1702
  const LocationIsFolded: string = "pprof.location.is_folded";
@@ -1362,6 +1866,24 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Rpc {
1362
1866
  /** The Remote Procedure Call (RPC) system. */
1363
1867
  const SystemName: string = "rpc.system.name";
1364
1868
  }
1869
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
1870
+ /** A categorization value keyword used by the entity using the rule for detection of this event */
1871
+ const Category: string = "security_rule.category";
1872
+ /** The description of the rule generating the event. */
1873
+ const Description: string = "security_rule.description";
1874
+ /** Name of the license under which the rule used to generate this event is made available. */
1875
+ const License: string = "security_rule.license";
1876
+ /** The name of the rule or signature generating the event. */
1877
+ const Name: string = "security_rule.name";
1878
+ /** Reference URL to additional information about the rule used to generate this event. */
1879
+ const Reference: string = "security_rule.reference";
1880
+ /** Name of the ruleset, policy, group, or parent category in which the rule used to generate this event is a member. */
1881
+ const RulesetName: string = "security_rule.ruleset.name";
1882
+ /** A rule ID that is unique within the scope of a set or group of agents, observers, or other entities using the rule for detection of this event. */
1883
+ const Uuid: string = "security_rule.uuid";
1884
+ /** The version / revision of the rule being used for analysis. */
1885
+ const Version: string = "security_rule.version";
1886
+ }
1365
1887
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Server {
1366
1888
  /** Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
1367
1889
  const Address: string = "server.address";
@@ -1402,6 +1924,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Source {
1402
1924
  /** Source port number */
1403
1925
  const Port: string = "source.port";
1404
1926
  }
1927
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.State {
1928
+ /** Deprecated, use `db.client.connection.state` instead. */
1929
+ #deprecated "Replaced by db.client.connection.state."
1930
+ const State: string = "state";
1931
+ }
1405
1932
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.System {
1406
1933
  /** Deprecated, use `cpu.logical_number` instead. */
1407
1934
  #deprecated "Replaced by cpu.logical_number."
@@ -1589,6 +2116,14 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.UserAgent {
1589
2116
  /** Version of the user-agent extracted from original. Usually refers to the browser's version */
1590
2117
  const Version: string = "user_agent.version";
1591
2118
  }
2119
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.V8js {
2120
+ /** The type of garbage collection. */
2121
+ const GcType: string = "v8js.gc.type";
2122
+ /** The name of the space type of heap memory. */
2123
+ const HeapSpaceName: string = "v8js.heap.space.name";
2124
+ /** The type of resource keeping the event loop active. */
2125
+ const ResourceType: string = "v8js.resource.type";
2126
+ }
1592
2127
  namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Vcs {
1593
2128
  /** The ID of the change (pull request/merge request/changelist) if applicable. This is usually a unique (within repository) identifier generated by the VCS system. */
1594
2129
  const ChangeId: string = "vcs.change.id";
@@ -1646,3 +2181,9 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Webengine {
1646
2181
  /** The version of the web engine. */
1647
2182
  const Version: string = "webengine.version";
1648
2183
  }
2184
+ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Zos {
2185
+ /** The System Management Facility (SMF) Identifier uniquely identified a z/OS system within a SYSPLEX or mainframe environment and is used for system and performance analysis. */
2186
+ const SmfId: string = "zos.smf.id";
2187
+ /** The name of the SYSPLEX to which the z/OS system belongs too. */
2188
+ const SysplexName: string = "zos.sysplex.name";
2189
+ }