1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/semconv
Alik Khilazhev 4d141e4752
Add k8s.node.name and k8s.node.uid to semconv (#1789)
* Add k8s.node.name and k8s.node.uid to semconv

According to the specification[1] they should exist.

[1] https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/k8s.md#node

* Update changelog

* Update semconv/resource.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Update semconv/resource.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Update semconv/resource.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-04-12 08:21:13 -07:00
..
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
exception.go Adds semantic conventions for exceptions (#1492) 2021-04-01 13:07:46 -07:00
http_test.go Span status from HTTP code: Do not set status message if it can be inferred (#1681) 2021-03-10 08:28:09 -08:00
http.go Span status from HTTP code: Do not set status message if it can be inferred (#1681) 2021-03-10 08:28:09 -08:00
resource.go Add k8s.node.name and k8s.node.uid to semconv (#1789) 2021-04-12 08:21:13 -07:00
trace.go add code attributes to semconv package (#1558) 2021-02-22 13:42:52 -08:00