diff --git a/README.md b/README.md index ff8585c..38033bc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Our goal is to bring the TypeScript ecosystem the observability tools it’s bee ## Supported integrations +- [`@kubiks/otel-autumn`](./packages/otel-autumn/README.md) - [`@kubiks/otel-better-auth`](./packages/otel-better-auth/README.md) - [`@kubiks/otel-drizzle`](./packages/otel-drizzle/README.md) - [`@kubiks/otel-resend`](./packages/otel-resend/README.md) @@ -23,7 +24,6 @@ Our goal is to bring the TypeScript ecosystem the observability tools it’s bee - [Stripe](https://stripe.com/) - [Polar.sh](https://polar.sh/) -- [Autumn](https://useautumn.com/) - [ClickHouse](https://clickhouse.com/) - [AI SDK](https://ai-sdk.dev/) - [Mastra](https://mastra.ai/) diff --git a/images/otel-autumn-trace.png b/images/otel-autumn-trace.png new file mode 100644 index 0000000..4ca537b Binary files /dev/null and b/images/otel-autumn-trace.png differ diff --git a/packages/otel-autumn/README.md b/packages/otel-autumn/README.md index dc166ad..45e4767 100644 --- a/packages/otel-autumn/README.md +++ b/packages/otel-autumn/README.md @@ -3,6 +3,10 @@ OpenTelemetry instrumentation for the [Autumn](https://useautumn.com) billing SDK. Capture spans for every billing operation including feature checks, usage tracking, checkout flows, product attachments, and cancellations with detailed metadata. +![Autumn Trace Visualization](https://github.com/kubiks-inc/otel/blob/main/images/otel-autumn-trace.png) + +_Visualize your billing operations with detailed span information including operation type, customer IDs, feature IDs, and billing metadata._ + ## Installation ```bash