Skip to content

Commit ca35a4e

Browse files
Rename attributes_to_metrics to metrics_from_attributes
1 parent 0d31213 commit ca35a4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/schemas/file_format_v1.1.0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ applicable only to Span's Event data type. It must contain a sub-section named
170170
"changes" that defines a sequence of actions to be applied to convert events
171171
from the previous version to this version.
172172

173-
Three transformations are supported for section "spans_events": "rename_events",
174-
"rename_attributes" and "split".
173+
Two transformations are supported for section "spans_events": "rename_events" and
174+
"rename_attributes".
175175

176176
#### rename_events Transformation
177177

@@ -218,8 +218,8 @@ only to Metric data type. It must contain a sub-section named "changes" that
218218
defines a sequence of actions to be applied to convert metrics from the previous
219219
version to this version.
220220

221-
Two transformations are supported for section "metrics": "rename_metrics" and
222-
"rename_attributes".
221+
Three transformations are supported for section "metrics": "rename_metrics",
222+
"rename_attributes" and "split".
223223

224224
#### rename_metrics Transformation
225225

0 commit comments

Comments
 (0)