Skip to content

Commit

Permalink
Use ebpf-http2-tracing as the link component (#28)
Browse files Browse the repository at this point in the history
* Use ebpf-http2-tracing as the link component

Signed-off-by: yzhao1012 <[email protected]>

* Fix other README too.

Signed-off-by: Hannah Troisi <[email protected]>

Co-authored-by: Hannah Troisi <[email protected]>
  • Loading branch information
yzhao1012 and htroisi authored Jan 20, 2022
1 parent 34e0b14 commit 04269ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Want to deprecate an API? Use [Pixie](https://github.com/pixie-io/pixie) to quic

[Can I deprecate this endpoint?](https://blog.px.dev/endpoint-deprecation) is the accompanying blog post for this demo.

## http2-tracing

Demo project to accompany the [Observing HTTP/2 Traffic is Hard, but eBPF Can Help](https://blog.px.dev/ebpf-http2-tracing/) blog post. This is a basic example of how to trace HTTP/2 messages using eBPF uprobes.

## k8s-cost-estimation

Use Pixie to estimate the cost of hosting your Kubernetes cluster.
Expand All @@ -45,10 +49,6 @@ Demo project to accompany the [Detect SQL injections with Pixie](https://blog.px

Demo project to accompany the [Tables are Hard, Part 2: Building a Simple Data Table in React](https://blog.px.dev/tables-are-hard-2) blog post. Interactive demo: [github.io](https://pixie-io.github.io/pixie-demos/react-table).

## http2-tracing

Demo project to accompany the [Observing HTTP/2 Traffic is Hard, but eBPF Can Help](https://blog.px.dev/http2-tracing/) blog post. This is a basic example of how to trace HTTP/2 messages using eBPF uprobes.

# Have questions? Need help?

Please reach out on our Pixie Community [Slack](https://slackin.px.dev/) or file a GitHub issue.
2 changes: 1 addition & 1 deletion http2-tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use eBPF uprobes to trace HTTP/2 headers, without any changes to the application
## What is this demo?

This demo provides the gRPC client and server, and the uprobe tracer for
[Observing HTTP/2 Traffic is Hard, but eBPF Can Help](https://blog.px.dev/http2-tracing)
[Observing HTTP/2 Traffic is Hard, but eBPF Can Help](https://blog.px.dev/ebpf-http2-tracing/)
blog post. Follow the instructions provided below to trace HTTP/2 message headers with eBPF uprobes.

## Prerequisites
Expand Down

0 comments on commit 04269ef

Please sign in to comment.