Skip to content

Commit 179131d

Browse files
committed
Add example images to Axiom and Honeycomb documentation for better visualization of trace data. This enhances user understanding of the observability features available in Cloudflare Workers.
1 parent ed45756 commit 179131d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
336 KB
Loading
156 KB
Loading

src/content/docs/workers/observability/exporting-opentelemetry-data/axiom.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Axiom is a serverless log analytics platform that helps you store, search, and a
1111
- Store and query logs and traces at scale
1212
- Create dashboards and alerts to monitor your Workers
1313

14+
![Trace view with timing information displayed on a timeline](~/assets/images/workers-observability/axiom-example.png)
15+
1416
This guide will walk you through exporting OpenTelemetry-compliant traces and logs to Axiom from your Cloudflare Worker application
1517

1618
## Prerequisites

src/content/docs/workers/observability/exporting-opentelemetry-data/honeycomb.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Honeycomb is an observability platform built for high-cardinality data that help
1212
- Query and analyze logs with unlimited dimensionality across any attribute
1313
- Create custom queries and dashboards to monitor your Workers
1414

15+
![Trace view including POST request, fetch operations, durable object subrequest, and queue send, with timing information displayed on a timeline](~/assets/images/workers-observability/honeycomb-example.png)
16+
1517
This guide will walk you through configuring your Cloudflare Worker application to export OpenTelemetry-compliant traces and logs to Honeycomb.
1618

1719
## Prerequisites

0 commit comments

Comments
 (0)