Skip to content

Commit 76c9b54

Browse files
authored
Merge branch 'main' into fixup-schema-json
2 parents fcdd660 + 44c6066 commit 76c9b54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The build image
2-
FROM --platform=$BUILDPLATFORM docker.io/rust:1.91.0 AS weaver-build
2+
FROM --platform=$BUILDPLATFORM docker.io/rust:1.91.1 AS weaver-build
33
WORKDIR /build
44
ARG BUILDPLATFORM
55
ARG TARGETPLATFORM

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _Treat your telemetry like a public API_
1414
[![codecov](https://codecov.io/gh/open-telemetry/weaver/graph/badge.svg?token=tmWKFoMT2G)](https://codecov.io/gh/open-telemetry/weaver)
1515
[![build](https://github.com/open-telemetry/weaver/actions/workflows/audit.yml/badge.svg)](https://github.com/open-telemetry/weaver/actions/workflows/audit.yml)
1616
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
17-
[![Slack](https://img.shields.io/badge/Slack-OpenTelemetry_Weaver-purple)](https://cloud-native.slack.com/archives/C0697EXNTL3)
17+
[![Slack](https://img.shields.io/badge/Slack-%23otel--weaver-purple)](https://cloud-native.slack.com/archives/C0697EXNTL3)
1818

1919
OpenTelemetry Weaver helps teams build observability by design, enabling consistent, type-safe, and automated telemetry through semantic conventions. With Weaver, you can define, validate, and evolve your telemetry schemas, ensuring reliability and clarity across your systems.
2020

@@ -67,12 +67,12 @@ Weaver provides a _set of tools_ for working with **schematized telemetry**.
6767

6868
Further reading:
6969
- [Weaver Architecture](docs/architecture.md): A document detailing the architecture of the project.
70-
- [Application Telemetry Schema OTEP](https://github.com/open-telemetry/oteps/blob/main/text/0243-app-telemetry-schema-vision-roadmap.md): A vision and roadmap for the concept of Application Telemetry Schema.
70+
- [Application Telemetry Schema OTEP](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0243-app-telemetry-schema-vision-roadmap.md): A vision and roadmap for the concept of Application Telemetry Schema.
7171

7272
## Examples and How-Tos
7373

74+
- [Weaver Examples](https://github.com/open-telemetry/opentelemetry-weaver-examples) - Official OTel project showcasing weaver use cases through runnable examples.
7475
- [O11y by design](https://github.com/jsuereth/o11y-by-design/) - from the CNCF 2025 presentation
75-
- [Weaver Example](https://github.com/jerbly/weaver-example) - doc-gen, code-gen, emit, live-check in CI/CD
7676
- [Define your own telemetry schema](docs/define-your-own-telemetry-schema.md) - A guide on how to define your own
7777
telemetry schema using semantic conventions.
7878

0 commit comments

Comments
 (0)