Commit Graph

4 Commits

Author SHA1 Message Date
Dave Protasowski a624c759be
create a knative semconv package to simplify otel dep bumps (#3269) 2025-10-07 18:47:13 +00:00
Dave Protasowski 72b164e68f
Bump OTel dependencies and semconv (#3245)
* bump OTel deps

* bump OTel semconv to v1.37.0

* Use OTel TranslationStrategy options for prometheus

* bump OTel runtime package
2025-10-07 13:29:12 +00:00
Dave Protasowski 9435aa66de
[observability/resource] fix service name calculation (#3204)
* fix service name calculation

* drop comment

* fix linter

* simplify comment
2025-07-04 12:48:57 +00:00
Dave Protasowski 5abfb107f2
[injection/sharedmain] OTel Support (#3190)
* sharedmain changes

* go mod

* vendor

* address PR feedback

* bump semconv to v1.34.0

* drop globalviews in favour of sharedmain option

Given Views in OTel are overrides for end-users this should really be a
sharedmain option instead of a dedicated package. In OpenCensus views
were required but in OTel they are not

* PR feedback

* panic if we drift semconv version from the SDK

* fix testing import

* bump runtime instrumentation

* gofumpt file

* don't set enabled=false on init since the profiling Handler already does it
2025-06-27 00:18:06 +00:00