File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed
buildscripts/semantic-convention/templates/registry Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ {#
2+ Copyright The OpenTelemetry Authors
3+ SPDX-License-Identifier: Apache-2.0
4+
5+ This file is:
6+ - a Jinja template,
7+ - used to generate semantic conventions,
8+ - using weaver.
9+
10+ For doc on the template syntax:
11+ https://jinja.palletsprojects.com/en/3.0.x/
12+
13+ For doc on the semantic conventions:
14+ https://github.com/open-telemetry/semantic-conventions
15+
16+ For doc on weaver:
17+ https://github.com/open-telemetry/weaver
18+ #}
19+
20+
121{% - macro file_header () -%}
222# Copyright The OpenTelemetry Authors
323#
Original file line number Diff line number Diff line change 1+ {#
2+ Copyright The OpenTelemetry Authors
3+ SPDX-License-Identifier: Apache-2.0
4+
5+ This file is:
6+ - a Jinja template,
7+ - used to generate semantic conventions,
8+ - using weaver.
9+
10+ For doc on the template syntax:
11+ https://jinja.palletsprojects.com/en/3.0.x/
12+
13+ For doc on the semantic conventions:
14+ https://github.com/open-telemetry/semantic-conventions
15+
16+ For doc on weaver:
17+ https://github.com/open-telemetry/weaver
18+ #}
19+ /*
20+ * Copyright The OpenTelemetry Authors
21+ * SPDX-License-Identifier: Apache-2.0
22+ */
23+
24+ /*
25+ * DO NOT EDIT, this is an Auto-generated file from:
26+ * buildscripts/semantic-convention/templates/registry/semantic_metrics-h.j2
27+ */
28+ {# ========================================================================== #}
29+
130# Copyright The OpenTelemetry Authors
231#
332# Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments