File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,13 @@ complex, modern distributed systems.
1717In this tutorial, we'll build a simple application and export its telemetry data
1818to Honeycomb. We'll cover:
1919
20- - [ Setting up your application] ( #setup-your-app )
21- - [ Configuring Honeycomb.io] ( #setup-honeycombio )
20+ - [ Set up your chat app] ( #set-up-your-chat-app )
21+ - [ Set up a Docker collector] ( #set-up-a-docker-collector )
22+ - [ Generating telemetry data] ( #generating-telemetry-data )
2223- [ Viewing telemetry data] ( #viewing-telemetry-data )
23- - [ Next steps] ( #whats-next )
24+
25+ You can find the complete source code for this tutorial
26+ [ on GitHub] ( https://github.com/denoland/examples/tree/main/with-honeycomb ) .
2427
2528## Set up your chat app
2629
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ HyperDX to collect and visualize telemetry data.
1818In this tutorial, we'll build a simple application and export its telemetry data
1919to HyperDX:
2020
21- - [ Setting up your application] ( #setup-your-app )
22- - [ Configuring the OpenTelemetry collector] ( #setup-the-collector )
21+ - [ Set up your chat app] ( #set-up-your-chat-app )
22+ - [ Set up a Docker collector] ( #set-up-a-docker-collector )
23+ - [ Generating telemetry data] ( #generating-telemetry-data )
2324- [ Viewing telemetry data] ( #viewing-telemetry-data )
24- - [ Next steps] ( #whats-next )
2525
2626You can find the complete source code for this tutorial
2727[ on GitHub] ( https://github.com/denoland/examples/tree/main/with-hyperdx ) .
You can’t perform that action at this time.
0 commit comments