type go.opentelemetry.io/otel/attribute.Key
741 uses
go.opentelemetry.io/otel/attribute (current package)
filter.go#L17: func NewAllowKeysFilter(keys ...Key) Filter {
filter.go#L22: allowed := make(map[Key]struct{}, len(keys))
filter.go#L36: func NewDenyKeysFilter(keys ...Key) Filter {
filter.go#L41: forbid := make(map[Key]struct{}, len(keys))
key.go#L8: type Key string
key.go#L14: func (k Key) Bool(v bool) KeyValue {
key.go#L25: func (k Key) BoolSlice(v []bool) KeyValue {
key.go#L36: func (k Key) Int(v int) KeyValue {
key.go#L47: func (k Key) IntSlice(v []int) KeyValue {
key.go#L58: func (k Key) Int64(v int64) KeyValue {
key.go#L69: func (k Key) Int64Slice(v []int64) KeyValue {
key.go#L80: func (k Key) Float64(v float64) KeyValue {
key.go#L91: func (k Key) Float64Slice(v []float64) KeyValue {
key.go#L102: func (k Key) String(v string) KeyValue {
key.go#L113: func (k Key) StringSlice(v []string) KeyValue {
key.go#L124: func (k Key) ByteSlice(v []byte) KeyValue {
key.go#L135: func (k Key) Slice(v ...Value) KeyValue {
key.go#L143: func (k Key) Defined() bool {
kv.go#L12: Key Key
kv.go#L23: return Key(k).Bool(v)
kv.go#L28: return Key(k).BoolSlice(v)
kv.go#L33: return Key(k).Int(v)
kv.go#L38: return Key(k).IntSlice(v)
kv.go#L43: return Key(k).Int64(v)
kv.go#L48: return Key(k).Int64Slice(v)
kv.go#L53: return Key(k).Float64(v)
kv.go#L58: return Key(k).Float64Slice(v)
kv.go#L63: return Key(k).String(v)
kv.go#L68: return Key(k).StringSlice(v)
kv.go#L73: return Key(k).ByteSlice(v)
kv.go#L78: return Key(k).Slice(v...)
kv.go#L84: return Key(k).String(v.String())
set.go#L126: func (l *Set) Value(k Key) (Value, bool) {
set.go#L147: func (l *Set) HasValue(k Key) bool {
go.opentelemetry.io/otel/semconv/v1.41.0
attribute_group.go#L26: AndroidAppStateKey = attribute.Key("android.app.state")
attribute_group.go#L41: AndroidOSAPILevelKey = attribute.Key("android.os.api_level")
attribute_group.go#L88: AppBuildIDKey = attribute.Key("app.build_id")
attribute_group.go#L131: AppInstallationIDKey = attribute.Key("app.installation.id")
attribute_group.go#L144: AppJankFrameCountKey = attribute.Key("app.jank.frame_count")
attribute_group.go#L155: AppJankPeriodKey = attribute.Key("app.jank.period")
attribute_group.go#L166: AppJankThresholdKey = attribute.Key("app.jank.threshold")
attribute_group.go#L177: AppScreenCoordinateXKey = attribute.Key("app.screen.coordinate.x")
attribute_group.go#L188: AppScreenCoordinateYKey = attribute.Key("app.screen.coordinate.y")
attribute_group.go#L205: AppScreenIDKey = attribute.Key("app.screen.id")
attribute_group.go#L220: AppScreenNameKey = attribute.Key("app.screen.name")
attribute_group.go#L233: AppWidgetIDKey = attribute.Key("app.widget.id")
attribute_group.go#L245: AppWidgetNameKey = attribute.Key("app.widget.name")
attribute_group.go#L342: ArtifactAttestationFilenameKey = attribute.Key("artifact.attestation.filename")
attribute_group.go#L357: ArtifactAttestationHashKey = attribute.Key("artifact.attestation.hash")
attribute_group.go#L370: ArtifactAttestationIDKey = attribute.Key("artifact.attestation.id")
attribute_group.go#L390: ArtifactFilenameKey = attribute.Key("artifact.filename")
attribute_group.go#L412: ArtifactHashKey = attribute.Key("artifact.hash")
attribute_group.go#L428: ArtifactPurlKey = attribute.Key("artifact.purl")
attribute_group.go#L438: ArtifactVersionKey = attribute.Key("artifact.version")
attribute_group.go#L522: AWSBedrockGuardrailIDKey = attribute.Key("aws.bedrock.guardrail.id")
attribute_group.go#L537: AWSBedrockKnowledgeBaseIDKey = attribute.Key("aws.bedrock.knowledge_base.id")
attribute_group.go#L549: AWSDynamoDBAttributeDefinitionsKey = attribute.Key("aws.dynamodb.attribute_definitions")
attribute_group.go#L560: AWSDynamoDBAttributesToGetKey = attribute.Key("aws.dynamodb.attributes_to_get")
attribute_group.go#L571: AWSDynamoDBConsistentReadKey = attribute.Key("aws.dynamodb.consistent_read")
attribute_group.go#L588: AWSDynamoDBConsumedCapacityKey = attribute.Key("aws.dynamodb.consumed_capacity")
attribute_group.go#L599: AWSDynamoDBCountKey = attribute.Key("aws.dynamodb.count")
attribute_group.go#L610: AWSDynamoDBExclusiveStartTableKey = attribute.Key("aws.dynamodb.exclusive_start_table")
attribute_group.go#L626: AWSDynamoDBGlobalSecondaryIndexUpdatesKey = attribute.Key("aws.dynamodb.global_secondary_index_updates")
attribute_group.go#L641: AWSDynamoDBGlobalSecondaryIndexesKey = attribute.Key("aws.dynamodb.global_secondary_indexes")
attribute_group.go#L652: AWSDynamoDBIndexNameKey = attribute.Key("aws.dynamodb.index_name")
attribute_group.go#L666: AWSDynamoDBItemCollectionMetricsKey = attribute.Key("aws.dynamodb.item_collection_metrics")
attribute_group.go#L677: AWSDynamoDBLimitKey = attribute.Key("aws.dynamodb.limit")
attribute_group.go#L692: AWSDynamoDBLocalSecondaryIndexesKey = attribute.Key("aws.dynamodb.local_secondary_indexes")
attribute_group.go#L704: AWSDynamoDBProjectionKey = attribute.Key("aws.dynamodb.projection")
attribute_group.go#L715: AWSDynamoDBProvisionedReadCapacityKey = attribute.Key("aws.dynamodb.provisioned_read_capacity")
attribute_group.go#L727: AWSDynamoDBProvisionedWriteCapacityKey = attribute.Key("aws.dynamodb.provisioned_write_capacity")
attribute_group.go#L738: AWSDynamoDBScanForwardKey = attribute.Key("aws.dynamodb.scan_forward")
attribute_group.go#L749: AWSDynamoDBScannedCountKey = attribute.Key("aws.dynamodb.scanned_count")
attribute_group.go#L760: AWSDynamoDBSegmentKey = attribute.Key("aws.dynamodb.segment")
attribute_group.go#L771: AWSDynamoDBSelectKey = attribute.Key("aws.dynamodb.select")
attribute_group.go#L782: AWSDynamoDBTableCountKey = attribute.Key("aws.dynamodb.table_count")
attribute_group.go#L793: AWSDynamoDBTableNamesKey = attribute.Key("aws.dynamodb.table_names")
attribute_group.go#L804: AWSDynamoDBTotalSegmentsKey = attribute.Key("aws.dynamodb.total_segments")
attribute_group.go#L817: AWSECSClusterARNKey = attribute.Key("aws.ecs.cluster.arn")
attribute_group.go#L831: AWSECSContainerARNKey = attribute.Key("aws.ecs.container.arn")
attribute_group.go#L844: AWSECSLaunchtypeKey = attribute.Key("aws.ecs.launchtype")
attribute_group.go#L858: AWSECSTaskARNKey = attribute.Key("aws.ecs.task.arn")
attribute_group.go#L871: AWSECSTaskFamilyKey = attribute.Key("aws.ecs.task.family")
attribute_group.go#L883: AWSECSTaskIDKey = attribute.Key("aws.ecs.task.id")
attribute_group.go#L894: AWSECSTaskRevisionKey = attribute.Key("aws.ecs.task.revision")
attribute_group.go#L905: AWSEKSClusterARNKey = attribute.Key("aws.eks.cluster.arn")
attribute_group.go#L917: AWSExtendedRequestIDKey = attribute.Key("aws.extended_request_id")
attribute_group.go#L932: AWSKinesisStreamNameKey = attribute.Key("aws.kinesis.stream_name")
attribute_group.go#L946: AWSLambdaInvokedARNKey = attribute.Key("aws.lambda.invoked_arn")
attribute_group.go#L964: AWSLambdaResourceMappingIDKey = attribute.Key("aws.lambda.resource_mapping.id")
attribute_group.go#L978: AWSLogGroupARNsKey = attribute.Key("aws.log.group.arns")
attribute_group.go#L992: AWSLogGroupNamesKey = attribute.Key("aws.log.group.names")
attribute_group.go#L1009: AWSLogStreamARNsKey = attribute.Key("aws.log.stream.arns")
attribute_group.go#L1020: AWSLogStreamNamesKey = attribute.Key("aws.log.stream.names")
attribute_group.go#L1032: AWSRequestIDKey = attribute.Key("aws.request_id")
attribute_group.go#L1049: AWSS3BucketKey = attribute.Key("aws.s3.bucket")
attribute_group.go#L1072: AWSS3CopySourceKey = attribute.Key("aws.s3.copy_source")
attribute_group.go#L1091: AWSS3DeleteKey = attribute.Key("aws.s3.delete")
attribute_group.go#L1135: AWSS3KeyKey = attribute.Key("aws.s3.key")
attribute_group.go#L1156: AWSS3PartNumberKey = attribute.Key("aws.s3.part_number")
attribute_group.go#L1185: AWSS3UploadIDKey = attribute.Key("aws.s3.upload_id")
attribute_group.go#L1197: AWSSecretsmanagerSecretARNKey = attribute.Key("aws.secretsmanager.secret.arn")
attribute_group.go#L1210: AWSSNSTopicARNKey = attribute.Key("aws.sns.topic.arn")
attribute_group.go#L1222: AWSSQSQueueURLKey = attribute.Key("aws.sqs.queue.url")
attribute_group.go#L1233: AWSStepFunctionsActivityARNKey = attribute.Key("aws.step_functions.activity.arn")
attribute_group.go#L1245: AWSStepFunctionsStateMachineARNKey = attribute.Key("aws.step_functions.state_machine.arn")
attribute_group.go#L1670: AzureClientIDKey = attribute.Key("azure.client.id")
attribute_group.go#L1681: AzureCosmosDBConnectionModeKey = attribute.Key("azure.cosmosdb.connection.mode")
attribute_group.go#L1695: AzureCosmosDBConsistencyLevelKey = attribute.Key("azure.cosmosdb.consistency.level")
attribute_group.go#L1712: AzureCosmosDBOperationContactedRegionsKey = attribute.Key("azure.cosmosdb.operation.contacted_regions")
attribute_group.go#L1723: AzureCosmosDBOperationRequestChargeKey = attribute.Key("azure.cosmosdb.operation.request_charge")
attribute_group.go#L1734: AzureCosmosDBRequestBodySizeKey = attribute.Key("azure.cosmosdb.request.body.size")
attribute_group.go#L1745: AzureCosmosDBResponseSubStatusCodeKey = attribute.Key("azure.cosmosdb.response.sub_status_code")
attribute_group.go#L1758: AzureResourceProviderNamespaceKey = attribute.Key("azure.resource_provider.namespace")
attribute_group.go#L1770: AzureServiceRequestIDKey = attribute.Key("azure.service.request.id")
attribute_group.go#L1872: BrowserBrandsKey = attribute.Key("browser.brands")
attribute_group.go#L1885: BrowserLanguageKey = attribute.Key("browser.language")
attribute_group.go#L1901: BrowserMobileKey = attribute.Key("browser.mobile")
attribute_group.go#L1926: BrowserPlatformKey = attribute.Key("browser.platform")
attribute_group.go#L1970: CassandraConsistencyLevelKey = attribute.Key("cassandra.consistency.level")
attribute_group.go#L1981: CassandraCoordinatorDCKey = attribute.Key("cassandra.coordinator.dc")
attribute_group.go#L1992: CassandraCoordinatorIDKey = attribute.Key("cassandra.coordinator.id")
attribute_group.go#L2003: CassandraPageSizeKey = attribute.Key("cassandra.page.size")
attribute_group.go#L2014: CassandraQueryIdempotentKey = attribute.Key("cassandra.query.idempotent")
attribute_group.go#L2026: CassandraSpeculativeExecutionCountKey = attribute.Key("cassandra.speculative_execution.count")
attribute_group.go#L2113: CICDPipelineActionNameKey = attribute.Key("cicd.pipeline.action.name")
attribute_group.go#L2125: CICDPipelineNameKey = attribute.Key("cicd.pipeline.name")
attribute_group.go#L2136: CICDPipelineResultKey = attribute.Key("cicd.pipeline.result")
attribute_group.go#L2147: CICDPipelineRunIDKey = attribute.Key("cicd.pipeline.run.id")
attribute_group.go#L2158: CICDPipelineRunStateKey = attribute.Key("cicd.pipeline.run.state")
attribute_group.go#L2173: CICDPipelineRunURLFullKey = attribute.Key("cicd.pipeline.run.url.full")
attribute_group.go#L2188: CICDPipelineTaskNameKey = attribute.Key("cicd.pipeline.task.name")
attribute_group.go#L2204: CICDPipelineTaskRunIDKey = attribute.Key("cicd.pipeline.task.run.id")
attribute_group.go#L2215: CICDPipelineTaskRunResultKey = attribute.Key("cicd.pipeline.task.run.result")
attribute_group.go#L2230: CICDPipelineTaskRunURLFullKey = attribute.Key("cicd.pipeline.task.run.url.full")
attribute_group.go#L2241: CICDPipelineTaskTypeKey = attribute.Key("cicd.pipeline.task.type")
attribute_group.go#L2252: CICDSystemComponentKey = attribute.Key("cicd.system.component")
attribute_group.go#L2263: CICDWorkerIDKey = attribute.Key("cicd.worker.id")
attribute_group.go#L2274: CICDWorkerNameKey = attribute.Key("cicd.worker.name")
attribute_group.go#L2284: CICDWorkerStateKey = attribute.Key("cicd.worker.state")
attribute_group.go#L2298: CICDWorkerURLFullKey = attribute.Key("cicd.worker.url.full")
attribute_group.go#L2507: ClientAddressKey = attribute.Key("client.address")
attribute_group.go#L2520: ClientPortKey = attribute.Key("client.port")
attribute_group.go#L2548: CloudAccountIDKey = attribute.Key("cloud.account.id")
attribute_group.go#L2563: CloudAvailabilityZoneKey = attribute.Key("cloud.availability_zone")
attribute_group.go#L2575: CloudPlatformKey = attribute.Key("cloud.platform")
attribute_group.go#L2585: CloudProviderKey = attribute.Key("cloud.provider")
attribute_group.go#L2608: CloudRegionKey = attribute.Key("cloud.region")
attribute_group.go#L2656: CloudResourceIDKey = attribute.Key("cloud.resource_id")
attribute_group.go#L2854: CloudEventsEventIDKey = attribute.Key("cloudevents.event_id")
attribute_group.go#L2868: CloudEventsEventSourceKey = attribute.Key("cloudevents.event_source")
attribute_group.go#L2881: CloudEventsEventSpecVersionKey = attribute.Key("cloudevents.event_spec_version")
attribute_group.go#L2894: CloudEventsEventSubjectKey = attribute.Key("cloudevents.event_subject")
attribute_group.go#L2908: CloudEventsEventTypeKey = attribute.Key("cloudevents.event_type")
attribute_group.go#L2971: CloudFoundryAppIDKey = attribute.Key("cloudfoundry.app.id")
attribute_group.go#L2992: CloudFoundryAppInstanceIDKey = attribute.Key("cloudfoundry.app.instance.id")
attribute_group.go#L3006: CloudFoundryAppNameKey = attribute.Key("cloudfoundry.app.name")
attribute_group.go#L3020: CloudFoundryOrgIDKey = attribute.Key("cloudfoundry.org.id")
attribute_group.go#L3034: CloudFoundryOrgNameKey = attribute.Key("cloudfoundry.org.name")
attribute_group.go#L3049: CloudFoundryProcessIDKey = attribute.Key("cloudfoundry.process.id")
attribute_group.go#L3063: CloudFoundryProcessTypeKey = attribute.Key("cloudfoundry.process.type")
attribute_group.go#L3077: CloudFoundrySpaceIDKey = attribute.Key("cloudfoundry.space.id")
attribute_group.go#L3091: CloudFoundrySpaceNameKey = attribute.Key("cloudfoundry.space.name")
attribute_group.go#L3114: CloudFoundrySystemIDKey = attribute.Key("cloudfoundry.system.id")
attribute_group.go#L3136: CloudFoundrySystemInstanceIDKey = attribute.Key("cloudfoundry.system.instance.id")
attribute_group.go#L3228: CodeColumnNumberKey = attribute.Key("code.column.number")
attribute_group.go#L3242: CodeFilePathKey = attribute.Key("code.file.path")
attribute_group.go#L3277: CodeFunctionNameKey = attribute.Key("code.function.name")
attribute_group.go#L3289: CodeLineNumberKey = attribute.Key("code.line.number")
attribute_group.go#L3307: CodeStacktraceKey = attribute.Key("code.stacktrace")
attribute_group.go#L3377: ContainerCommandKey = attribute.Key("container.command")
attribute_group.go#L3389: ContainerCommandArgsKey = attribute.Key("container.command_args")
attribute_group.go#L3400: ContainerCommandLineKey = attribute.Key("container.command_line")
attribute_group.go#L3415: ContainerCSIPluginNameKey = attribute.Key("container.csi.plugin.name")
attribute_group.go#L3431: ContainerCSIVolumeIDKey = attribute.Key("container.csi.volume.id")
attribute_group.go#L3444: ContainerIDKey = attribute.Key("container.id")
attribute_group.go#L3467: ContainerImageIDKey = attribute.Key("container.image.id")
attribute_group.go#L3478: ContainerImageNameKey = attribute.Key("container.image.name")
attribute_group.go#L3495: ContainerImageRepoDigestsKey = attribute.Key("container.image.repo_digests")
attribute_group.go#L3510: ContainerImageTagsKey = attribute.Key("container.image.tags")
attribute_group.go#L3521: ContainerNameKey = attribute.Key("container.name")
attribute_group.go#L3533: ContainerRuntimeDescriptionKey = attribute.Key("container.runtime.description")
attribute_group.go#L3544: ContainerRuntimeNameKey = attribute.Key("container.runtime.name")
attribute_group.go#L3556: ContainerRuntimeVersionKey = attribute.Key("container.runtime.version")
attribute_group.go#L3687: CPULogicalNumberKey = attribute.Key("cpu.logical_number")
attribute_group.go#L3697: CPUModeKey = attribute.Key("cpu.mode")
attribute_group.go#L3752: DBClientConnectionPoolNameKey = attribute.Key("db.client.connection.pool.name")
attribute_group.go#L3763: DBClientConnectionStateKey = attribute.Key("db.client.connection.state")
attribute_group.go#L3783: DBCollectionNameKey = attribute.Key("db.collection.name")
attribute_group.go#L3802: DBNamespaceKey = attribute.Key("db.namespace")
attribute_group.go#L3815: DBOperationBatchSizeKey = attribute.Key("db.operation.batch.size")
attribute_group.go#L3841: DBOperationNameKey = attribute.Key("db.operation.name")
attribute_group.go#L3871: DBQuerySummaryKey = attribute.Key("db.query.summary")
attribute_group.go#L3893: DBQueryTextKey = attribute.Key("db.query.text")
attribute_group.go#L3904: DBResponseReturnedRowsKey = attribute.Key("db.response.returned_rows")
attribute_group.go#L3920: DBResponseStatusCodeKey = attribute.Key("db.response.status_code")
attribute_group.go#L3936: DBStoredProcedureNameKey = attribute.Key("db.stored_procedure.name")
attribute_group.go#L3951: DBSystemNameKey = attribute.Key("db.system.name")
attribute_group.go#L4286: DeploymentEnvironmentNameKey = attribute.Key("deployment.environment.name")
attribute_group.go#L4296: DeploymentIDKey = attribute.Key("deployment.id")
attribute_group.go#L4306: DeploymentNameKey = attribute.Key("deployment.name")
attribute_group.go#L4317: DeploymentStatusKey = attribute.Key("deployment.status")
attribute_group.go#L4374: DestinationAddressKey = attribute.Key("destination.address")
attribute_group.go#L4384: DestinationPortKey = attribute.Key("destination.port")
attribute_group.go#L4436: DeviceIDKey = attribute.Key("device.id")
attribute_group.go#L4451: DeviceManufacturerKey = attribute.Key("device.manufacturer")
attribute_group.go#L4465: DeviceModelIdentifierKey = attribute.Key("device.model.identifier")
attribute_group.go#L4477: DeviceModelNameKey = attribute.Key("device.model.name")
attribute_group.go#L4517: DiskIODirectionKey = attribute.Key("disk.io.direction")
attribute_group.go#L4541: DNSAnswersKey = attribute.Key("dns.answers")
attribute_group.go#L4553: DNSQuestionNameKey = attribute.Key("dns.question.name")
attribute_group.go#L4582: ElasticsearchNodeNameKey = attribute.Key("elasticsearch.node.name")
attribute_group.go#L4608: EnduserIDKey = attribute.Key("enduser.id")
attribute_group.go#L4624: EnduserPseudoIDKey = attribute.Key("enduser.pseudo.id")
attribute_group.go#L4686: ErrorTypeKey = attribute.Key("error.type")
attribute_group.go#L4712: ExceptionMessageKey = attribute.Key("exception.message")
attribute_group.go#L4727: ExceptionStacktraceKey = attribute.Key("exception.stacktrace")
attribute_group.go#L4744: ExceptionTypeKey = attribute.Key("exception.type")
attribute_group.go#L4780: FaaSColdstartKey = attribute.Key("faas.coldstart")
attribute_group.go#L4793: FaaSCronKey = attribute.Key("faas.cron")
attribute_group.go#L4806: FaaSDocumentCollectionKey = attribute.Key("faas.document.collection")
attribute_group.go#L4818: FaaSDocumentNameKey = attribute.Key("faas.document.name")
attribute_group.go#L4829: FaaSDocumentOperationKey = attribute.Key("faas.document.operation")
attribute_group.go#L4844: FaaSDocumentTimeKey = attribute.Key("faas.document.time")
attribute_group.go#L4857: FaaSInstanceKey = attribute.Key("faas.instance")
attribute_group.go#L4868: FaaSInvocationIDKey = attribute.Key("faas.invocation_id")
attribute_group.go#L4880: FaaSInvokedNameKey = attribute.Key("faas.invoked_name")
attribute_group.go#L4893: FaaSInvokedProviderKey = attribute.Key("faas.invoked_provider")
attribute_group.go#L4906: FaaSInvokedRegionKey = attribute.Key("faas.invoked_region")
attribute_group.go#L4920: FaaSMaxMemoryKey = attribute.Key("faas.max_memory")
attribute_group.go#L4950: FaaSNameKey = attribute.Key("faas.name")
attribute_group.go#L4964: FaaSTimeKey = attribute.Key("faas.time")
attribute_group.go#L4975: FaaSTriggerKey = attribute.Key("faas.trigger")
attribute_group.go#L5000: FaaSVersionKey = attribute.Key("faas.version")
attribute_group.go#L5170: FeatureFlagContextIDKey = attribute.Key("feature_flag.context.id")
attribute_group.go#L5183: FeatureFlagErrorMessageKey = attribute.Key("feature_flag.error.message")
attribute_group.go#L5193: FeatureFlagKeyKey = attribute.Key("feature_flag.key")
attribute_group.go#L5204: FeatureFlagProviderNameKey = attribute.Key("feature_flag.provider.name")
attribute_group.go#L5215: FeatureFlagResultReasonKey = attribute.Key("feature_flag.result.reason")
attribute_group.go#L5235: FeatureFlagResultValueKey = attribute.Key("feature_flag.result.value")
attribute_group.go#L5251: FeatureFlagResultVariantKey = attribute.Key("feature_flag.result.variant")
attribute_group.go#L5264: FeatureFlagSetIDKey = attribute.Key("feature_flag.set.id")
attribute_group.go#L5276: FeatureFlagVersionKey = attribute.Key("feature_flag.version")
attribute_group.go#L5379: FileAccessedKey = attribute.Key("file.accessed")
attribute_group.go#L5394: FileAttributesKey = attribute.Key("file.attributes")
attribute_group.go#L5408: FileChangedKey = attribute.Key("file.changed")
attribute_group.go#L5421: FileCreatedKey = attribute.Key("file.created")
attribute_group.go#L5432: FileDirectoryKey = attribute.Key("file.directory")
attribute_group.go#L5445: FileExtensionKey = attribute.Key("file.extension")
attribute_group.go#L5467: FileForkNameKey = attribute.Key("file.fork_name")
attribute_group.go#L5477: FileGroupIDKey = attribute.Key("file.group.id")
attribute_group.go#L5487: FileGroupNameKey = attribute.Key("file.group.name")
attribute_group.go#L5497: FileInodeKey = attribute.Key("file.inode")
attribute_group.go#L5507: FileModeKey = attribute.Key("file.mode")
attribute_group.go#L5518: FileModifiedKey = attribute.Key("file.modified")
attribute_group.go#L5529: FileNameKey = attribute.Key("file.name")
attribute_group.go#L5540: FileOwnerIDKey = attribute.Key("file.owner.id")
attribute_group.go#L5550: FileOwnerNameKey = attribute.Key("file.owner.name")
attribute_group.go#L5561: FilePathKey = attribute.Key("file.path")
attribute_group.go#L5571: FileSizeKey = attribute.Key("file.size")
attribute_group.go#L5583: FileSymbolicLinkTargetPathKey = attribute.Key("file.symbolic_link.target_path")
attribute_group.go#L5720: GCPAppHubApplicationContainerKey = attribute.Key("gcp.apphub.application.container")
attribute_group.go#L5731: GCPAppHubApplicationIDKey = attribute.Key("gcp.apphub.application.id")
attribute_group.go#L5742: GCPAppHubApplicationLocationKey = attribute.Key("gcp.apphub.application.location")
attribute_group.go#L5756: GCPAppHubServiceCriticalityTypeKey = attribute.Key("gcp.apphub.service.criticality_type")
attribute_group.go#L5770: GCPAppHubServiceEnvironmentTypeKey = attribute.Key("gcp.apphub.service.environment_type")
attribute_group.go#L5781: GCPAppHubServiceIDKey = attribute.Key("gcp.apphub.service.id")
attribute_group.go#L5795: GCPAppHubWorkloadCriticalityTypeKey = attribute.Key("gcp.apphub.workload.criticality_type")
attribute_group.go#L5809: GCPAppHubWorkloadEnvironmentTypeKey = attribute.Key("gcp.apphub.workload.environment_type")
attribute_group.go#L5820: GCPAppHubWorkloadIDKey = attribute.Key("gcp.apphub.workload.id")
attribute_group.go#L5832: GCPAppHubDestinationApplicationContainerKey = attribute.Key("gcp.apphub_destination.application.container")
attribute_group.go#L5843: GCPAppHubDestinationApplicationIDKey = attribute.Key("gcp.apphub_destination.application.id")
attribute_group.go#L5855: GCPAppHubDestinationApplicationLocationKey = attribute.Key("gcp.apphub_destination.application.location")
attribute_group.go#L5869: GCPAppHubDestinationServiceCriticalityTypeKey = attribute.Key("gcp.apphub_destination.service.criticality_type")
attribute_group.go#L5883: GCPAppHubDestinationServiceEnvironmentTypeKey = attribute.Key("gcp.apphub_destination.service.environment_type")
attribute_group.go#L5894: GCPAppHubDestinationServiceIDKey = attribute.Key("gcp.apphub_destination.service.id")
attribute_group.go#L5908: GCPAppHubDestinationWorkloadCriticalityTypeKey = attribute.Key("gcp.apphub_destination.workload.criticality_type")
attribute_group.go#L5922: GCPAppHubDestinationWorkloadEnvironmentTypeKey = attribute.Key("gcp.apphub_destination.workload.environment_type")
attribute_group.go#L5933: GCPAppHubDestinationWorkloadIDKey = attribute.Key("gcp.apphub_destination.workload.id")
attribute_group.go#L5948: GCPClientServiceKey = attribute.Key("gcp.client.service")
attribute_group.go#L5963: GCPCloudRunJobExecutionKey = attribute.Key("gcp.cloud_run.job.execution")
attribute_group.go#L5977: GCPCloudRunJobTaskIndexKey = attribute.Key("gcp.cloud_run.job.task_index")
attribute_group.go#L5992: GCPGCEInstanceHostnameKey = attribute.Key("gcp.gce.instance.hostname")
attribute_group.go#L6007: GCPGCEInstanceNameKey = attribute.Key("gcp.gce.instance.name")
attribute_group.go#L6018: GCPGCEInstanceGroupManagerNameKey = attribute.Key("gcp.gce.instance_group_manager.name")
attribute_group.go#L6030: GCPGCEInstanceGroupManagerRegionKey = attribute.Key("gcp.gce.instance_group_manager.region")
attribute_group.go#L6042: GCPGCEInstanceGroupManagerZoneKey = attribute.Key("gcp.gce.instance_group_manager.zone")
attribute_group.go#L6328: GenAIAgentDescriptionKey = attribute.Key("gen_ai.agent.description")
attribute_group.go#L6338: GenAIAgentIDKey = attribute.Key("gen_ai.agent.id")
attribute_group.go#L6349: GenAIAgentNameKey = attribute.Key("gen_ai.agent.name")
attribute_group.go#L6360: GenAIAgentVersionKey = attribute.Key("gen_ai.agent.version")
attribute_group.go#L6372: GenAIConversationIDKey = attribute.Key("gen_ai.conversation.id")
attribute_group.go#L6391: GenAIDataSourceIDKey = attribute.Key("gen_ai.data_source.id")
attribute_group.go#L6402: GenAIEmbeddingsDimensionCountKey = attribute.Key("gen_ai.embeddings.dimension.count")
attribute_group.go#L6414: GenAIEvaluationExplanationKey = attribute.Key("gen_ai.evaluation.explanation")
attribute_group.go#L6425: GenAIEvaluationNameKey = attribute.Key("gen_ai.evaluation.name")
attribute_group.go#L6442: GenAIEvaluationScoreLabelKey = attribute.Key("gen_ai.evaluation.score.label")
attribute_group.go#L6453: GenAIEvaluationScoreValueKey = attribute.Key("gen_ai.evaluation.score.value")
attribute_group.go#L6489: GenAIInputMessagesKey = attribute.Key("gen_ai.input.messages")
attribute_group.go#L6505: GenAIOperationNameKey = attribute.Key("gen_ai.operation.name")
attribute_group.go#L6543: GenAIOutputMessagesKey = attribute.Key("gen_ai.output.messages")
attribute_group.go#L6561: GenAIOutputTypeKey = attribute.Key("gen_ai.output.type")
attribute_group.go#L6572: GenAIPromptNameKey = attribute.Key("gen_ai.prompt.name")
attribute_group.go#L6601: GenAIProviderNameKey = attribute.Key("gen_ai.provider.name")
attribute_group.go#L6612: GenAIRequestChoiceCountKey = attribute.Key("gen_ai.request.choice.count")
attribute_group.go#L6625: GenAIRequestEncodingFormatsKey = attribute.Key("gen_ai.request.encoding_formats")
attribute_group.go#L6636: GenAIRequestFrequencyPenaltyKey = attribute.Key("gen_ai.request.frequency_penalty")
attribute_group.go#L6647: GenAIRequestMaxTokensKey = attribute.Key("gen_ai.request.max_tokens")
attribute_group.go#L6658: GenAIRequestModelKey = attribute.Key("gen_ai.request.model")
attribute_group.go#L6669: GenAIRequestPresencePenaltyKey = attribute.Key("gen_ai.request.presence_penalty")
attribute_group.go#L6680: GenAIRequestSeedKey = attribute.Key("gen_ai.request.seed")
attribute_group.go#L6691: GenAIRequestStopSequencesKey = attribute.Key("gen_ai.request.stop_sequences")
attribute_group.go#L6702: GenAIRequestStreamKey = attribute.Key("gen_ai.request.stream")
attribute_group.go#L6713: GenAIRequestTemperatureKey = attribute.Key("gen_ai.request.temperature")
attribute_group.go#L6724: GenAIRequestTopKKey = attribute.Key("gen_ai.request.top_k")
attribute_group.go#L6735: GenAIRequestTopPKey = attribute.Key("gen_ai.request.top_p")
attribute_group.go#L6747: GenAIResponseFinishReasonsKey = attribute.Key("gen_ai.response.finish_reasons")
attribute_group.go#L6758: GenAIResponseIDKey = attribute.Key("gen_ai.response.id")
attribute_group.go#L6769: GenAIResponseModelKey = attribute.Key("gen_ai.response.model")
attribute_group.go#L6782: GenAIResponseTimeToFirstChunkKey = attribute.Key("gen_ai.response.time_to_first_chunk")
attribute_group.go#L6806: GenAIRetrievalDocumentsKey = attribute.Key("gen_ai.retrieval.documents")
attribute_group.go#L6820: GenAIRetrievalQueryTextKey = attribute.Key("gen_ai.retrieval.query.text")
attribute_group.go#L6859: GenAISystemInstructionsKey = attribute.Key("gen_ai.system_instructions")
attribute_group.go#L6869: GenAITokenTypeKey = attribute.Key("gen_ai.token.type")
attribute_group.go#L6889: GenAIToolCallArgumentsKey = attribute.Key("gen_ai.tool.call.arguments")
attribute_group.go#L6900: GenAIToolCallIDKey = attribute.Key("gen_ai.tool.call.id")
attribute_group.go#L6921: GenAIToolCallResultKey = attribute.Key("gen_ai.tool.call.result")
attribute_group.go#L6949: GenAIToolDefinitionsKey = attribute.Key("gen_ai.tool.definitions")
attribute_group.go#L6960: GenAIToolDescriptionKey = attribute.Key("gen_ai.tool.description")
attribute_group.go#L6971: GenAIToolNameKey = attribute.Key("gen_ai.tool.name")
attribute_group.go#L6993: GenAIToolTypeKey = attribute.Key("gen_ai.tool.type")
attribute_group.go#L7005: GenAIUsageCacheCreationInputTokensKey = attribute.Key("gen_ai.usage.cache_creation.input_tokens")
attribute_group.go#L7017: GenAIUsageCacheReadInputTokensKey = attribute.Key("gen_ai.usage.cache_read.input_tokens")
attribute_group.go#L7034: GenAIUsageInputTokensKey = attribute.Key("gen_ai.usage.input_tokens")
attribute_group.go#L7045: GenAIUsageOutputTokensKey = attribute.Key("gen_ai.usage.output_tokens")
attribute_group.go#L7058: GenAIUsageReasoningOutputTokensKey = attribute.Key("gen_ai.usage.reasoning.output_tokens")
attribute_group.go#L7071: GenAIWorkflowNameKey = attribute.Key("gen_ai.workflow.name")
attribute_group.go#L7504: GeoContinentCodeKey = attribute.Key("geo.continent.code")
attribute_group.go#L7517: GeoCountryISOCodeKey = attribute.Key("geo.country.iso_code")
attribute_group.go#L7528: GeoLocalityNameKey = attribute.Key("geo.locality.name")
attribute_group.go#L7541: GeoLocationLatKey = attribute.Key("geo.location.lat")
attribute_group.go#L7554: GeoLocationLonKey = attribute.Key("geo.location.lon")
attribute_group.go#L7566: GeoPostalCodeKey = attribute.Key("geo.postal_code")
attribute_group.go#L7579: GeoRegionISOCodeKey = attribute.Key("geo.region.iso_code")
attribute_group.go#L7672: GoCPUDetailedStateKey = attribute.Key("go.cpu.detailed_state")
attribute_group.go#L7682: GoCPUStateKey = attribute.Key("go.cpu.state")
attribute_group.go#L7696: GoMemoryDetailedTypeKey = attribute.Key("go.memory.detailed_type")
attribute_group.go#L7706: GoMemoryTypeKey = attribute.Key("go.memory.type")
attribute_group.go#L7763: GraphQLDocumentKey = attribute.Key("graphql.document")
attribute_group.go#L7774: GraphQLOperationNameKey = attribute.Key("graphql.operation.name")
attribute_group.go#L7785: GraphQLOperationTypeKey = attribute.Key("graphql.operation.type")
attribute_group.go#L7826: HerokuAppIDKey = attribute.Key("heroku.app.id")
attribute_group.go#L7837: HerokuReleaseCommitKey = attribute.Key("heroku.release.commit")
attribute_group.go#L7848: HerokuReleaseCreationTimestampKey = attribute.Key("heroku.release.creation_timestamp")
attribute_group.go#L7882: HostArchKey = attribute.Key("host.arch")
attribute_group.go#L7893: HostCPUCacheL2SizeKey = attribute.Key("host.cpu.cache.l2.size")
attribute_group.go#L7903: HostCPUFamilyKey = attribute.Key("host.cpu.family")
attribute_group.go#L7915: HostCPUModelIDKey = attribute.Key("host.cpu.model.id")
attribute_group.go#L7926: HostCPUModelNameKey = attribute.Key("host.cpu.model.name")
attribute_group.go#L7936: HostCPUSteppingKey = attribute.Key("host.cpu.stepping")
attribute_group.go#L7952: HostCPUVendorIDKey = attribute.Key("host.cpu.vendor.id")
attribute_group.go#L7965: HostIDKey = attribute.Key("host.id")
attribute_group.go#L7976: HostImageIDKey = attribute.Key("host.image.id")
attribute_group.go#L7987: HostImageNameKey = attribute.Key("host.image.name")
attribute_group.go#L8000: HostImageVersionKey = attribute.Key("host.image.version")
attribute_group.go#L8015: HostIPKey = attribute.Key("host.ip")
attribute_group.go#L8031: HostMacKey = attribute.Key("host.mac")
attribute_group.go#L8043: HostNameKey = attribute.Key("host.name")
attribute_group.go#L8054: HostTypeKey = attribute.Key("host.type")
attribute_group.go#L8200: HTTPConnectionStateKey = attribute.Key("http.connection.state")
attribute_group.go#L8214: HTTPRequestBodySizeKey = attribute.Key("http.request.body.size")
attribute_group.go#L8262: HTTPRequestMethodKey = attribute.Key("http.request.method")
attribute_group.go#L8273: HTTPRequestMethodOriginalKey = attribute.Key("http.request.method_original")
attribute_group.go#L8287: HTTPRequestResendCountKey = attribute.Key("http.request.resend_count")
attribute_group.go#L8298: HTTPRequestSizeKey = attribute.Key("http.request.size")
attribute_group.go#L8312: HTTPResponseBodySizeKey = attribute.Key("http.response.body.size")
attribute_group.go#L8323: HTTPResponseSizeKey = attribute.Key("http.response.size")
attribute_group.go#L8336: HTTPResponseStatusCodeKey = attribute.Key("http.response.status_code")
attribute_group.go#L8370: HTTPRouteKey = attribute.Key("http.route")
attribute_group.go#L8520: HwBatteryCapacityKey = attribute.Key("hw.battery.capacity")
attribute_group.go#L8533: HwBatteryChemistryKey = attribute.Key("hw.battery.chemistry")
attribute_group.go#L8543: HwBatteryStateKey = attribute.Key("hw.battery.state")
attribute_group.go#L8554: HwBiosVersionKey = attribute.Key("hw.bios_version")
attribute_group.go#L8565: HwDriverVersionKey = attribute.Key("hw.driver_version")
attribute_group.go#L8576: HwEnclosureTypeKey = attribute.Key("hw.enclosure.type")
attribute_group.go#L8587: HwFirmwareVersionKey = attribute.Key("hw.firmware_version")
attribute_group.go#L8597: HwGpuTaskKey = attribute.Key("hw.gpu.task")
attribute_group.go#L8608: HwIDKey = attribute.Key("hw.id")
attribute_group.go#L8619: HwLimitTypeKey = attribute.Key("hw.limit_type")
attribute_group.go#L8630: HwLogicalDiskRaidLevelKey = attribute.Key("hw.logical_disk.raid_level")
attribute_group.go#L8641: HwLogicalDiskStateKey = attribute.Key("hw.logical_disk.state")
attribute_group.go#L8651: HwMemoryTypeKey = attribute.Key("hw.memory.type")
attribute_group.go#L8662: HwModelKey = attribute.Key("hw.model")
attribute_group.go#L8673: HwNameKey = attribute.Key("hw.name")
attribute_group.go#L8684: HwNetworkLogicalAddressesKey = attribute.Key("hw.network.logical_addresses")
attribute_group.go#L8695: HwNetworkPhysicalAddressKey = attribute.Key("hw.network.physical_address")
attribute_group.go#L8706: HwParentKey = attribute.Key("hw.parent")
attribute_group.go#L8720: HwPhysicalDiskSmartAttributeKey = attribute.Key("hw.physical_disk.smart_attribute")
attribute_group.go#L8731: HwPhysicalDiskStateKey = attribute.Key("hw.physical_disk.state")
attribute_group.go#L8742: HwPhysicalDiskTypeKey = attribute.Key("hw.physical_disk.type")
attribute_group.go#L8754: HwSensorLocationKey = attribute.Key("hw.sensor_location")
attribute_group.go#L8765: HwSerialNumberKey = attribute.Key("hw.serial_number")
attribute_group.go#L8775: HwStateKey = attribute.Key("hw.state")
attribute_group.go#L8786: HwTapeDriveOperationTypeKey = attribute.Key("hw.tape_drive.operation_type")
attribute_group.go#L8800: HwTypeKey = attribute.Key("hw.type")
attribute_group.go#L8810: HwVendorKey = attribute.Key("hw.vendor")
attribute_group.go#L9114: IOSAppStateKey = attribute.Key("ios.app.state")
attribute_group.go#L9158: JSONRPCProtocolVersionKey = attribute.Key("jsonrpc.protocol.version")
attribute_group.go#L9178: JSONRPCRequestIDKey = attribute.Key("jsonrpc.request.id")
attribute_group.go#L9207: K8SClusterNameKey = attribute.Key("k8s.cluster.name")
attribute_group.go#L9242: K8SClusterUIDKey = attribute.Key("k8s.cluster.uid")
attribute_group.go#L9254: K8SContainerNameKey = attribute.Key("k8s.container.name")
attribute_group.go#L9266: K8SContainerRestartCountKey = attribute.Key("k8s.container.restart_count")
attribute_group.go#L9277: K8SContainerStatusLastTerminatedReasonKey = attribute.Key("k8s.container.status.last_terminated_reason")
attribute_group.go#L9294: K8SContainerStatusReasonKey = attribute.Key("k8s.container.status.reason")
attribute_group.go#L9307: K8SContainerStatusStateKey = attribute.Key("k8s.container.status.state")
attribute_group.go#L9317: K8SCronJobNameKey = attribute.Key("k8s.cronjob.name")
attribute_group.go#L9327: K8SCronJobUIDKey = attribute.Key("k8s.cronjob.uid")
attribute_group.go#L9338: K8SDaemonSetNameKey = attribute.Key("k8s.daemonset.name")
attribute_group.go#L9348: K8SDaemonSetUIDKey = attribute.Key("k8s.daemonset.uid")
attribute_group.go#L9359: K8SDeploymentNameKey = attribute.Key("k8s.deployment.name")
attribute_group.go#L9370: K8SDeploymentUIDKey = attribute.Key("k8s.deployment.uid")
attribute_group.go#L9382: K8SHPAMetricTypeKey = attribute.Key("k8s.hpa.metric.type")
attribute_group.go#L9392: K8SHPANameKey = attribute.Key("k8s.hpa.name")
attribute_group.go#L9405: K8SHPAScaletargetrefAPIVersionKey = attribute.Key("k8s.hpa.scaletargetref.api_version")
attribute_group.go#L9417: K8SHPAScaletargetrefKindKey = attribute.Key("k8s.hpa.scaletargetref.kind")
attribute_group.go#L9429: K8SHPAScaletargetrefNameKey = attribute.Key("k8s.hpa.scaletargetref.name")
attribute_group.go#L9439: K8SHPAUIDKey = attribute.Key("k8s.hpa.uid")
attribute_group.go#L9450: K8SHugepageSizeKey = attribute.Key("k8s.hugepage.size")
attribute_group.go#L9460: K8SJobNameKey = attribute.Key("k8s.job.name")
attribute_group.go#L9470: K8SJobUIDKey = attribute.Key("k8s.job.uid")
attribute_group.go#L9481: K8SNamespaceNameKey = attribute.Key("k8s.namespace.name")
attribute_group.go#L9496: K8SNamespacePhaseKey = attribute.Key("k8s.namespace.phase")
attribute_group.go#L9511: K8SNodeConditionStatusKey = attribute.Key("k8s.node.condition.status")
attribute_group.go#L9536: K8SNodeConditionTypeKey = attribute.Key("k8s.node.condition.type")
attribute_group.go#L9546: K8SNodeNameKey = attribute.Key("k8s.node.name")
attribute_group.go#L9557: K8SNodeSystemContainerNameKey = attribute.Key("k8s.node.system_container.name")
attribute_group.go#L9567: K8SNodeUIDKey = attribute.Key("k8s.node.uid")
attribute_group.go#L9578: K8SPersistentvolumeNameKey = attribute.Key("k8s.persistentvolume.name")
attribute_group.go#L9594: K8SPersistentvolumeReclaimPolicyKey = attribute.Key("k8s.persistentvolume.reclaim_policy")
attribute_group.go#L9609: K8SPersistentvolumeStatusPhaseKey = attribute.Key("k8s.persistentvolume.status.phase")
attribute_group.go#L9620: K8SPersistentvolumeUIDKey = attribute.Key("k8s.persistentvolume.uid")
attribute_group.go#L9631: K8SPersistentvolumeclaimNameKey = attribute.Key("k8s.persistentvolumeclaim.name")
attribute_group.go#L9646: K8SPersistentvolumeclaimStatusPhaseKey = attribute.Key("k8s.persistentvolumeclaim.status.phase")
attribute_group.go#L9657: K8SPersistentvolumeclaimUIDKey = attribute.Key("k8s.persistentvolumeclaim.uid")
attribute_group.go#L9677: K8SPodHostnameKey = attribute.Key("k8s.pod.hostname")
attribute_group.go#L9691: K8SPodIPKey = attribute.Key("k8s.pod.ip")
attribute_group.go#L9701: K8SPodNameKey = attribute.Key("k8s.pod.name")
attribute_group.go#L9720: K8SPodStartTimeKey = attribute.Key("k8s.pod.start_time")
attribute_group.go#L9733: K8SPodStatusPhaseKey = attribute.Key("k8s.pod.status.phase")
attribute_group.go#L9746: K8SPodStatusReasonKey = attribute.Key("k8s.pod.status.reason")
attribute_group.go#L9756: K8SPodUIDKey = attribute.Key("k8s.pod.uid")
attribute_group.go#L9767: K8SReplicaSetNameKey = attribute.Key("k8s.replicaset.name")
attribute_group.go#L9778: K8SReplicaSetUIDKey = attribute.Key("k8s.replicaset.uid")
attribute_group.go#L9789: K8SReplicationControllerNameKey = attribute.Key("k8s.replicationcontroller.name")
attribute_group.go#L9800: K8SReplicationControllerUIDKey = attribute.Key("k8s.replicationcontroller.uid")
attribute_group.go#L9811: K8SResourceQuotaNameKey = attribute.Key("k8s.resourcequota.name")
attribute_group.go#L9830: K8SResourceQuotaResourceNameKey = attribute.Key("k8s.resourcequota.resource_name")
attribute_group.go#L9841: K8SResourceQuotaUIDKey = attribute.Key("k8s.resourcequota.uid")
attribute_group.go#L9860: K8SServiceEndpointAddressTypeKey = attribute.Key("k8s.service.endpoint.address_type")
attribute_group.go#L9877: K8SServiceEndpointConditionKey = attribute.Key("k8s.service.endpoint.condition")
attribute_group.go#L9902: K8SServiceEndpointZoneKey = attribute.Key("k8s.service.endpoint.zone")
attribute_group.go#L9912: K8SServiceNameKey = attribute.Key("k8s.service.name")
attribute_group.go#L9933: K8SServicePublishNotReadyAddressesKey = attribute.Key("k8s.service.publish_not_ready_addresses")
attribute_group.go#L9956: K8SServiceTrafficDistributionKey = attribute.Key("k8s.service.traffic_distribution")
attribute_group.go#L9970: K8SServiceTypeKey = attribute.Key("k8s.service.type")
attribute_group.go#L9980: K8SServiceUIDKey = attribute.Key("k8s.service.uid")
attribute_group.go#L9991: K8SStatefulSetNameKey = attribute.Key("k8s.statefulset.name")
attribute_group.go#L10002: K8SStatefulSetUIDKey = attribute.Key("k8s.statefulset.uid")
attribute_group.go#L10015: K8SStorageclassNameKey = attribute.Key("k8s.storageclass.name")
attribute_group.go#L10025: K8SVolumeNameKey = attribute.Key("k8s.volume.name")
attribute_group.go#L10035: K8SVolumeTypeKey = attribute.Key("k8s.volume.type")
attribute_group.go#L10851: LogFileNameKey = attribute.Key("log.file.name")
attribute_group.go#L10862: LogFileNameResolvedKey = attribute.Key("log.file.name_resolved")
attribute_group.go#L10872: LogFilePathKey = attribute.Key("log.file.path")
attribute_group.go#L10883: LogFilePathResolvedKey = attribute.Key("log.file.path_resolved")
attribute_group.go#L10894: LogIostreamKey = attribute.Key("log.iostream")
attribute_group.go#L10910: LogRecordOriginalKey = attribute.Key("log.record.original")
attribute_group.go#L10928: LogRecordUIDKey = attribute.Key("log.record.uid")
attribute_group.go#L10991: MainframeLparNameKey = attribute.Key("mainframe.lpar.name")
attribute_group.go#L11012: McpMethodNameKey = attribute.Key("mcp.method.name")
attribute_group.go#L11025: McpProtocolVersionKey = attribute.Key("mcp.protocol.version")
attribute_group.go#L11039: McpResourceURIKey = attribute.Key("mcp.resource.uri")
attribute_group.go#L11051: McpSessionIDKey = attribute.Key("mcp.session.id")
attribute_group.go#L11200: MessagingBatchMessageCountKey = attribute.Key("messaging.batch.message_count")
attribute_group.go#L11211: MessagingClientIDKey = attribute.Key("messaging.client.id")
attribute_group.go#L11225: MessagingConsumerGroupNameKey = attribute.Key("messaging.consumer.group.name")
attribute_group.go#L11237: MessagingDestinationAnonymousKey = attribute.Key("messaging.destination.anonymous")
attribute_group.go#L11252: MessagingDestinationNameKey = attribute.Key("messaging.destination.name")
attribute_group.go#L11264: MessagingDestinationPartitionIDKey = attribute.Key("messaging.destination.partition.id")
attribute_group.go#L11279: MessagingDestinationSubscriptionNameKey = attribute.Key("messaging.destination.subscription.name")
attribute_group.go#L11295: MessagingDestinationTemplateKey = attribute.Key("messaging.destination.template")
attribute_group.go#L11307: MessagingDestinationTemporaryKey = attribute.Key("messaging.destination.temporary")
attribute_group.go#L11317: MessagingEventHubsMessageEnqueuedTimeKey = attribute.Key("messaging.eventhubs.message.enqueued_time")
attribute_group.go#L11327: MessagingGCPPubSubMessageAckDeadlineKey = attribute.Key("messaging.gcp_pubsub.message.ack_deadline")
attribute_group.go#L11338: MessagingGCPPubSubMessageAckIDKey = attribute.Key("messaging.gcp_pubsub.message.ack_id")
attribute_group.go#L11347: MessagingGCPPubSubMessageDeliveryAttemptKey = attribute.Key("messaging.gcp_pubsub.message.delivery_attempt")
attribute_group.go#L11359: MessagingGCPPubSubMessageOrderingKeyKey = attribute.Key("messaging.gcp_pubsub.message.ordering_key")
attribute_group.go#L11375: MessagingKafkaMessageKeyKey = attribute.Key("messaging.kafka.message.key")
attribute_group.go#L11386: MessagingKafkaMessageTombstoneKey = attribute.Key("messaging.kafka.message.tombstone")
attribute_group.go#L11395: MessagingKafkaOffsetKey = attribute.Key("messaging.kafka.offset")
attribute_group.go#L11408: MessagingMessageBodySizeKey = attribute.Key("messaging.message.body.size")
attribute_group.go#L11420: MessagingMessageConversationIDKey = attribute.Key("messaging.message.conversation_id")
attribute_group.go#L11433: MessagingMessageEnvelopeSizeKey = attribute.Key("messaging.message.envelope.size")
attribute_group.go#L11445: MessagingMessageIDKey = attribute.Key("messaging.message.id")
attribute_group.go#L11456: MessagingOperationNameKey = attribute.Key("messaging.operation.name")
attribute_group.go#L11468: MessagingOperationTypeKey = attribute.Key("messaging.operation.type")
attribute_group.go#L11479: MessagingRabbitMQDestinationRoutingKeyKey = attribute.Key("messaging.rabbitmq.destination.routing_key")
attribute_group.go#L11488: MessagingRabbitMQMessageDeliveryTagKey = attribute.Key("messaging.rabbitmq.message.delivery_tag")
attribute_group.go#L11499: MessagingRocketMQConsumptionModelKey = attribute.Key("messaging.rocketmq.consumption_model")
attribute_group.go#L11509: MessagingRocketMQMessageDelayTimeLevelKey = attribute.Key("messaging.rocketmq.message.delay_time_level")
attribute_group.go#L11519: MessagingRocketMQMessageDeliveryTimestampKey = attribute.Key("messaging.rocketmq.message.delivery_timestamp")
attribute_group.go#L11531: MessagingRocketMQMessageGroupKey = attribute.Key("messaging.rocketmq.message.group")
attribute_group.go#L11542: MessagingRocketMQMessageKeysKey = attribute.Key("messaging.rocketmq.message.keys")
attribute_group.go#L11553: MessagingRocketMQMessageTagKey = attribute.Key("messaging.rocketmq.message.tag")
attribute_group.go#L11564: MessagingRocketMQMessageTypeKey = attribute.Key("messaging.rocketmq.message.type")
attribute_group.go#L11576: MessagingRocketMQNamespaceKey = attribute.Key("messaging.rocketmq.namespace")
attribute_group.go#L11589: MessagingServiceBusDispositionStatusKey = attribute.Key("messaging.servicebus.disposition_status")
attribute_group.go#L11599: MessagingServiceBusMessageDeliveryCountKey = attribute.Key("messaging.servicebus.message.delivery_count")
attribute_group.go#L11609: MessagingServiceBusMessageEnqueuedTimeKey = attribute.Key("messaging.servicebus.message.enqueued_time")
attribute_group.go#L11624: MessagingSystemKey = attribute.Key("messaging.system")
attribute_group.go#L11991: NetworkCarrierICCKey = attribute.Key("network.carrier.icc")
attribute_group.go#L12002: NetworkCarrierMCCKey = attribute.Key("network.carrier.mcc")
attribute_group.go#L12013: NetworkCarrierMNCKey = attribute.Key("network.carrier.mnc")
attribute_group.go#L12024: NetworkCarrierNameKey = attribute.Key("network.carrier.name")
attribute_group.go#L12038: NetworkConnectionStateKey = attribute.Key("network.connection.state")
attribute_group.go#L12051: NetworkConnectionSubtypeKey = attribute.Key("network.connection.subtype")
attribute_group.go#L12062: NetworkConnectionTypeKey = attribute.Key("network.connection.type")
attribute_group.go#L12073: NetworkInterfaceNameKey = attribute.Key("network.interface.name")
attribute_group.go#L12084: NetworkIODirectionKey = attribute.Key("network.io.direction")
attribute_group.go#L12095: NetworkLocalAddressKey = attribute.Key("network.local.address")
attribute_group.go#L12106: NetworkLocalPortKey = attribute.Key("network.local.port")
attribute_group.go#L12117: NetworkPeerAddressKey = attribute.Key("network.peer.address")
attribute_group.go#L12128: NetworkPeerPortKey = attribute.Key("network.peer.port")
attribute_group.go#L12142: NetworkProtocolNameKey = attribute.Key("network.protocol.name")
attribute_group.go#L12158: NetworkProtocolVersionKey = attribute.Key("network.protocol.version")
attribute_group.go#L12177: NetworkTransportKey = attribute.Key("network.transport")
attribute_group.go#L12190: NetworkTypeKey = attribute.Key("network.type")
attribute_group.go#L12445: NfsOperationNameKey = attribute.Key("nfs.operation.name")
attribute_group.go#L12457: NfsServerRepcacheStatusKey = attribute.Key("nfs.server.repcache.status")
attribute_group.go#L12495: OCIManifestDigestKey = attribute.Key("oci.manifest.digest")
attribute_group.go#L12517: OncRPCProcedureNameKey = attribute.Key("onc_rpc.procedure.name")
attribute_group.go#L12528: OncRPCProcedureNumberKey = attribute.Key("onc_rpc.procedure.number")
attribute_group.go#L12539: OncRPCProgramNameKey = attribute.Key("onc_rpc.program.name")
attribute_group.go#L12549: OncRPCVersionKey = attribute.Key("onc_rpc.version")
attribute_group.go#L12590: OpenAIAPITypeKey = attribute.Key("openai.api.type")
attribute_group.go#L12601: OpenAIRequestServiceTierKey = attribute.Key("openai.request.service_tier")
attribute_group.go#L12612: OpenAIResponseServiceTierKey = attribute.Key("openai.response.service_tier")
attribute_group.go#L12623: OpenAIResponseSystemFingerprintKey = attribute.Key("openai.response.system_fingerprint")
attribute_group.go#L12675: OpenShiftClusterquotaNameKey = attribute.Key("openshift.clusterquota.name")
attribute_group.go#L12686: OpenShiftClusterquotaUIDKey = attribute.Key("openshift.clusterquota.uid")
attribute_group.go#L12715: OpenTracingRefTypeKey = attribute.Key("opentracing.ref_type")
attribute_group.go#L12747: OracleDBDomainKey = attribute.Key("oracle.db.domain")
attribute_group.go#L12764: OracleDBInstanceNameKey = attribute.Key("oracle.db.instance.name")
attribute_group.go#L12777: OracleDBNameKey = attribute.Key("oracle.db.name")
attribute_group.go#L12795: OracleDBPdbKey = attribute.Key("oracle.db.pdb")
attribute_group.go#L12815: OracleDBServiceKey = attribute.Key("oracle.db.service")
attribute_group.go#L12869: OracleCloudRealmKey = attribute.Key("oracle_cloud.realm")
attribute_group.go#L12891: OSBuildIDKey = attribute.Key("os.build_id")
attribute_group.go#L12903: OSDescriptionKey = attribute.Key("os.description")
attribute_group.go#L12913: OSNameKey = attribute.Key("os.name")
attribute_group.go#L12923: OSTypeKey = attribute.Key("os.type")
attribute_group.go#L12936: OSVersionKey = attribute.Key("os.version")
attribute_group.go#L13040: OTelComponentNameKey = attribute.Key("otel.component.name")
attribute_group.go#L13054: OTelComponentTypeKey = attribute.Key("otel.component.type")
attribute_group.go#L13068: OTelEventNameKey = attribute.Key("otel.event.name")
attribute_group.go#L13079: OTelScopeNameKey = attribute.Key("otel.scope.name")
attribute_group.go#L13090: OTelScopeSchemaURLKey = attribute.Key("otel.scope.schema_url")
attribute_group.go#L13101: OTelScopeVersionKey = attribute.Key("otel.scope.version")
attribute_group.go#L13115: OTelSpanParentOriginKey = attribute.Key("otel.span.parent.origin")
attribute_group.go#L13126: OTelSpanSamplingResultKey = attribute.Key("otel.span.sampling_result")
attribute_group.go#L13137: OTelStatusCodeKey = attribute.Key("otel.status_code")
attribute_group.go#L13148: OTelStatusDescriptionKey = attribute.Key("otel.status_description")
attribute_group.go#L13317: PprofLocationIsFoldedKey = attribute.Key("pprof.location.is_folded")
attribute_group.go#L13328: PprofMappingHasFilenamesKey = attribute.Key("pprof.mapping.has_filenames")
attribute_group.go#L13339: PprofMappingHasFunctionsKey = attribute.Key("pprof.mapping.has_functions")
attribute_group.go#L13350: PprofMappingHasInlineFramesKey = attribute.Key("pprof.mapping.has_inline_frames")
attribute_group.go#L13361: PprofMappingHasLineNumbersKey = attribute.Key("pprof.mapping.has_line_numbers")
attribute_group.go#L13373: PprofProfileCommentKey = attribute.Key("pprof.profile.comment")
attribute_group.go#L13386: PprofProfileDocURLKey = attribute.Key("pprof.profile.doc_url")
attribute_group.go#L13398: PprofProfileDropFramesKey = attribute.Key("pprof.profile.drop_frames")
attribute_group.go#L13410: PprofProfileKeepFramesKey = attribute.Key("pprof.profile.keep_frames")
attribute_group.go#L13424: PprofScopeDefaultSampleTypeKey = attribute.Key("pprof.scope.default_sample_type")
attribute_group.go#L13437: PprofScopeSampleTypeOrderKey = attribute.Key("pprof.scope.sample_type_order")
attribute_group.go#L13538: ProcessArgsCountKey = attribute.Key("process.args_count")
attribute_group.go#L13551: ProcessCommandKey = attribute.Key("process.command")
attribute_group.go#L13567: ProcessCommandArgsKey = attribute.Key("process.command_args")
attribute_group.go#L13582: ProcessCommandLineKey = attribute.Key("process.command_line")
attribute_group.go#L13594: ProcessContextSwitchTypeKey = attribute.Key("process.context_switch.type")
attribute_group.go#L13605: ProcessCreationTimeKey = attribute.Key("process.creation.time")
attribute_group.go#L13616: ProcessExecutableBuildIDGNUKey = attribute.Key("process.executable.build_id.gnu")
attribute_group.go#L13628: ProcessExecutableBuildIDGoKey = attribute.Key("process.executable.build_id.go")
attribute_group.go#L13653: ProcessExecutableBuildIDHtlhashKey = attribute.Key("process.executable.build_id.htlhash")
attribute_group.go#L13666: ProcessExecutableNameKey = attribute.Key("process.executable.name")
attribute_group.go#L13679: ProcessExecutablePathKey = attribute.Key("process.executable.path")
attribute_group.go#L13689: ProcessExitCodeKey = attribute.Key("process.exit.code")
attribute_group.go#L13700: ProcessExitTimeKey = attribute.Key("process.exit.time")
attribute_group.go#L13712: ProcessGroupLeaderPIDKey = attribute.Key("process.group_leader.pid")
attribute_group.go#L13723: ProcessInteractiveKey = attribute.Key("process.interactive")
attribute_group.go#L13741: ProcessLinuxCgroupKey = attribute.Key("process.linux.cgroup")
attribute_group.go#L13752: ProcessOwnerKey = attribute.Key("process.owner")
attribute_group.go#L13763: ProcessParentPIDKey = attribute.Key("process.parent_pid")
attribute_group.go#L13773: ProcessPIDKey = attribute.Key("process.pid")
attribute_group.go#L13784: ProcessRealUserIDKey = attribute.Key("process.real_user.id")
attribute_group.go#L13795: ProcessRealUserNameKey = attribute.Key("process.real_user.name")
attribute_group.go#L13807: ProcessRuntimeDescriptionKey = attribute.Key("process.runtime.description")
attribute_group.go#L13818: ProcessRuntimeNameKey = attribute.Key("process.runtime.name")
attribute_group.go#L13829: ProcessRuntimeVersionKey = attribute.Key("process.runtime.version")
attribute_group.go#L13840: ProcessSavedUserIDKey = attribute.Key("process.saved_user.id")
attribute_group.go#L13851: ProcessSavedUserNameKey = attribute.Key("process.saved_user.name")
attribute_group.go#L13863: ProcessSessionLeaderPIDKey = attribute.Key("process.session_leader.pid")
attribute_group.go#L13876: ProcessStateKey = attribute.Key("process.state")
attribute_group.go#L13889: ProcessTitleKey = attribute.Key("process.title")
attribute_group.go#L13900: ProcessUserIDKey = attribute.Key("process.user.id")
attribute_group.go#L13911: ProcessUserNameKey = attribute.Key("process.user.name")
attribute_group.go#L13924: ProcessVpidKey = attribute.Key("process.vpid")
attribute_group.go#L13935: ProcessWorkingDirectoryKey = attribute.Key("process.working_directory")
attribute_group.go#L14215: ProfileFrameTypeKey = attribute.Key("profile.frame.type")
attribute_group.go#L14333: RPCMethodKey = attribute.Key("rpc.method")
attribute_group.go#L14345: RPCMethodOriginalKey = attribute.Key("rpc.method_original")
attribute_group.go#L14362: RPCResponseStatusCodeKey = attribute.Key("rpc.response.status_code")
attribute_group.go#L14376: RPCSystemNameKey = attribute.Key("rpc.system.name")
attribute_group.go#L14451: SecurityRuleCategoryKey = attribute.Key("security_rule.category")
attribute_group.go#L14462: SecurityRuleDescriptionKey = attribute.Key("security_rule.description")
attribute_group.go#L14473: SecurityRuleLicenseKey = attribute.Key("security_rule.license")
attribute_group.go#L14484: SecurityRuleNameKey = attribute.Key("security_rule.name")
attribute_group.go#L14498: SecurityRuleReferenceKey = attribute.Key("security_rule.reference")
attribute_group.go#L14510: SecurityRuleRulesetNameKey = attribute.Key("security_rule.ruleset.name")
attribute_group.go#L14522: SecurityRuleUUIDKey = attribute.Key("security_rule.uuid")
attribute_group.go#L14533: SecurityRuleVersionKey = attribute.Key("security_rule.version")
attribute_group.go#L14608: ServerAddressKey = attribute.Key("server.address")
attribute_group.go#L14621: ServerPortKey = attribute.Key("server.port")
attribute_group.go#L14652: ServiceCriticalityKey = attribute.Key("service.criticality")
attribute_group.go#L14709: ServiceInstanceIDKey = attribute.Key("service.instance.id")
attribute_group.go#L14728: ServiceNameKey = attribute.Key("service.name")
attribute_group.go#L14747: ServiceNamespaceKey = attribute.Key("service.namespace")
attribute_group.go#L14761: ServicePeerNameKey = attribute.Key("service.peer.name")
attribute_group.go#L14776: ServicePeerNamespaceKey = attribute.Key("service.peer.namespace")
attribute_group.go#L14787: ServiceVersionKey = attribute.Key("service.version")
attribute_group.go#L14871: SessionIDKey = attribute.Key("session.id")
attribute_group.go#L14882: SessionPreviousIDKey = attribute.Key("session.previous_id")
attribute_group.go#L14909: SignalRConnectionStatusKey = attribute.Key("signalr.connection.status")
attribute_group.go#L14922: SignalRTransportKey = attribute.Key("signalr.transport")
attribute_group.go#L14966: SourceAddressKey = attribute.Key("source.address")
attribute_group.go#L14976: SourcePortKey = attribute.Key("source.port")
attribute_group.go#L15003: SystemDeviceKey = attribute.Key("system.device")
attribute_group.go#L15014: SystemFilesystemModeKey = attribute.Key("system.filesystem.mode")
attribute_group.go#L15025: SystemFilesystemMountpointKey = attribute.Key("system.filesystem.mountpoint")
attribute_group.go#L15036: SystemFilesystemStateKey = attribute.Key("system.filesystem.state")
attribute_group.go#L15047: SystemFilesystemTypeKey = attribute.Key("system.filesystem.type")
attribute_group.go#L15058: SystemMemoryLinuxHugepagesStateKey = attribute.Key("system.memory.linux.hugepages.state")
attribute_group.go#L15069: SystemMemoryLinuxSlabStateKey = attribute.Key("system.memory.linux.slab.state")
attribute_group.go#L15079: SystemMemoryStateKey = attribute.Key("system.memory.state")
attribute_group.go#L15090: SystemPagingDirectionKey = attribute.Key("system.paging.direction")
attribute_group.go#L15101: SystemPagingFaultTypeKey = attribute.Key("system.paging.fault.type")
attribute_group.go#L15112: SystemPagingStateKey = attribute.Key("system.paging.state")
attribute_group.go#L15251: TelemetryDistroNameKey = attribute.Key("telemetry.distro.name")
attribute_group.go#L15262: TelemetryDistroVersionKey = attribute.Key("telemetry.distro.version")
attribute_group.go#L15273: TelemetrySDKLanguageKey = attribute.Key("telemetry.sdk.language")
attribute_group.go#L15294: TelemetrySDKNameKey = attribute.Key("telemetry.sdk.name")
attribute_group.go#L15305: TelemetrySDKVersionKey = attribute.Key("telemetry.sdk.version")
attribute_group.go#L15390: TestCaseNameKey = attribute.Key("test.case.name")
attribute_group.go#L15401: TestCaseResultStatusKey = attribute.Key("test.case.result.status")
attribute_group.go#L15414: TestSuiteNameKey = attribute.Key("test.suite.name")
attribute_group.go#L15426: TestSuiteRunStatusKey = attribute.Key("test.suite.run.status")
attribute_group.go#L15500: ThreadIDKey = attribute.Key("thread.id")
attribute_group.go#L15520: ThreadNameKey = attribute.Key("thread.name")
attribute_group.go#L15553: TLSCipherKey = attribute.Key("tls.cipher")
attribute_group.go#L15566: TLSClientCertificateKey = attribute.Key("tls.client.certificate")
attribute_group.go#L15579: TLSClientCertificateChainKey = attribute.Key("tls.client.certificate_chain")
attribute_group.go#L15592: TLSClientHashMd5Key = attribute.Key("tls.client.hash.md5")
attribute_group.go#L15605: TLSClientHashSha1Key = attribute.Key("tls.client.hash.sha1")
attribute_group.go#L15618: TLSClientHashSha256Key = attribute.Key("tls.client.hash.sha256")
attribute_group.go#L15631: TLSClientIssuerKey = attribute.Key("tls.client.issuer")
attribute_group.go#L15642: TLSClientJa3Key = attribute.Key("tls.client.ja3")
attribute_group.go#L15653: TLSClientNotAfterKey = attribute.Key("tls.client.not_after")
attribute_group.go#L15664: TLSClientNotBeforeKey = attribute.Key("tls.client.not_before")
attribute_group.go#L15675: TLSClientSubjectKey = attribute.Key("tls.client.subject")
attribute_group.go#L15687: TLSClientSupportedCiphersKey = attribute.Key("tls.client.supported_ciphers")
attribute_group.go#L15698: TLSCurveKey = attribute.Key("tls.curve")
attribute_group.go#L15709: TLSEstablishedKey = attribute.Key("tls.established")
attribute_group.go#L15723: TLSNextProtocolKey = attribute.Key("tls.next_protocol")
attribute_group.go#L15736: TLSProtocolNameKey = attribute.Key("tls.protocol.name")
attribute_group.go#L15750: TLSProtocolVersionKey = attribute.Key("tls.protocol.version")
attribute_group.go#L15761: TLSResumedKey = attribute.Key("tls.resumed")
attribute_group.go#L15774: TLSServerCertificateKey = attribute.Key("tls.server.certificate")
attribute_group.go#L15787: TLSServerCertificateChainKey = attribute.Key("tls.server.certificate_chain")
attribute_group.go#L15800: TLSServerHashMd5Key = attribute.Key("tls.server.hash.md5")
attribute_group.go#L15813: TLSServerHashSha1Key = attribute.Key("tls.server.hash.sha1")
attribute_group.go#L15826: TLSServerHashSha256Key = attribute.Key("tls.server.hash.sha256")
attribute_group.go#L15839: TLSServerIssuerKey = attribute.Key("tls.server.issuer")
attribute_group.go#L15850: TLSServerJa3sKey = attribute.Key("tls.server.ja3s")
attribute_group.go#L15861: TLSServerNotAfterKey = attribute.Key("tls.server.not_after")
attribute_group.go#L15872: TLSServerNotBeforeKey = attribute.Key("tls.server.not_before")
attribute_group.go#L15883: TLSServerSubjectKey = attribute.Key("tls.server.subject")
attribute_group.go#L16136: URLDomainKey = attribute.Key("url.domain")
attribute_group.go#L16150: URLExtensionKey = attribute.Key("url.extension")
attribute_group.go#L16162: URLFragmentKey = attribute.Key("url.fragment")
attribute_group.go#L16222: URLFullKey = attribute.Key("url.full")
attribute_group.go#L16240: URLOriginalKey = attribute.Key("url.original")
attribute_group.go#L16254: URLPathKey = attribute.Key("url.path")
attribute_group.go#L16264: URLPortKey = attribute.Key("url.port")
attribute_group.go#L16308: URLQueryKey = attribute.Key("url.query")
attribute_group.go#L16325: URLRegisteredDomainKey = attribute.Key("url.registered_domain")
attribute_group.go#L16338: URLSchemeKey = attribute.Key("url.scheme")
attribute_group.go#L16355: URLSubdomainKey = attribute.Key("url.subdomain")
attribute_group.go#L16368: URLTemplateKey = attribute.Key("url.template")
attribute_group.go#L16383: URLTopLevelDomainKey = attribute.Key("url.top_level_domain")
attribute_group.go#L16499: UserEmailKey = attribute.Key("user.email")
attribute_group.go#L16509: UserFullNameKey = attribute.Key("user.full_name")
attribute_group.go#L16522: UserHashKey = attribute.Key("user.hash")
attribute_group.go#L16532: UserIDKey = attribute.Key("user.id")
attribute_group.go#L16542: UserNameKey = attribute.Key("user.name")
attribute_group.go#L16552: UserRolesKey = attribute.Key("user.roles")
attribute_group.go#L16611: UserAgentNameKey = attribute.Key("user_agent.name")
attribute_group.go#L16627: UserAgentOriginalKey = attribute.Key("user_agent.original")
attribute_group.go#L16642: UserAgentOSNameKey = attribute.Key("user_agent.os.name")
attribute_group.go#L16658: UserAgentOSVersionKey = attribute.Key("user_agent.os.version")
attribute_group.go#L16676: UserAgentSyntheticTypeKey = attribute.Key("user_agent.synthetic.type")
attribute_group.go#L16694: UserAgentVersionKey = attribute.Key("user_agent.version")
attribute_group.go#L16758: VCSChangeIDKey = attribute.Key("vcs.change.id")
attribute_group.go#L16769: VCSChangeStateKey = attribute.Key("vcs.change.state")
attribute_group.go#L16782: VCSChangeTitleKey = attribute.Key("vcs.change.title")
attribute_group.go#L16793: VCSLineChangeTypeKey = attribute.Key("vcs.line_change.type")
attribute_group.go#L16804: VCSOwnerNameKey = attribute.Key("vcs.owner.name")
attribute_group.go#L16815: VCSProviderNameKey = attribute.Key("vcs.provider.name")
attribute_group.go#L16831: VCSRefBaseNameKey = attribute.Key("vcs.ref.base.name")
attribute_group.go#L16864: VCSRefBaseRevisionKey = attribute.Key("vcs.ref.base.revision")
attribute_group.go#L16880: VCSRefBaseTypeKey = attribute.Key("vcs.ref.base.type")
attribute_group.go#L16895: VCSRefHeadNameKey = attribute.Key("vcs.ref.head.name")
attribute_group.go#L16926: VCSRefHeadRevisionKey = attribute.Key("vcs.ref.head.revision")
attribute_group.go#L16941: VCSRefHeadTypeKey = attribute.Key("vcs.ref.head.type")
attribute_group.go#L16953: VCSRefTypeKey = attribute.Key("vcs.ref.type")
attribute_group.go#L16968: VCSRepositoryNameKey = attribute.Key("vcs.repository.name")
attribute_group.go#L16986: VCSRepositoryURLFullKey = attribute.Key("vcs.repository.url.full")
attribute_group.go#L16997: VCSRevisionDeltaDirectionKey = attribute.Key("vcs.revision_delta.direction")
attribute_group.go#L17202: WebEngineDescriptionKey = attribute.Key("webengine.description")
attribute_group.go#L17212: WebEngineNameKey = attribute.Key("webengine.name")
attribute_group.go#L17223: WebEngineVersionKey = attribute.Key("webengine.version")
attribute_group.go#L17258: ZOSSmfIDKey = attribute.Key("zos.smf.id")
attribute_group.go#L17269: ZOSSysplexNameKey = attribute.Key("zos.sysplex.name")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |