Skip to content

Commit 82f55c6

Browse files
authored
fix(span-first): Update attribute type from 'float' to 'double' (#15084)
1 parent d57af68 commit 82f55c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/span-protocol.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Attributes are stored as key-value pairs where each value is an object with type
142142

143143
| Property | Type | Required | Description |
144144
|----------|------|----------|-------------|
145-
| `type` | string | Yes | The data type of the attribute value. Values: `"string"`, `"integer"`, `"float"`, `"boolean"` |
145+
| `type` | string | Yes | The data type of the attribute value. Values: `"string"`, `"integer"`, `"double"`, `"boolean"` |
146146
| `value` | any | Yes | The actual attribute value, must match the specified type |
147147
| `unit` | string | No | The unit of the attribute value. Example values: `"ms"`, `"s"`, `"bytes"`, `"count"`, `"percent"` |
148148

0 commit comments

Comments
 (0)