Commit Graph

5 Commits

Author SHA1 Message Date
Alex Boten b688e7a6fc
[semconv] update template to remove deprecated semconv attributes (#10829)
This PR is updating the jinja template to ignore deprecated attributes
as was done in
https://github.com/open-telemetry/opentelemetry-go/pull/5476.
Additonally, generate v1.26.0 semconv package

This replaces
https://github.com/open-telemetry/opentelemetry-collector/pull/10249

Fixes
https://github.com/open-telemetry/opentelemetry-collector/issues/10813

NOTE: This leaves empty resource/trace/event files, but I'd rather not
remove the methods they expose in this change

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-08-07 13:35:19 -07:00
Alex Boten 80d704deb4
[chore] use license shortform (#7694)
* [chore] use license shortform

To remain consistent w/ contrib repo, see https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/22052

Signed-off-by: Alex Boten <aboten@lightstep.com>

* make goporto

Signed-off-by: Alex Boten <aboten@lightstep.com>

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-05-18 13:11:17 -07:00
Ben B 69dd391ff9
add semantic conventions for specification v1.18.0 (#7169)
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
2023-02-15 06:52:23 -08:00
Ben B b04c8d9f37
add semantic conventions for specification v1.17.0 (#7171)
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
2023-02-14 16:56:51 -08:00
Dmitrii Anoshin b2870634ff
Move semconv package from pdata to its own module (#5196)
- Move `model/semconv` package to a new `semconv` module
- Add deprecation notices to API from `model/semconv`
2022-04-14 11:49:20 -07:00