@ancplua/qyl-api-schema 1.0.5 → 2.1.0

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,7 +1,7 @@
1
1
  // <auto-generated/>
2
2
  // Generated by qyl's Weaver pipeline (emit_typespec_keys.py) from:
3
3
  // open-telemetry/semantic-conventions v1.43.0 (89aae438b3b3b0a8dd33003c9d70592baf7dbd0d)
4
- // open-telemetry/semantic-conventions-genai 33b7f9da9ade6162d4a5c16247d0bc6ad5f8b469 (33b7f9da9ade6162d4a5c16247d0bc6ad5f8b469)
4
+ // open-telemetry/semantic-conventions-genai 74fd2e0f77267ce26d55cf8991200df5a265ef74 (74fd2e0f77267ce26d55cf8991200df5a265ef74)
5
5
  // Schema: https://opentelemetry.io/schemas/1.43.0
6
6
  // GenAI schema: https://opentelemetry.io/schemas/gen-ai-dev/1.42.0-dev
7
7
  // Licensed under Apache-2.0 (inherited from OpenTelemetry upstream)
@@ -12,7 +12,7 @@
12
12
  // src/…SourceGeneration/scripts/generate.sh (refresh resolved-registry.json)
13
13
  // src/…SourceGeneration/scripts/emit_typespec_keys.py --write <this file>
14
14
 
15
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Android {
15
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Android {
16
16
  /** This attribute represents the state of the application. */
17
17
  const AppState: string = "android.app.state";
18
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). */
@@ -21,7 +21,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Android {
21
21
  #deprecated "Replaced by android.app.state."
22
22
  const State: string = "android.state";
23
23
  }
24
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.App {
24
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.App {
25
25
  /** Unique identifier for a particular build or compilation of the application. */
26
26
  const BuildId: string = "app.build_id";
27
27
  /** A unique identifier representing an instance of an end-user facing app crash. */
@@ -47,7 +47,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.App {
47
47
  /** The name of an application widget. */
48
48
  const WidgetName: string = "app.widget.name";
49
49
  }
50
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Artifact {
50
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Artifact {
51
51
  /** The provenance filename of the built attestation which directly relates to the build artifact filename. This filename SHOULD accompany the artifact at publish time. See the [SLSA Relationship](https://slsa.dev/spec/v1.0/distributing-provenance#relationship-between-artifacts-and-attestations) specification for more information. */
52
52
  const AttestationFilename: string = "artifact.attestation.filename";
53
53
  /** The full [hash value (see glossary)](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf), of the built attestation. Some envelopes in the [software attestation space](https://github.com/in-toto/attestation/tree/main/spec) also refer to this as the **digest**. */
@@ -63,7 +63,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Artifact {
63
63
  /** The version of the artifact. */
64
64
  const Version: string = "artifact.version";
65
65
  }
66
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aspnetcore {
66
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Aspnetcore {
67
67
  /** The result of the authentication operation. */
68
68
  const AuthenticationResult: string = "aspnetcore.authentication.result";
69
69
  /** The identifier that names a particular authentication handler. */
@@ -111,7 +111,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aspnetcore {
111
111
  /** A value that indicates whether the user is authenticated. */
112
112
  const UserIsAuthenticated: string = "aspnetcore.user.is_authenticated";
113
113
  }
114
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aws {
114
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Aws {
115
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
116
  const BedrockGuardrailId: string = "aws.bedrock.guardrail.id";
117
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. */
@@ -217,7 +217,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Aws {
217
217
  /** The ARN of the AWS Step Functions State Machine. */
218
218
  const StepFunctionsStateMachineArn: string = "aws.step_functions.state_machine.arn";
219
219
  }
220
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Az {
220
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Az {
221
221
  /** Deprecated, use `azure.resource_provider.namespace` instead. */
222
222
  #deprecated "Replaced by azure.resource_provider.namespace."
223
223
  const Namespace: string = "az.namespace";
@@ -225,7 +225,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Az {
225
225
  #deprecated "Replaced by azure.service.request.id."
226
226
  const ServiceRequestId: string = "az.service_request_id";
227
227
  }
228
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Azure {
228
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Azure {
229
229
  /** The unique identifier of the client instance. */
230
230
  const ClientId: string = "azure.client.id";
231
231
  /** Cosmos client connection mode. */
@@ -247,7 +247,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Azure {
247
247
  /** The unique identifier of the service request. It's generated by the Azure service and returned with the response. */
248
248
  const ServiceRequestId: string = "azure.service.request.id";
249
249
  }
250
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Browser {
250
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Browser {
251
251
  /** Array of brand name and version separated by a space */
252
252
  const Brands: string = "browser.brands";
253
253
  /** Absolute URL of the current browser document according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986). */
@@ -259,7 +259,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Browser {
259
259
  /** The platform on which the browser is running */
260
260
  const Platform: string = "browser.platform";
261
261
  }
262
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cassandra {
262
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cassandra {
263
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
264
  const ConsistencyLevel: string = "cassandra.consistency.level";
265
265
  /** The data center of the coordinating node for a query. */
@@ -273,7 +273,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cassandra {
273
273
  /** The number of times a query was speculatively executed. Not set or `0` if the query was not executed speculatively. */
274
274
  const SpeculativeExecutionCount: string = "cassandra.speculative_execution.count";
275
275
  }
276
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cicd {
276
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cicd {
277
277
  /** The kind of action a pipeline run is performing. */
278
278
  const PipelineActionName: string = "cicd.pipeline.action.name";
279
279
  /** The human readable name of the pipeline within a CI/CD system. */
@@ -307,13 +307,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cicd {
307
307
  /** The [URL](https://wikipedia.org/wiki/URL) of the worker, providing the complete address in order to locate and identify the worker. */
308
308
  const WorkerUrlFull: string = "cicd.worker.url.full";
309
309
  }
310
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Client {
310
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Client {
311
311
  /** Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
312
312
  const Address: string = "client.address";
313
313
  /** Client port number. */
314
314
  const Port: string = "client.port";
315
315
  }
316
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloud {
316
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cloud {
317
317
  /** The cloud account ID the resource is assigned to. */
318
318
  const AccountId: string = "cloud.account.id";
319
319
  /** Cloud regions often have multiple, isolated locations known as zones to increase availability. Availability zone represents the zone where the resource is running. */
@@ -327,7 +327,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloud {
327
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) */
328
328
  const ResourceId: string = "cloud.resource_id";
329
329
  }
330
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudevents {
330
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cloudevents {
331
331
  /** The [event_id](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#id) uniquely identifies the event. */
332
332
  const EventId: string = "cloudevents.event_id";
333
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. */
@@ -339,7 +339,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudevents {
339
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
340
  const EventType: string = "cloudevents.event_type";
341
341
  }
342
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudfoundry {
342
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cloudfoundry {
343
343
  /** The guid of the application. */
344
344
  const AppId: string = "cloudfoundry.app.id";
345
345
  /** The index of the application instance. 0 when just one instance is active. */
@@ -363,7 +363,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cloudfoundry {
363
363
  /** A guid describing the concrete instance of the event source. */
364
364
  const SystemInstanceId: string = "cloudfoundry.system.instance.id";
365
365
  }
366
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Code {
366
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Code {
367
367
  /** Deprecated, use `code.column.number` */
368
368
  #deprecated "Replaced by code.column.number."
369
369
  const Column: string = "code.column";
@@ -390,7 +390,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Code {
390
390
  /** A stacktrace as a string in the natural representation for the language runtime. The representation is identical to [`exception.stacktrace`](/docs/exceptions/exceptions-spans.md#stacktrace-representation). This attribute MUST NOT be used on the Profile signal since the data is already captured in 'message Location'. This constraint is imposed to prevent redundancy and maintain data integrity. */
391
391
  const Stacktrace: string = "code.stacktrace";
392
392
  }
393
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Container {
393
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Container {
394
394
  /** The command used to run the container (i.e. the command name). */
395
395
  const Command: string = "container.command";
396
396
  /** All the command arguments (including the command/executable itself) run by the container. */
@@ -431,17 +431,17 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Container {
431
431
  /** The version of the runtime of this process, as returned by the runtime without modification. */
432
432
  const RuntimeVersion: string = "container.runtime.version";
433
433
  }
434
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cpu {
434
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cpu {
435
435
  /** The logical CPU number [0..n-1] */
436
436
  const LogicalNumber: string = "cpu.logical_number";
437
437
  /** The mode of the CPU */
438
438
  const Mode: string = "cpu.mode";
439
439
  }
440
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Cpython {
440
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Cpython {
441
441
  /** Value of the garbage collector collection generation. */
442
442
  const GcGeneration: string = "cpython.gc.generation";
443
443
  }
444
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Db {
444
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Db {
445
445
  /** Deprecated, use `cassandra.consistency.level` instead. */
446
446
  #deprecated "Replaced by cassandra.consistency.level."
447
447
  const CassandraConsistencyLevel: string = "db.cassandra.consistency_level";
@@ -573,7 +573,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Db {
573
573
  #deprecated "Removed, no replacement."
574
574
  const User: string = "db.user";
575
575
  }
576
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Deployment {
576
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Deployment {
577
577
  /** Deprecated, use `deployment.environment.name` instead. */
578
578
  #deprecated "Replaced by deployment.environment.name."
579
579
  const Environment: string = "deployment.environment";
@@ -586,13 +586,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Deployment {
586
586
  /** The status of the deployment. */
587
587
  const Status: string = "deployment.status";
588
588
  }
589
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Destination {
589
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Destination {
590
590
  /** Destination address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
591
591
  const Address: string = "destination.address";
592
592
  /** Destination port number */
593
593
  const Port: string = "destination.port";
594
594
  }
595
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Device {
595
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Device {
596
596
  /** A unique identifier representing the device */
597
597
  const Id: string = "device.id";
598
598
  /** The name of the device manufacturer */
@@ -602,25 +602,25 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Device {
602
602
  /** The marketing name for the device model */
603
603
  const ModelName: string = "device.model.name";
604
604
  }
605
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Disk {
605
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Disk {
606
606
  /** The disk IO operation direction. */
607
607
  const IoDirection: string = "disk.io.direction";
608
608
  }
609
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Dns {
609
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Dns {
610
610
  /** The list of IPv4 or IPv6 addresses resolved during DNS lookup. */
611
611
  const Answers: string = "dns.answers";
612
612
  /** The name being queried. */
613
613
  const QuestionName: string = "dns.question.name";
614
614
  }
615
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Dotnet {
615
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Dotnet {
616
616
  /** Name of the garbage collector managed heap generation. */
617
617
  const GcHeapGeneration: string = "dotnet.gc.heap.generation";
618
618
  }
619
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Elasticsearch {
619
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Elasticsearch {
620
620
  /** Represents the human-readable identifier of the node/instance to which a request was routed. */
621
621
  const NodeName: string = "elasticsearch.node.name";
622
622
  }
623
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Enduser {
623
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Enduser {
624
624
  /** Unique identifier of an end user in the system. It maybe a username, email address, or other identifier. */
625
625
  const Id: string = "enduser.id";
626
626
  /** Pseudonymous identifier of an end user. This identifier should be a random value that is not directly linked or associated with the end user's actual identity. */
@@ -632,19 +632,19 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Enduser {
632
632
  #deprecated "Removed, no replacement."
633
633
  const Scope: string = "enduser.scope";
634
634
  }
635
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Error {
635
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Error {
636
636
  /** A message providing more detail about an error in human-readable form. */
637
637
  #deprecated "Removed, no replacement."
638
638
  const Message: string = "error.message";
639
639
  /** Describes a class of error the operation ended with. */
640
640
  const Type: string = "error.type";
641
641
  }
642
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Event {
642
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Event {
643
643
  /** Identifies the class / type of event. */
644
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
645
  const Name: string = "event.name";
646
646
  }
647
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Exception {
647
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Exception {
648
648
  /** Indicates that the exception is escaping the scope of the span. */
649
649
  #deprecated "Removed, no replacement."
650
650
  const Escaped: string = "exception.escaped";
@@ -655,7 +655,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Exception {
655
655
  /** The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it. */
656
656
  const Type: string = "exception.type";
657
657
  }
658
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Faas {
658
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Faas {
659
659
  /** A boolean that is true if the serverless function is executed for the first time (aka cold-start). */
660
660
  const Coldstart: string = "faas.coldstart";
661
661
  /** A string containing the schedule period as [Cron Expression](https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm). */
@@ -689,7 +689,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Faas {
689
689
  /** The immutable version of the function being executed. */
690
690
  const Version: string = "faas.version";
691
691
  }
692
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.FeatureFlag {
692
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.FeatureFlag {
693
693
  /** The unique identifier for the flag evaluation context. For example, the targeting key. */
694
694
  const ContextId: string = "feature_flag.context.id";
695
695
  /** A message providing more detail about an error that occurred during feature flag evaluation in human-readable form. */
@@ -718,7 +718,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.FeatureFlag {
718
718
  /** The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset. */
719
719
  const Version: string = "feature_flag.version";
720
720
  }
721
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.File {
721
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.File {
722
722
  /** Time when the file was last accessed, in ISO 8601 format. */
723
723
  const Accessed: string = "file.accessed";
724
724
  /** Array of file attributes. */
@@ -762,7 +762,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.File {
762
762
  /** Path to the target of a symbolic link. */
763
763
  const SymbolicLinkTargetPath: string = "file.symbolic_link.target_path";
764
764
  }
765
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Gcp {
765
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Gcp {
766
766
  /** The container within GCP where the AppHub application is defined. */
767
767
  const ApphubApplicationContainer: string = "gcp.apphub.application.container";
768
768
  /** The name of the application as configured in AppHub. */
@@ -818,7 +818,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Gcp {
818
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
819
  const GceInstanceName: string = "gcp.gce.instance.name";
820
820
  }
821
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
821
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.GenAi {
822
822
  /** Free-form description of the GenAI agent provided by the application. */
823
823
  const AgentDescription: string = "gen_ai.agent.description";
824
824
  /** The unique and stable identifier of the GenAI hosted agent resource. */
@@ -881,6 +881,8 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
881
881
  const RequestModel: string = "gen_ai.request.model";
882
882
  /** The presence penalty setting for the GenAI request. */
883
883
  const RequestPresencePenalty: string = "gen_ai.request.presence_penalty";
884
+ /** The unique identifier of a previous response or interaction used to provide context for the current operation. */
885
+ const RequestPreviousResponseId: string = "gen_ai.request.previous_response.id";
884
886
  /** The reasoning or thinking effort level requested for a GenAI model. */
885
887
  const RequestReasoningLevel: string = "gen_ai.request.reasoning.level";
886
888
  /** Requests with same seed value more likely to return same result. */
@@ -940,7 +942,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
940
942
  /** Human-readable name of the GenAI workflow provided by the application. */
941
943
  const WorkflowName: string = "gen_ai.workflow.name";
942
944
  }
943
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Geo {
945
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Geo {
944
946
  /** Two-letter code representing continent’s name. */
945
947
  const ContinentCode: string = "geo.continent.code";
946
948
  /** Two-letter ISO Country Code ([ISO 3166-1 alpha2](https://wikipedia.org/wiki/ISO_3166-1#Codes)). */
@@ -956,7 +958,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Geo {
956
958
  /** Region ISO code ([ISO 3166-2](https://wikipedia.org/wiki/ISO_3166-2)). */
957
959
  const RegionIsoCode: string = "geo.region.iso_code";
958
960
  }
959
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Go {
961
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Go {
960
962
  /** The detailed state of the CPU. */
961
963
  const CpuDetailedState: string = "go.cpu.detailed_state";
962
964
  /** The state of the CPU. */
@@ -966,7 +968,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Go {
966
968
  /** The type of memory. */
967
969
  const MemoryType: string = "go.memory.type";
968
970
  }
969
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Graphql {
971
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Graphql {
970
972
  /** The GraphQL document being executed. */
971
973
  const Document: string = "graphql.document";
972
974
  /** The name of the operation being executed. */
@@ -974,7 +976,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Graphql {
974
976
  /** The type of the operation being executed. */
975
977
  const OperationType: string = "graphql.operation.type";
976
978
  }
977
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Heroku {
979
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Heroku {
978
980
  /** Unique identifier for the application */
979
981
  const AppId: string = "heroku.app.id";
980
982
  /** Commit hash for the current release */
@@ -982,7 +984,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Heroku {
982
984
  /** Time and date the release was created */
983
985
  const ReleaseCreationTimestamp: string = "heroku.release.creation_timestamp";
984
986
  }
985
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Host {
987
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Host {
986
988
  /** The CPU architecture the host system is running on. */
987
989
  const Arch: string = "host.arch";
988
990
  /** The amount of level 2 memory cache available to the processor (in Bytes). */
@@ -1014,7 +1016,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Host {
1014
1016
  /** Type of host. For Cloud, this must be the machine type. */
1015
1017
  const Type: string = "host.type";
1016
1018
  }
1017
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
1019
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Http {
1018
1020
  /** Deprecated, use `client.address` instead. */
1019
1021
  #deprecated "Replaced by client.address."
1020
1022
  const ClientIp: string = "http.client_ip";
@@ -1082,7 +1084,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
1082
1084
  #deprecated "Replaced by user_agent.original."
1083
1085
  const UserAgent: string = "http.user_agent";
1084
1086
  }
1085
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Hw {
1087
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Hw {
1086
1088
  /** Design capacity in Watts-hours or Ampere-hours */
1087
1089
  const BatteryCapacity: string = "hw.battery.capacity";
1088
1090
  /** Battery [chemistry](https://schemas.dmtf.org/wbem/cim-html/2.31.0/CIM_Battery.html), e.g. Lithium-Ion, Nickel-Cadmium, etc. */
@@ -1138,20 +1140,20 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Hw {
1138
1140
  /** Vendor name of the hardware component */
1139
1141
  const Vendor: string = "hw.vendor";
1140
1142
  }
1141
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Ios {
1143
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Ios {
1142
1144
  /** This attribute represents the state of the application. */
1143
1145
  const AppState: string = "ios.app.state";
1144
1146
  /** Deprecated. Use the `ios.app.state` attribute. */
1145
1147
  #deprecated "Replaced by ios.app.state."
1146
1148
  const State: string = "ios.state";
1147
1149
  }
1148
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jsonrpc {
1150
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Jsonrpc {
1149
1151
  /** Protocol version, as specified in the `jsonrpc` property of the request and its corresponding response. */
1150
1152
  const ProtocolVersion: string = "jsonrpc.protocol.version";
1151
1153
  /** A string representation of the `id` property of the request and its corresponding response. */
1152
1154
  const RequestId: string = "jsonrpc.request.id";
1153
1155
  }
1154
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jvm {
1156
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Jvm {
1155
1157
  /** Name of the buffer pool. */
1156
1158
  const BufferPoolName: string = "jvm.buffer.pool.name";
1157
1159
  /** Name of the garbage collector action. */
@@ -1169,7 +1171,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jvm {
1169
1171
  /** State of the thread. */
1170
1172
  const ThreadState: string = "jvm.thread.state";
1171
1173
  }
1172
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.K8s {
1174
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.K8s {
1173
1175
  /** The name of the cluster. */
1174
1176
  const ClusterName: string = "k8s.cluster.name";
1175
1177
  /** A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace. */
@@ -1352,12 +1354,12 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.K8s {
1352
1354
  /** The type of the K8s volume. */
1353
1355
  const VolumeType: string = "k8s.volume.type";
1354
1356
  }
1355
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Linux {
1357
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Linux {
1356
1358
  /** The Linux Slab memory state */
1357
1359
  #deprecated "Replaced by system.memory.linux.slab.state."
1358
1360
  const MemorySlabState: string = "linux.memory.slab.state";
1359
1361
  }
1360
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Log {
1362
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Log {
1361
1363
  /** The basename of the file. */
1362
1364
  const FileName: string = "log.file.name";
1363
1365
  /** The basename of the file, with symlinks resolved. */
@@ -1373,11 +1375,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Log {
1373
1375
  /** A unique identifier for the Log Record. */
1374
1376
  const RecordUid: string = "log.record.uid";
1375
1377
  }
1376
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mainframe {
1378
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Mainframe {
1377
1379
  /** Name of the logical partition that hosts a systems with a mainframe operating system. */
1378
1380
  const LparName: string = "mainframe.lpar.name";
1379
1381
  }
1380
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mcp {
1382
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Mcp {
1381
1383
  /** The name of the request or notification method. */
1382
1384
  const MethodName: string = "mcp.method.name";
1383
1385
  /** The [version](https://modelcontextprotocol.io/specification/versioning) of the Model Context Protocol used. */
@@ -1387,7 +1389,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mcp {
1387
1389
  /** Identifies [MCP session](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#session-management). */
1388
1390
  const SessionId: string = "mcp.session.id";
1389
1391
  }
1390
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Message {
1392
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Message {
1391
1393
  /** Deprecated, no replacement at this time. */
1392
1394
  #deprecated "Removed, no replacement."
1393
1395
  const CompressedSize: string = "message.compressed_size";
@@ -1401,7 +1403,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Message {
1401
1403
  #deprecated "Removed, no replacement."
1402
1404
  const UncompressedSize: string = "message.uncompressed_size";
1403
1405
  }
1404
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
1406
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Messaging {
1405
1407
  /** The number of messages sent, received, or processed in the scope of the batching operation. */
1406
1408
  const BatchMessageCount: string = "messaging.batch.message_count";
1407
1409
  /** A unique identifier for the client that consumes or produces a message. */
@@ -1504,7 +1506,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
1504
1506
  /** The messaging system as identified by the client instrumentation. */
1505
1507
  const System: string = "messaging.system";
1506
1508
  }
1507
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Net {
1509
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Net {
1508
1510
  /** Deprecated, use `network.local.address`. */
1509
1511
  #deprecated "Replaced by network.local.address."
1510
1512
  const HostIp: string = "net.host.ip";
@@ -1551,7 +1553,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Net {
1551
1553
  #deprecated "Replaced by network.transport."
1552
1554
  const Transport: string = "net.transport";
1553
1555
  }
1554
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
1556
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Network {
1555
1557
  /** The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network. */
1556
1558
  const CarrierIcc: string = "network.carrier.icc";
1557
1559
  /** The mobile carrier country code. */
@@ -1587,21 +1589,21 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
1587
1589
  /** [OSI network layer](https://wikipedia.org/wiki/Network_layer) or non-OSI equivalent. */
1588
1590
  const Type: string = "network.type";
1589
1591
  }
1590
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Nfs {
1592
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Nfs {
1591
1593
  /** NFSv4+ operation name. */
1592
1594
  const OperationName: string = "nfs.operation.name";
1593
1595
  /** Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable) */
1594
1596
  const ServerRepcacheStatus: string = "nfs.server.repcache.status";
1595
1597
  }
1596
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Nodejs {
1598
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Nodejs {
1597
1599
  /** The state of event loop time. */
1598
1600
  const EventloopState: string = "nodejs.eventloop.state";
1599
1601
  }
1600
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oci {
1602
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Oci {
1601
1603
  /** The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known. */
1602
1604
  const ManifestDigest: string = "oci.manifest.digest";
1603
1605
  }
1604
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.OncRpc {
1606
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.OncRpc {
1605
1607
  /** ONC/Sun RPC procedure name. */
1606
1608
  const ProcedureName: string = "onc_rpc.procedure.name";
1607
1609
  /** ONC/Sun RPC procedure number. */
@@ -1611,7 +1613,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.OncRpc {
1611
1613
  /** ONC/Sun RPC program version. */
1612
1614
  const Version: string = "onc_rpc.version";
1613
1615
  }
1614
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openai {
1616
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Openai {
1615
1617
  /** The type of OpenAI API being used. */
1616
1618
  const ApiType: string = "openai.api.type";
1617
1619
  /** The service tier requested. May be a specific tier, default, or auto. */
@@ -1621,17 +1623,17 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openai {
1621
1623
  /** A fingerprint to track any eventual change in the Generative AI environment. */
1622
1624
  const ResponseSystemFingerprint: string = "openai.response.system_fingerprint";
1623
1625
  }
1624
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openshift {
1626
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Openshift {
1625
1627
  /** The name of the cluster quota. */
1626
1628
  const ClusterquotaName: string = "openshift.clusterquota.name";
1627
1629
  /** The UID of the cluster quota. */
1628
1630
  const ClusterquotaUid: string = "openshift.clusterquota.uid";
1629
1631
  }
1630
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Opentracing {
1632
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Opentracing {
1631
1633
  /** Parent-child Reference type */
1632
1634
  const RefType: string = "opentracing.ref_type";
1633
1635
  }
1634
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oracle {
1636
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Oracle {
1635
1637
  /** The database domain associated with the connection. */
1636
1638
  const DbDomain: string = "oracle.db.domain";
1637
1639
  /** The instance name associated with the connection in an Oracle Real Application Clusters environment. */
@@ -1643,11 +1645,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oracle {
1643
1645
  /** The service name currently associated with the database connection. */
1644
1646
  const DbService: string = "oracle.db.service";
1645
1647
  }
1646
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.OracleCloud {
1648
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.OracleCloud {
1647
1649
  /** The OCI realm identifier that indicates the isolated partition in which the tenancy and its resources reside. */
1648
1650
  const Realm: string = "oracle_cloud.realm";
1649
1651
  }
1650
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Os {
1652
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Os {
1651
1653
  /** Unique identifier for a particular build or compilation of the operating system. */
1652
1654
  const BuildId: string = "os.build_id";
1653
1655
  /** Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands. */
@@ -1659,7 +1661,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Os {
1659
1661
  /** The version string of the operating system as defined in [Version Attributes](/docs/resource/README.md#version-attributes). */
1660
1662
  const Version: string = "os.version";
1661
1663
  }
1662
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Otel {
1664
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Otel {
1663
1665
  /** A name uniquely identifying the instance of the OpenTelemetry component within its containing SDK instance. */
1664
1666
  const ComponentName: string = "otel.component.name";
1665
1667
  /** A name identifying the type of the OpenTelemetry component. */
@@ -1687,17 +1689,17 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Otel {
1687
1689
  /** Description of the Status if it has a value, otherwise not set. */
1688
1690
  const StatusDescription: string = "otel.status_description";
1689
1691
  }
1690
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Peer {
1692
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Peer {
1691
1693
  /** 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
1694
  #deprecated "Replaced by service.peer.name."
1693
1695
  const Service: string = "peer.service";
1694
1696
  }
1695
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pool {
1697
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Pool {
1696
1698
  /** Deprecated, use `db.client.connection.pool.name` instead. */
1697
1699
  #deprecated "Replaced by db.client.connection.pool.name."
1698
1700
  const Name: string = "pool.name";
1699
1701
  }
1700
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pprof {
1702
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Pprof {
1701
1703
  /** 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. */
1702
1704
  const LocationIsFolded: string = "pprof.location.is_folded";
1703
1705
  /** Indicates that there are filenames related to this mapping. */
@@ -1721,7 +1723,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pprof {
1721
1723
  /** Records the indexes of the sample types in the original profile. */
1722
1724
  const ScopeSampleTypeOrder: string = "pprof.scope.sample_type_order";
1723
1725
  }
1724
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Process {
1726
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Process {
1725
1727
  /** Length of the process.command_args array */
1726
1728
  const ArgsCount: string = "process.args_count";
1727
1729
  /** The command used to launch the process (i.e. the command name). On Linux based systems, can be set to the zeroth string in `proc/[pid]/cmdline`. On Windows, can be set to the first parameter extracted from `GetCommandLineW`. */
@@ -1800,11 +1802,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Process {
1800
1802
  /** The working directory of the process. */
1801
1803
  const WorkingDirectory: string = "process.working_directory";
1802
1804
  }
1803
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Profile {
1805
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Profile {
1804
1806
  /** Describes the interpreter or compiler of a single frame. */
1805
1807
  const FrameType: string = "profile.frame.type";
1806
1808
  }
1807
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Rpc {
1809
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Rpc {
1808
1810
  /** Deprecated, use `rpc.response.status_code` attribute instead. */
1809
1811
  #deprecated "Replaced by rpc.response.status_code."
1810
1812
  const ConnectRpcErrorCode: string = "rpc.connect_rpc.error_code";
@@ -1866,7 +1868,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Rpc {
1866
1868
  /** The Remote Procedure Call (RPC) system. */
1867
1869
  const SystemName: string = "rpc.system.name";
1868
1870
  }
1869
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
1871
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
1870
1872
  /** A categorization value keyword used by the entity using the rule for detection of this event */
1871
1873
  const Category: string = "security_rule.category";
1872
1874
  /** The description of the rule generating the event. */
@@ -1884,13 +1886,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
1884
1886
  /** The version / revision of the rule being used for analysis. */
1885
1887
  const Version: string = "security_rule.version";
1886
1888
  }
1887
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Server {
1889
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Server {
1888
1890
  /** Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
1889
1891
  const Address: string = "server.address";
1890
1892
  /** Server port number. */
1891
1893
  const Port: string = "server.port";
1892
1894
  }
1893
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Service {
1895
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Service {
1894
1896
  /** The operational criticality of the service. */
1895
1897
  const Criticality: string = "service.criticality";
1896
1898
  /** The string ID of the service instance. */
@@ -1906,30 +1908,30 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Service {
1906
1908
  /** The version string of the service component. The format is not defined by these conventions. */
1907
1909
  const Version: string = "service.version";
1908
1910
  }
1909
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Session {
1911
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Session {
1910
1912
  /** A unique id to identify a session. */
1911
1913
  const Id: string = "session.id";
1912
1914
  /** The previous `session.id` for this user, when known. */
1913
1915
  const PreviousId: string = "session.previous_id";
1914
1916
  }
1915
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Signalr {
1917
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Signalr {
1916
1918
  /** SignalR HTTP connection closure status. */
1917
1919
  const ConnectionStatus: string = "signalr.connection.status";
1918
1920
  /** [SignalR transport type](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/docs/specs/TransportProtocols.md) */
1919
1921
  const Transport: string = "signalr.transport";
1920
1922
  }
1921
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Source {
1923
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Source {
1922
1924
  /** Source address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
1923
1925
  const Address: string = "source.address";
1924
1926
  /** Source port number */
1925
1927
  const Port: string = "source.port";
1926
1928
  }
1927
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.State {
1929
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.State {
1928
1930
  /** Deprecated, use `db.client.connection.state` instead. */
1929
1931
  #deprecated "Replaced by db.client.connection.state."
1930
1932
  const State: string = "state";
1931
1933
  }
1932
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.System {
1934
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.System {
1933
1935
  /** Deprecated, use `cpu.logical_number` instead. */
1934
1936
  #deprecated "Replaced by cpu.logical_number."
1935
1937
  const CpuLogicalNumber: string = "system.cpu.logical_number";
@@ -1971,7 +1973,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.System {
1971
1973
  #deprecated "Replaced by process.state."
1972
1974
  const ProcessesStatus: string = "system.processes.status";
1973
1975
  }
1974
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Telemetry {
1976
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Telemetry {
1975
1977
  /** The name of the auto instrumentation agent or distribution, if used. */
1976
1978
  const DistroName: string = "telemetry.distro.name";
1977
1979
  /** The version string of the auto instrumentation agent or distribution, if used. */
@@ -1983,7 +1985,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Telemetry {
1983
1985
  /** The version string of the telemetry SDK. */
1984
1986
  const SdkVersion: string = "telemetry.sdk.version";
1985
1987
  }
1986
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Test {
1988
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Test {
1987
1989
  /** The fully qualified human readable name of the [test case](https://wikipedia.org/wiki/Test_case). */
1988
1990
  const CaseName: string = "test.case.name";
1989
1991
  /** The status of the actual test case result from test execution. */
@@ -1993,13 +1995,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Test {
1993
1995
  /** The status of the test suite run. */
1994
1996
  const SuiteRunStatus: string = "test.suite.run.status";
1995
1997
  }
1996
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Thread {
1998
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Thread {
1997
1999
  /** Current "managed" thread ID (as opposed to OS thread ID). */
1998
2000
  const Id: string = "thread.id";
1999
2001
  /** Current thread name. */
2000
2002
  const Name: string = "thread.name";
2001
2003
  }
2002
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Tls {
2004
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Tls {
2003
2005
  /** String indicating the [cipher](https://datatracker.ietf.org/doc/html/rfc5246#appendix-A.5) used during the current connection. */
2004
2006
  const Cipher: string = "tls.cipher";
2005
2007
  /** PEM-encoded stand-alone certificate offered by the client. This is usually mutually-exclusive of `client.certificate_chain` since this value also exists in that list. */
@@ -2060,7 +2062,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Tls {
2060
2062
  /** Distinguished name of subject of the x.509 certificate presented by the server. */
2061
2063
  const ServerSubject: string = "tls.server.subject";
2062
2064
  }
2063
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Url {
2065
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Url {
2064
2066
  /** Domain extracted from the `url.full`, such as "opentelemetry.io". */
2065
2067
  const Domain: string = "url.domain";
2066
2068
  /** The file extension extracted from the `url.full`, excluding the leading dot. */
@@ -2088,7 +2090,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Url {
2088
2090
  /** The effective top level domain (eTLD), also known as the domain suffix, is the last part of the domain name. For example, the top level domain for example.com is `com`. */
2089
2091
  const TopLevelDomain: string = "url.top_level_domain";
2090
2092
  }
2091
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.User {
2093
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.User {
2092
2094
  /** User email address. */
2093
2095
  const Email: string = "user.email";
2094
2096
  /** User's full name */
@@ -2102,7 +2104,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.User {
2102
2104
  /** Array of user roles at the time of the event. */
2103
2105
  const Roles: string = "user.roles";
2104
2106
  }
2105
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.UserAgent {
2107
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.UserAgent {
2106
2108
  /** Name of the user-agent extracted from original. Usually refers to the browser's name. */
2107
2109
  const Name: string = "user_agent.name";
2108
2110
  /** Value of the [HTTP User-Agent](https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent) header sent by the client. */
@@ -2116,7 +2118,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.UserAgent {
2116
2118
  /** Version of the user-agent extracted from original. Usually refers to the browser's version */
2117
2119
  const Version: string = "user_agent.version";
2118
2120
  }
2119
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.V8js {
2121
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.V8js {
2120
2122
  /** The type of garbage collection. */
2121
2123
  const GcType: string = "v8js.gc.type";
2122
2124
  /** The name of the space type of heap memory. */
@@ -2124,7 +2126,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.V8js {
2124
2126
  /** The type of resource keeping the event loop active. */
2125
2127
  const ResourceType: string = "v8js.resource.type";
2126
2128
  }
2127
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Vcs {
2129
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Vcs {
2128
2130
  /** 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. */
2129
2131
  const ChangeId: string = "vcs.change.id";
2130
2132
  /** The state of the change (pull request/merge request/changelist). */
@@ -2173,7 +2175,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Vcs {
2173
2175
  /** The type of revision comparison. */
2174
2176
  const RevisionDeltaDirection: string = "vcs.revision_delta.direction";
2175
2177
  }
2176
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Webengine {
2178
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Webengine {
2177
2179
  /** Additional description of the web engine (e.g. detailed version and edition information). */
2178
2180
  const Description: string = "webengine.description";
2179
2181
  /** The name of the web engine. */
@@ -2181,7 +2183,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Webengine {
2181
2183
  /** The version of the web engine. */
2182
2184
  const Version: string = "webengine.version";
2183
2185
  }
2184
- namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Zos {
2186
+ namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Zos {
2185
2187
  /** 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
2188
  const SmfId: string = "zos.smf.id";
2187
2189
  /** The name of the SYSPLEX to which the z/OS system belongs too. */