Skip to content

Add support for opentelemetry tracing #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

bobrik
Copy link
Contributor

@bobrik bobrik commented Oct 16, 2023

Example trace:

image

To produce it:

  1. Run jaeger:
docker run --rm -it --net host jaegertracing/all-in-one:1.50
  1. Run ebpf_exporter:
make && make -C examples && sudo ./ebpf_exporter --config.dir=examples --config.names=biotrace --otlp.addr=localhost:4317
  1. Open jaeger ui on port 16686.

@bobrik bobrik marked this pull request as draft October 16, 2023 02:58
@bobrik bobrik force-pushed the ivan/otel branch 3 times, most recently from 2c48c3c to 7f1b85e Compare October 21, 2023 01:11
@bobrik
Copy link
Contributor Author

bobrik commented Oct 21, 2023

Current status: retransmits in kernel space are visible on traces that start in userspace.

image

@bobrik bobrik force-pushed the ivan/otel branch 6 times, most recently from a178093 to c0ec7fe Compare October 23, 2023 04:39
@bobrik bobrik force-pushed the ivan/otel branch 2 times, most recently from c3b2752 to 10e300f Compare October 25, 2023 04:26
@bobrik bobrik force-pushed the ivan/otel branch 4 times, most recently from bb42086 to e78a000 Compare December 31, 2023 23:29
@bobrik bobrik force-pushed the ivan/otel branch 7 times, most recently from bb4a881 to b271344 Compare February 10, 2024 03:59
@bobrik bobrik force-pushed the ivan/otel branch 5 times, most recently from c7762cc to 03e7159 Compare February 26, 2024 05:15
@bobrik bobrik force-pushed the ivan/otel branch 4 times, most recently from 95cf6ba to dcc6d32 Compare February 26, 2024 06:00
@bobrik bobrik marked this pull request as ready for review February 26, 2024 06:48
@bobrik bobrik merged commit 6f0c71e into cloudflare:master Feb 26, 2024
@bobrik bobrik deleted the ivan/otel branch February 27, 2024 00:19
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.

1 participant