@ancplua/qyl-api-schema 1.0.4 → 2.0.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.
- package/README.md +3 -0
- package/api/routes.tsp +19 -19
- package/api/runner.tsp +0 -751
- package/api/streaming.tsp +2 -2
- package/api/workbench.tsp +709 -0
- package/common/errors.tsp +2 -1
- package/common/pagination.tsp +8 -8
- package/generated/json-schema/qyl-api-schema.json +1417 -1553
- package/generated/openapi/qyl.openapi.json +1599 -2530
- package/generated/otel-keys.gen.tsp +90 -90
- package/generated/ts-runtime/api.d.ts +431 -442
- package/generated/ts-runtime/api.js +16 -18
- package/index.tsp +2 -1
- package/models/health.tsp +2 -0
- package/models/runner.tsp +4 -0
- package/models/session.tsp +9 -9
- package/models/workbench.tsp +1194 -0
- package/otel/resource.tsp +39 -39
- package/otel/span.tsp +6 -6
- package/package.json +10 -5
- package/models/runner-mcp.tsp +0 -1050
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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. */
|
|
@@ -940,7 +940,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.GenAi {
|
|
|
940
940
|
/** Human-readable name of the GenAI workflow provided by the application. */
|
|
941
941
|
const WorkflowName: string = "gen_ai.workflow.name";
|
|
942
942
|
}
|
|
943
|
-
namespace
|
|
943
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Geo {
|
|
944
944
|
/** Two-letter code representing continent’s name. */
|
|
945
945
|
const ContinentCode: string = "geo.continent.code";
|
|
946
946
|
/** Two-letter ISO Country Code ([ISO 3166-1 alpha2](https://wikipedia.org/wiki/ISO_3166-1#Codes)). */
|
|
@@ -956,7 +956,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Geo {
|
|
|
956
956
|
/** Region ISO code ([ISO 3166-2](https://wikipedia.org/wiki/ISO_3166-2)). */
|
|
957
957
|
const RegionIsoCode: string = "geo.region.iso_code";
|
|
958
958
|
}
|
|
959
|
-
namespace
|
|
959
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Go {
|
|
960
960
|
/** The detailed state of the CPU. */
|
|
961
961
|
const CpuDetailedState: string = "go.cpu.detailed_state";
|
|
962
962
|
/** The state of the CPU. */
|
|
@@ -966,7 +966,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Go {
|
|
|
966
966
|
/** The type of memory. */
|
|
967
967
|
const MemoryType: string = "go.memory.type";
|
|
968
968
|
}
|
|
969
|
-
namespace
|
|
969
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Graphql {
|
|
970
970
|
/** The GraphQL document being executed. */
|
|
971
971
|
const Document: string = "graphql.document";
|
|
972
972
|
/** The name of the operation being executed. */
|
|
@@ -974,7 +974,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Graphql {
|
|
|
974
974
|
/** The type of the operation being executed. */
|
|
975
975
|
const OperationType: string = "graphql.operation.type";
|
|
976
976
|
}
|
|
977
|
-
namespace
|
|
977
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Heroku {
|
|
978
978
|
/** Unique identifier for the application */
|
|
979
979
|
const AppId: string = "heroku.app.id";
|
|
980
980
|
/** Commit hash for the current release */
|
|
@@ -982,7 +982,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Heroku {
|
|
|
982
982
|
/** Time and date the release was created */
|
|
983
983
|
const ReleaseCreationTimestamp: string = "heroku.release.creation_timestamp";
|
|
984
984
|
}
|
|
985
|
-
namespace
|
|
985
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Host {
|
|
986
986
|
/** The CPU architecture the host system is running on. */
|
|
987
987
|
const Arch: string = "host.arch";
|
|
988
988
|
/** The amount of level 2 memory cache available to the processor (in Bytes). */
|
|
@@ -1014,7 +1014,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Host {
|
|
|
1014
1014
|
/** Type of host. For Cloud, this must be the machine type. */
|
|
1015
1015
|
const Type: string = "host.type";
|
|
1016
1016
|
}
|
|
1017
|
-
namespace
|
|
1017
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Http {
|
|
1018
1018
|
/** Deprecated, use `client.address` instead. */
|
|
1019
1019
|
#deprecated "Replaced by client.address."
|
|
1020
1020
|
const ClientIp: string = "http.client_ip";
|
|
@@ -1082,7 +1082,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Http {
|
|
|
1082
1082
|
#deprecated "Replaced by user_agent.original."
|
|
1083
1083
|
const UserAgent: string = "http.user_agent";
|
|
1084
1084
|
}
|
|
1085
|
-
namespace
|
|
1085
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Hw {
|
|
1086
1086
|
/** Design capacity in Watts-hours or Ampere-hours */
|
|
1087
1087
|
const BatteryCapacity: string = "hw.battery.capacity";
|
|
1088
1088
|
/** Battery [chemistry](https://schemas.dmtf.org/wbem/cim-html/2.31.0/CIM_Battery.html), e.g. Lithium-Ion, Nickel-Cadmium, etc. */
|
|
@@ -1138,20 +1138,20 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Hw {
|
|
|
1138
1138
|
/** Vendor name of the hardware component */
|
|
1139
1139
|
const Vendor: string = "hw.vendor";
|
|
1140
1140
|
}
|
|
1141
|
-
namespace
|
|
1141
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Ios {
|
|
1142
1142
|
/** This attribute represents the state of the application. */
|
|
1143
1143
|
const AppState: string = "ios.app.state";
|
|
1144
1144
|
/** Deprecated. Use the `ios.app.state` attribute. */
|
|
1145
1145
|
#deprecated "Replaced by ios.app.state."
|
|
1146
1146
|
const State: string = "ios.state";
|
|
1147
1147
|
}
|
|
1148
|
-
namespace
|
|
1148
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Jsonrpc {
|
|
1149
1149
|
/** Protocol version, as specified in the `jsonrpc` property of the request and its corresponding response. */
|
|
1150
1150
|
const ProtocolVersion: string = "jsonrpc.protocol.version";
|
|
1151
1151
|
/** A string representation of the `id` property of the request and its corresponding response. */
|
|
1152
1152
|
const RequestId: string = "jsonrpc.request.id";
|
|
1153
1153
|
}
|
|
1154
|
-
namespace
|
|
1154
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Jvm {
|
|
1155
1155
|
/** Name of the buffer pool. */
|
|
1156
1156
|
const BufferPoolName: string = "jvm.buffer.pool.name";
|
|
1157
1157
|
/** Name of the garbage collector action. */
|
|
@@ -1169,7 +1169,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Jvm {
|
|
|
1169
1169
|
/** State of the thread. */
|
|
1170
1170
|
const ThreadState: string = "jvm.thread.state";
|
|
1171
1171
|
}
|
|
1172
|
-
namespace
|
|
1172
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.K8s {
|
|
1173
1173
|
/** The name of the cluster. */
|
|
1174
1174
|
const ClusterName: string = "k8s.cluster.name";
|
|
1175
1175
|
/** A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace. */
|
|
@@ -1352,12 +1352,12 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.K8s {
|
|
|
1352
1352
|
/** The type of the K8s volume. */
|
|
1353
1353
|
const VolumeType: string = "k8s.volume.type";
|
|
1354
1354
|
}
|
|
1355
|
-
namespace
|
|
1355
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Linux {
|
|
1356
1356
|
/** The Linux Slab memory state */
|
|
1357
1357
|
#deprecated "Replaced by system.memory.linux.slab.state."
|
|
1358
1358
|
const MemorySlabState: string = "linux.memory.slab.state";
|
|
1359
1359
|
}
|
|
1360
|
-
namespace
|
|
1360
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Log {
|
|
1361
1361
|
/** The basename of the file. */
|
|
1362
1362
|
const FileName: string = "log.file.name";
|
|
1363
1363
|
/** The basename of the file, with symlinks resolved. */
|
|
@@ -1373,11 +1373,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Log {
|
|
|
1373
1373
|
/** A unique identifier for the Log Record. */
|
|
1374
1374
|
const RecordUid: string = "log.record.uid";
|
|
1375
1375
|
}
|
|
1376
|
-
namespace
|
|
1376
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Mainframe {
|
|
1377
1377
|
/** Name of the logical partition that hosts a systems with a mainframe operating system. */
|
|
1378
1378
|
const LparName: string = "mainframe.lpar.name";
|
|
1379
1379
|
}
|
|
1380
|
-
namespace
|
|
1380
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Mcp {
|
|
1381
1381
|
/** The name of the request or notification method. */
|
|
1382
1382
|
const MethodName: string = "mcp.method.name";
|
|
1383
1383
|
/** The [version](https://modelcontextprotocol.io/specification/versioning) of the Model Context Protocol used. */
|
|
@@ -1387,7 +1387,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Mcp {
|
|
|
1387
1387
|
/** Identifies [MCP session](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#session-management). */
|
|
1388
1388
|
const SessionId: string = "mcp.session.id";
|
|
1389
1389
|
}
|
|
1390
|
-
namespace
|
|
1390
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Message {
|
|
1391
1391
|
/** Deprecated, no replacement at this time. */
|
|
1392
1392
|
#deprecated "Removed, no replacement."
|
|
1393
1393
|
const CompressedSize: string = "message.compressed_size";
|
|
@@ -1401,7 +1401,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Message {
|
|
|
1401
1401
|
#deprecated "Removed, no replacement."
|
|
1402
1402
|
const UncompressedSize: string = "message.uncompressed_size";
|
|
1403
1403
|
}
|
|
1404
|
-
namespace
|
|
1404
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Messaging {
|
|
1405
1405
|
/** The number of messages sent, received, or processed in the scope of the batching operation. */
|
|
1406
1406
|
const BatchMessageCount: string = "messaging.batch.message_count";
|
|
1407
1407
|
/** A unique identifier for the client that consumes or produces a message. */
|
|
@@ -1504,7 +1504,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Messaging {
|
|
|
1504
1504
|
/** The messaging system as identified by the client instrumentation. */
|
|
1505
1505
|
const System: string = "messaging.system";
|
|
1506
1506
|
}
|
|
1507
|
-
namespace
|
|
1507
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Net {
|
|
1508
1508
|
/** Deprecated, use `network.local.address`. */
|
|
1509
1509
|
#deprecated "Replaced by network.local.address."
|
|
1510
1510
|
const HostIp: string = "net.host.ip";
|
|
@@ -1551,7 +1551,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Net {
|
|
|
1551
1551
|
#deprecated "Replaced by network.transport."
|
|
1552
1552
|
const Transport: string = "net.transport";
|
|
1553
1553
|
}
|
|
1554
|
-
namespace
|
|
1554
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Network {
|
|
1555
1555
|
/** The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network. */
|
|
1556
1556
|
const CarrierIcc: string = "network.carrier.icc";
|
|
1557
1557
|
/** The mobile carrier country code. */
|
|
@@ -1587,21 +1587,21 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Network {
|
|
|
1587
1587
|
/** [OSI network layer](https://wikipedia.org/wiki/Network_layer) or non-OSI equivalent. */
|
|
1588
1588
|
const Type: string = "network.type";
|
|
1589
1589
|
}
|
|
1590
|
-
namespace
|
|
1590
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Nfs {
|
|
1591
1591
|
/** NFSv4+ operation name. */
|
|
1592
1592
|
const OperationName: string = "nfs.operation.name";
|
|
1593
1593
|
/** Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable) */
|
|
1594
1594
|
const ServerRepcacheStatus: string = "nfs.server.repcache.status";
|
|
1595
1595
|
}
|
|
1596
|
-
namespace
|
|
1596
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Nodejs {
|
|
1597
1597
|
/** The state of event loop time. */
|
|
1598
1598
|
const EventloopState: string = "nodejs.eventloop.state";
|
|
1599
1599
|
}
|
|
1600
|
-
namespace
|
|
1600
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Oci {
|
|
1601
1601
|
/** The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known. */
|
|
1602
1602
|
const ManifestDigest: string = "oci.manifest.digest";
|
|
1603
1603
|
}
|
|
1604
|
-
namespace
|
|
1604
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.OncRpc {
|
|
1605
1605
|
/** ONC/Sun RPC procedure name. */
|
|
1606
1606
|
const ProcedureName: string = "onc_rpc.procedure.name";
|
|
1607
1607
|
/** ONC/Sun RPC procedure number. */
|
|
@@ -1611,7 +1611,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.OncRpc {
|
|
|
1611
1611
|
/** ONC/Sun RPC program version. */
|
|
1612
1612
|
const Version: string = "onc_rpc.version";
|
|
1613
1613
|
}
|
|
1614
|
-
namespace
|
|
1614
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Openai {
|
|
1615
1615
|
/** The type of OpenAI API being used. */
|
|
1616
1616
|
const ApiType: string = "openai.api.type";
|
|
1617
1617
|
/** The service tier requested. May be a specific tier, default, or auto. */
|
|
@@ -1621,17 +1621,17 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Openai {
|
|
|
1621
1621
|
/** A fingerprint to track any eventual change in the Generative AI environment. */
|
|
1622
1622
|
const ResponseSystemFingerprint: string = "openai.response.system_fingerprint";
|
|
1623
1623
|
}
|
|
1624
|
-
namespace
|
|
1624
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Openshift {
|
|
1625
1625
|
/** The name of the cluster quota. */
|
|
1626
1626
|
const ClusterquotaName: string = "openshift.clusterquota.name";
|
|
1627
1627
|
/** The UID of the cluster quota. */
|
|
1628
1628
|
const ClusterquotaUid: string = "openshift.clusterquota.uid";
|
|
1629
1629
|
}
|
|
1630
|
-
namespace
|
|
1630
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Opentracing {
|
|
1631
1631
|
/** Parent-child Reference type */
|
|
1632
1632
|
const RefType: string = "opentracing.ref_type";
|
|
1633
1633
|
}
|
|
1634
|
-
namespace
|
|
1634
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Oracle {
|
|
1635
1635
|
/** The database domain associated with the connection. */
|
|
1636
1636
|
const DbDomain: string = "oracle.db.domain";
|
|
1637
1637
|
/** The instance name associated with the connection in an Oracle Real Application Clusters environment. */
|
|
@@ -1643,11 +1643,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Oracle {
|
|
|
1643
1643
|
/** The service name currently associated with the database connection. */
|
|
1644
1644
|
const DbService: string = "oracle.db.service";
|
|
1645
1645
|
}
|
|
1646
|
-
namespace
|
|
1646
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.OracleCloud {
|
|
1647
1647
|
/** The OCI realm identifier that indicates the isolated partition in which the tenancy and its resources reside. */
|
|
1648
1648
|
const Realm: string = "oracle_cloud.realm";
|
|
1649
1649
|
}
|
|
1650
|
-
namespace
|
|
1650
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Os {
|
|
1651
1651
|
/** Unique identifier for a particular build or compilation of the operating system. */
|
|
1652
1652
|
const BuildId: string = "os.build_id";
|
|
1653
1653
|
/** Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands. */
|
|
@@ -1659,7 +1659,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Os {
|
|
|
1659
1659
|
/** The version string of the operating system as defined in [Version Attributes](/docs/resource/README.md#version-attributes). */
|
|
1660
1660
|
const Version: string = "os.version";
|
|
1661
1661
|
}
|
|
1662
|
-
namespace
|
|
1662
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Otel {
|
|
1663
1663
|
/** A name uniquely identifying the instance of the OpenTelemetry component within its containing SDK instance. */
|
|
1664
1664
|
const ComponentName: string = "otel.component.name";
|
|
1665
1665
|
/** A name identifying the type of the OpenTelemetry component. */
|
|
@@ -1687,17 +1687,17 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Otel {
|
|
|
1687
1687
|
/** Description of the Status if it has a value, otherwise not set. */
|
|
1688
1688
|
const StatusDescription: string = "otel.status_description";
|
|
1689
1689
|
}
|
|
1690
|
-
namespace
|
|
1690
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Peer {
|
|
1691
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
1692
|
#deprecated "Replaced by service.peer.name."
|
|
1693
1693
|
const Service: string = "peer.service";
|
|
1694
1694
|
}
|
|
1695
|
-
namespace
|
|
1695
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Pool {
|
|
1696
1696
|
/** Deprecated, use `db.client.connection.pool.name` instead. */
|
|
1697
1697
|
#deprecated "Replaced by db.client.connection.pool.name."
|
|
1698
1698
|
const Name: string = "pool.name";
|
|
1699
1699
|
}
|
|
1700
|
-
namespace
|
|
1700
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Pprof {
|
|
1701
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. */
|
|
1702
1702
|
const LocationIsFolded: string = "pprof.location.is_folded";
|
|
1703
1703
|
/** Indicates that there are filenames related to this mapping. */
|
|
@@ -1721,7 +1721,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Pprof {
|
|
|
1721
1721
|
/** Records the indexes of the sample types in the original profile. */
|
|
1722
1722
|
const ScopeSampleTypeOrder: string = "pprof.scope.sample_type_order";
|
|
1723
1723
|
}
|
|
1724
|
-
namespace
|
|
1724
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Process {
|
|
1725
1725
|
/** Length of the process.command_args array */
|
|
1726
1726
|
const ArgsCount: string = "process.args_count";
|
|
1727
1727
|
/** 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 +1800,11 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Process {
|
|
|
1800
1800
|
/** The working directory of the process. */
|
|
1801
1801
|
const WorkingDirectory: string = "process.working_directory";
|
|
1802
1802
|
}
|
|
1803
|
-
namespace
|
|
1803
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Profile {
|
|
1804
1804
|
/** Describes the interpreter or compiler of a single frame. */
|
|
1805
1805
|
const FrameType: string = "profile.frame.type";
|
|
1806
1806
|
}
|
|
1807
|
-
namespace
|
|
1807
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Rpc {
|
|
1808
1808
|
/** Deprecated, use `rpc.response.status_code` attribute instead. */
|
|
1809
1809
|
#deprecated "Replaced by rpc.response.status_code."
|
|
1810
1810
|
const ConnectRpcErrorCode: string = "rpc.connect_rpc.error_code";
|
|
@@ -1866,7 +1866,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Rpc {
|
|
|
1866
1866
|
/** The Remote Procedure Call (RPC) system. */
|
|
1867
1867
|
const SystemName: string = "rpc.system.name";
|
|
1868
1868
|
}
|
|
1869
|
-
namespace
|
|
1869
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
|
|
1870
1870
|
/** A categorization value keyword used by the entity using the rule for detection of this event */
|
|
1871
1871
|
const Category: string = "security_rule.category";
|
|
1872
1872
|
/** The description of the rule generating the event. */
|
|
@@ -1884,13 +1884,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.SecurityRule {
|
|
|
1884
1884
|
/** The version / revision of the rule being used for analysis. */
|
|
1885
1885
|
const Version: string = "security_rule.version";
|
|
1886
1886
|
}
|
|
1887
|
-
namespace
|
|
1887
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Server {
|
|
1888
1888
|
/** Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
|
|
1889
1889
|
const Address: string = "server.address";
|
|
1890
1890
|
/** Server port number. */
|
|
1891
1891
|
const Port: string = "server.port";
|
|
1892
1892
|
}
|
|
1893
|
-
namespace
|
|
1893
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Service {
|
|
1894
1894
|
/** The operational criticality of the service. */
|
|
1895
1895
|
const Criticality: string = "service.criticality";
|
|
1896
1896
|
/** The string ID of the service instance. */
|
|
@@ -1906,30 +1906,30 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Service {
|
|
|
1906
1906
|
/** The version string of the service component. The format is not defined by these conventions. */
|
|
1907
1907
|
const Version: string = "service.version";
|
|
1908
1908
|
}
|
|
1909
|
-
namespace
|
|
1909
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Session {
|
|
1910
1910
|
/** A unique id to identify a session. */
|
|
1911
1911
|
const Id: string = "session.id";
|
|
1912
1912
|
/** The previous `session.id` for this user, when known. */
|
|
1913
1913
|
const PreviousId: string = "session.previous_id";
|
|
1914
1914
|
}
|
|
1915
|
-
namespace
|
|
1915
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Signalr {
|
|
1916
1916
|
/** SignalR HTTP connection closure status. */
|
|
1917
1917
|
const ConnectionStatus: string = "signalr.connection.status";
|
|
1918
1918
|
/** [SignalR transport type](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/docs/specs/TransportProtocols.md) */
|
|
1919
1919
|
const Transport: string = "signalr.transport";
|
|
1920
1920
|
}
|
|
1921
|
-
namespace
|
|
1921
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Source {
|
|
1922
1922
|
/** Source address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. */
|
|
1923
1923
|
const Address: string = "source.address";
|
|
1924
1924
|
/** Source port number */
|
|
1925
1925
|
const Port: string = "source.port";
|
|
1926
1926
|
}
|
|
1927
|
-
namespace
|
|
1927
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.State {
|
|
1928
1928
|
/** Deprecated, use `db.client.connection.state` instead. */
|
|
1929
1929
|
#deprecated "Replaced by db.client.connection.state."
|
|
1930
1930
|
const State: string = "state";
|
|
1931
1931
|
}
|
|
1932
|
-
namespace
|
|
1932
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.System {
|
|
1933
1933
|
/** Deprecated, use `cpu.logical_number` instead. */
|
|
1934
1934
|
#deprecated "Replaced by cpu.logical_number."
|
|
1935
1935
|
const CpuLogicalNumber: string = "system.cpu.logical_number";
|
|
@@ -1971,7 +1971,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.System {
|
|
|
1971
1971
|
#deprecated "Replaced by process.state."
|
|
1972
1972
|
const ProcessesStatus: string = "system.processes.status";
|
|
1973
1973
|
}
|
|
1974
|
-
namespace
|
|
1974
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Telemetry {
|
|
1975
1975
|
/** The name of the auto instrumentation agent or distribution, if used. */
|
|
1976
1976
|
const DistroName: string = "telemetry.distro.name";
|
|
1977
1977
|
/** The version string of the auto instrumentation agent or distribution, if used. */
|
|
@@ -1983,7 +1983,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Telemetry {
|
|
|
1983
1983
|
/** The version string of the telemetry SDK. */
|
|
1984
1984
|
const SdkVersion: string = "telemetry.sdk.version";
|
|
1985
1985
|
}
|
|
1986
|
-
namespace
|
|
1986
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Test {
|
|
1987
1987
|
/** The fully qualified human readable name of the [test case](https://wikipedia.org/wiki/Test_case). */
|
|
1988
1988
|
const CaseName: string = "test.case.name";
|
|
1989
1989
|
/** The status of the actual test case result from test execution. */
|
|
@@ -1993,13 +1993,13 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Test {
|
|
|
1993
1993
|
/** The status of the test suite run. */
|
|
1994
1994
|
const SuiteRunStatus: string = "test.suite.run.status";
|
|
1995
1995
|
}
|
|
1996
|
-
namespace
|
|
1996
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Thread {
|
|
1997
1997
|
/** Current "managed" thread ID (as opposed to OS thread ID). */
|
|
1998
1998
|
const Id: string = "thread.id";
|
|
1999
1999
|
/** Current thread name. */
|
|
2000
2000
|
const Name: string = "thread.name";
|
|
2001
2001
|
}
|
|
2002
|
-
namespace
|
|
2002
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Tls {
|
|
2003
2003
|
/** String indicating the [cipher](https://datatracker.ietf.org/doc/html/rfc5246#appendix-A.5) used during the current connection. */
|
|
2004
2004
|
const Cipher: string = "tls.cipher";
|
|
2005
2005
|
/** 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 +2060,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Tls {
|
|
|
2060
2060
|
/** Distinguished name of subject of the x.509 certificate presented by the server. */
|
|
2061
2061
|
const ServerSubject: string = "tls.server.subject";
|
|
2062
2062
|
}
|
|
2063
|
-
namespace
|
|
2063
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Url {
|
|
2064
2064
|
/** Domain extracted from the `url.full`, such as "opentelemetry.io". */
|
|
2065
2065
|
const Domain: string = "url.domain";
|
|
2066
2066
|
/** The file extension extracted from the `url.full`, excluding the leading dot. */
|
|
@@ -2088,7 +2088,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Url {
|
|
|
2088
2088
|
/** 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
2089
|
const TopLevelDomain: string = "url.top_level_domain";
|
|
2090
2090
|
}
|
|
2091
|
-
namespace
|
|
2091
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.User {
|
|
2092
2092
|
/** User email address. */
|
|
2093
2093
|
const Email: string = "user.email";
|
|
2094
2094
|
/** User's full name */
|
|
@@ -2102,7 +2102,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.User {
|
|
|
2102
2102
|
/** Array of user roles at the time of the event. */
|
|
2103
2103
|
const Roles: string = "user.roles";
|
|
2104
2104
|
}
|
|
2105
|
-
namespace
|
|
2105
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.UserAgent {
|
|
2106
2106
|
/** Name of the user-agent extracted from original. Usually refers to the browser's name. */
|
|
2107
2107
|
const Name: string = "user_agent.name";
|
|
2108
2108
|
/** Value of the [HTTP User-Agent](https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent) header sent by the client. */
|
|
@@ -2116,7 +2116,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.UserAgent {
|
|
|
2116
2116
|
/** Version of the user-agent extracted from original. Usually refers to the browser's version */
|
|
2117
2117
|
const Version: string = "user_agent.version";
|
|
2118
2118
|
}
|
|
2119
|
-
namespace
|
|
2119
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.V8js {
|
|
2120
2120
|
/** The type of garbage collection. */
|
|
2121
2121
|
const GcType: string = "v8js.gc.type";
|
|
2122
2122
|
/** The name of the space type of heap memory. */
|
|
@@ -2124,7 +2124,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.V8js {
|
|
|
2124
2124
|
/** The type of resource keeping the event loop active. */
|
|
2125
2125
|
const ResourceType: string = "v8js.resource.type";
|
|
2126
2126
|
}
|
|
2127
|
-
namespace
|
|
2127
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Vcs {
|
|
2128
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. */
|
|
2129
2129
|
const ChangeId: string = "vcs.change.id";
|
|
2130
2130
|
/** The state of the change (pull request/merge request/changelist). */
|
|
@@ -2173,7 +2173,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Vcs {
|
|
|
2173
2173
|
/** The type of revision comparison. */
|
|
2174
2174
|
const RevisionDeltaDirection: string = "vcs.revision_delta.direction";
|
|
2175
2175
|
}
|
|
2176
|
-
namespace
|
|
2176
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Webengine {
|
|
2177
2177
|
/** Additional description of the web engine (e.g. detailed version and edition information). */
|
|
2178
2178
|
const Description: string = "webengine.description";
|
|
2179
2179
|
/** The name of the web engine. */
|
|
@@ -2181,7 +2181,7 @@ namespace ANcpLua.OpenTelemetry.SemanticConventions.Keys.Webengine {
|
|
|
2181
2181
|
/** The version of the web engine. */
|
|
2182
2182
|
const Version: string = "webengine.version";
|
|
2183
2183
|
}
|
|
2184
|
-
namespace
|
|
2184
|
+
namespace Qyl.OpenTelemetry.SemanticConventions.Keys.Zos {
|
|
2185
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
2186
|
const SmfId: string = "zos.smf.id";
|
|
2187
2187
|
/** The name of the SYSPLEX to which the z/OS system belongs too. */
|