**What are you trying to achieve?** Rename `exception.*` attributes to the corresponding ECS names under `error.*` (see https://github.com/open-telemetry/oteps/pull/222 for motivation). Rename: * `exception.type` -> [`error.type`](https://www.elastic.co/guide/en/ecs/current/ecs-error.html#field-error-type) * `exception.message` -> [`error.message`](https://www.elastic.co/guide/en/ecs/current/ecs-error.html#field-error-message) * `exception.stacktrace` -> [`error.stack_trace`](https://www.elastic.co/guide/en/ecs/current/ecs-error.html#field-error-stack-trace) * `exception.escaped` -> (nothing corresponding)
What are you trying to achieve?
Rename
exception.*attributes to the corresponding ECS names undererror.*(see open-telemetry/oteps#222 for motivation).Rename:
exception.type->error.typeexception.message->error.messageexception.stacktrace->error.stack_traceexception.escaped-> (nothing corresponding)