Skip to content

Conversation

ricoberger
Copy link
Member

kobs now supports tracing via the OpenTelemetry Jaeger or Zipkin
exporter.

At this point not all functions are instrumented, but most of them are
creating spans now. We also propergate the trace information on all
outgoing http requests and try to get them from incoming requests, so
that kobs can be seamlessly integregated with other applications which
are support this.

kobs now supports tracing via the OpenTelemetry Jaeger or Zipkin
exporter.

At this point not all functions are instrumented, but most of them are
creating spans now. We also propergate the trace information on all
outgoing http requests and try to get them from incoming requests, so
that kobs can be seamlessly integregated with other applications which
are support this.
@ricoberger ricoberger force-pushed the app-add-tracing-support branch from 2e217dd to c1f2c8f Compare June 17, 2022 15:47
@codecov-commenter
Copy link

Codecov Report

Merging #361 (c1f2c8f) into main (7883065) will increase coverage by 0.62%.
The diff coverage is 56.07%.

@@            Coverage Diff             @@
##             main     #361      +/-   ##
==========================================
+ Coverage   46.46%   47.09%   +0.62%     
==========================================
  Files         128      130       +2     
  Lines        9190     9938     +748     
==========================================
+ Hits         4270     4680     +410     
- Misses       4834     5160     +326     
- Partials       86       98      +12     
Impacted Files Coverage Δ
cmd/kobs/hub/hub.go 19.39% <0.00%> (-1.12%) ⬇️
cmd/kobs/satellite/satellite.go 13.09% <0.00%> (-1.58%) ⬇️
pkg/hub/api/plugins/plugins.go 0.00% <ø> (ø)
pkg/hub/hub.go 0.00% <0.00%> (ø)
pkg/kube/clusters/cluster/terminal/terminal.go 0.00% <0.00%> (ø)
pkg/middleware/httptracer/httptracer.go 0.00% <0.00%> (ø)
pkg/satellite/api/resources/resources.go 3.30% <0.00%> (ø)
pkg/satellite/plugins/plugins.go 0.00% <0.00%> (ø)
pkg/satellite/satellite.go 0.00% <0.00%> (ø)
pkg/tracer/tracer.go 0.00% <0.00%> (ø)
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7883065...c1f2c8f. Read the comment docs.

@ricoberger ricoberger merged commit da5c2ac into main Jun 17, 2022
@ricoberger ricoberger deleted the app-add-tracing-support branch June 17, 2022 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants