go.opentelemetry.io/otel/attribute.Key.Float64 (method)

16 uses

	go.opentelemetry.io/otel/attribute (current package)
		key.go#L80: func (k Key) Float64(v float64) KeyValue {
		kv.go#L53: 	return Key(k).Float64(v)

	go.opentelemetry.io/otel/semconv/v1.41.0
		attribute_group.go#L273: 	return AppJankPeriodKey.Float64(val)
		attribute_group.go#L280: 	return AppJankThresholdKey.Float64(val)
		attribute_group.go#L1369: 	return AWSDynamoDBProvisionedReadCapacityKey.Float64(val)
		attribute_group.go#L1377: 	return AWSDynamoDBProvisionedWriteCapacityKey.Float64(val)
		attribute_group.go#L1794: 	return AzureCosmosDBOperationRequestChargeKey.Float64(val)
		attribute_group.go#L7148: 	return GenAIEvaluationScoreValueKey.Float64(val)
		attribute_group.go#L7176: 	return GenAIRequestFrequencyPenaltyKey.Float64(val)
		attribute_group.go#L7197: 	return GenAIRequestPresencePenaltyKey.Float64(val)
		attribute_group.go#L7225: 	return GenAIRequestTemperatureKey.Float64(val)
		attribute_group.go#L7232: 	return GenAIRequestTopKKey.Float64(val)
		attribute_group.go#L7239: 	return GenAIRequestTopPKey.Float64(val)
		attribute_group.go#L7270: 	return GenAIResponseTimeToFirstChunkKey.Float64(val)
		attribute_group.go#L7604: 	return GeoLocationLatKey.Float64(val)
		attribute_group.go#L7613: 	return GeoLocationLonKey.Float64(val)