-
Notifications
You must be signed in to change notification settings - Fork 455
Expand file tree
/
Copy pathotel_alignment_overview.j2
More file actions
21 lines (18 loc) · 1.89 KB
/
Copy pathotel_alignment_overview.j2
File metadata and controls
21 lines (18 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{%import 'macros.j2' as macros%}
---
mapped_pages:
- https://www.elastic.co/guide/en/ecs/master/ecs-otel-alignment-overview.html
applies_to:
stack: all
serverless: all
---
% This file is automatically generated. Don't edit it manually!
# OTel Alignment Overview [ecs-otel-alignment-overview]
The following table summarizes the alignment status by namespaces between ECS in version `{{ ecs_generated_version }}` and OpenTelemetry semantic conventions in version `{{ semconv_version }}`.
| | |
| --- | --- |
| | Number of Fields / Attributes |
| Namespace | ECS | OTel |  |  |  |  |  |  |  |
{% for summary in summaries %}
| {{ summary['title'] }} | {{ macros.format_number_with_local_link(summary['nr_plain_ecs_fields'], "/reference/ecs-" + summary['namespace'] + ".md" ) }} | {{ macros.format_number_with_ext_link(summary['nr_otel_fields'], "https://opentelemetry.io/docs/specs/semconv/attributes-registry/" + macros.dashed_name(summary['namespace'])) }} | {{ macros.format_number(summary['nr_matching_fields']) }} | {{ macros.format_number(summary['nr_equivalent_fields']) }} | {{ macros.format_number(summary['nr_related_fields']) }} | {{ macros.format_number(summary['nr_conflicting_fields']) }} | {{ macros.format_number(summary['nr_metric_fields']) }} | {{ macros.format_number(summary['nr_otlp_fields']) }} | {{ macros.format_number(summary['nr_not_applicable_fields']) }} |
{% endfor %}