From f24d2afd01f84efcc7e0ffc240a833bfc050add8 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Tue, 19 Jul 2022 10:54:37 -0400 Subject: [PATCH] Rename attributes_to_metrics to metrics_from_attributes --- specification/schemas/file_format_v1.1.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/schemas/file_format_v1.1.0.md b/specification/schemas/file_format_v1.1.0.md index b7e8f109fdf..5fbe4b3ece5 100644 --- a/specification/schemas/file_format_v1.1.0.md +++ b/specification/schemas/file_format_v1.1.0.md @@ -170,8 +170,8 @@ applicable only to Span's Event data type. It must contain a sub-section named "changes" that defines a sequence of actions to be applied to convert events from the previous version to this version. -Three transformations are supported for section "spans_events": "rename_events", -"rename_attributes" and "split". +Two transformations are supported for section "spans_events": "rename_events" and +"rename_attributes". #### rename_events Transformation @@ -218,8 +218,8 @@ only to Metric data type. It must contain a sub-section named "changes" that defines a sequence of actions to be applied to convert metrics from the previous version to this version. -Two transformations are supported for section "metrics": "rename_metrics" and -"rename_attributes". +Three transformations are supported for section "metrics": "rename_metrics", +"rename_attributes" and "split". #### rename_metrics Transformation