From 815528fab5c7d0e78fa84cc5c21eef553dd545e6 Mon Sep 17 00:00:00 2001 From: jerbly Date: Sat, 15 Nov 2025 13:10:47 -0500 Subject: [PATCH] Point to OTel Weaver Examples project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60396b7..96e84722 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ Further reading: ## Examples and How-Tos +- [Weaver Examples](https://github.com/open-telemetry/opentelemetry-weaver-examples) - Official OTel project showcasing weaver use cases through runnable examples. - [O11y by design](https://github.com/jsuereth/o11y-by-design/) - from the CNCF 2025 presentation -- [Weaver Example](https://github.com/jerbly/weaver-example) - doc-gen, code-gen, emit, live-check in CI/CD - [Define your own telemetry schema](docs/define-your-own-telemetry-schema.md) - A guide on how to define your own telemetry schema using semantic conventions.