Skip to content
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

Unify HTTP SSL, K probes and NodeJS tracer in a single tracer #1215

Merged
merged 29 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0f0f73e
Rename http_ssl to generic_tracer
marctc Oct 2, 2024
b238a81
fix
marctc Oct 2, 2024
2e474bf
fix2
marctc Oct 2, 2024
39f1ad5
merge ktracer
marctc Oct 2, 2024
9b8e5e7
Fix git lfs workflow
rafaelroquetto Oct 2, 2024
94667bb
Trigger git-lfs
marctc Oct 2, 2024
d72d1a3
Fix clang-format-check workflow
rafaelroquetto Oct 2, 2024
9db6090
restructure
marctc Oct 4, 2024
5c30c9c
Merge branch 'use_generic_tracer' of github.com:grafana/beyla into us…
marctc Oct 4, 2024
7ba28e3
Avoid import
marctc Oct 4, 2024
99203e1
Merge branch 'main' into use_generic_tracer
marctc Oct 4, 2024
d20a7f3
potential fix
marctc Oct 4, 2024
4f41cec
Merge branch 'use_generic_tracer' of github.com:grafana/beyla into us…
marctc Oct 4, 2024
9eea24f
Rework loading of libssl and nodejs extensions
grcevski Oct 9, 2024
9dfe961
Fix bug in generic tracer
grcevski Oct 9, 2024
04a124c
Fix linter
grcevski Oct 9, 2024
b27fd21
Fix node js import
grcevski Oct 9, 2024
76f44fd
Fix bugs related to nodejs
grcevski Oct 10, 2024
71e2ae9
Merge branch 'main' into use_generic_tracer
marctc Oct 10, 2024
17ca01a
Merge branch 'use_generic_tracer' of github.com:grafana/beyla into us…
marctc Oct 10, 2024
119f88b
delete k_tracer.c
marctc Oct 10, 2024
c5300fe
Delete stuff
marctc Oct 10, 2024
f381709
Revert "Delete stuff"
marctc Oct 10, 2024
ab7efcc
rebuild bpfs
grcevski Oct 10, 2024
77ce9dd
Merge branch 'use_generic_tracer' of github.com:grafana/beyla into us…
grcevski Oct 10, 2024
304ea59
Revert "Revert "Delete stuff""
marctc Oct 10, 2024
8e4c101
Fix system wide crash
grcevski Oct 10, 2024
f979e5b
Rework uprobe attachments
grcevski Oct 10, 2024
fe61e4e
Merge branch 'use_generic_tracer' of github.com:grafana/beyla into us…
grcevski Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ test/integration/components/goredis/vendor/*
test/integration/components/goredis/goredis
test/integration/components/go_otel/rolldice
test/integration/components/go_otel_grpc/rolldice
test/integration/components/pythonserver/lib/
test/integration/components/pythonserver/lib64
test/integration/components/pythonserver/pyvenv.cfg
5 changes: 5 additions & 0 deletions bpf/generic_tracer.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "k_tracer.h"
#include "http_ssl.h"
#include "nodejs.h"

char __license[] SEC("license") = "Dual MIT/GPL";
259 changes: 0 additions & 259 deletions bpf/http_ssl.c

This file was deleted.

Loading
Loading