Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
979 changes: 0 additions & 979 deletions demo/resolved-schema.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions docs/define-your-own-telemetry-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ dependencies:
> - The `schema_base_url` field is not currently used by the weaver tool. It is
intended for future use once telemetry schema v2 is fully specified and
implemented.
> - Only a single dependency at one level is supported. The most common use case
is depending on the OTEL semantic conventions registry.
> - Weaver supports a maximum of 10 registry levels without circular
dependencies. In practice, this is not a limitation, even for complex
enterprise environments.

Below is an example of a valid `registry_manifest.yaml` file:

Expand Down
32 changes: 16 additions & 16 deletions docs/images/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/old-stuff/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Outdated or obsolete content

This directory contains documentation that is no longer up to date or requires
significant updates. They are kept here for reference.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for more information).

The following diagram shows how a Component Telemetry Schema is structured.

![Telemetry Schema](./images/0240-otel-weaver-component-schema.svg)
![Telemetry Schema](../images/0240-otel-weaver-component-schema.svg)

> Note 1: Each signal definition, where possible, reuses the existing syntax and
> semantics defined by the semantic conventions. Each signal definition is also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Telemetry Schema, 2) Resolved Telemetry Schemas serve as the mechanism for
distributing Telemetry Schemas throughout the entire ecosystem, and 3) Resolved
Telemetry Schemas would replace/augment existing SchemaURL.

![Use cases](./images/0240-otel-weaver-use-cases.svg)
![Use cases](../images/0240-otel-weaver-use-cases.svg)

The main components of a Resolved Telemetry Schema are illustrated in the
diagram below. The 'OTel Weaver' tool is used to create these schemas. It can
Expand All @@ -34,7 +34,7 @@ Resolved Telemetry Schema serves as a key mechanism for interoperability,
feeding various external tools, including SDK generators, documentation
generators, policy enforcers, and more.

![Resolved Telemetry Schema](./images/0240-otel-weaver-resolved-schema.svg)
![Resolved Telemetry Schema](../images/0240-otel-weaver-resolved-schema.svg)

The internal catalog is used to define all the attributes and metrics in this
artifact. This design allows for the reuse of the same attributes or metrics
Expand Down
2 changes: 1 addition & 1 deletion docs/schema-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ items (attributes, metrics, events, spans, resources). Future evolutions of the
diffing process could generate a more detailed diff report by comparing the fields
of those top-level schema items.

This [document](schema-changes-explorations-for-future-evolutions.md) explores more complex uses cases.
This [document](old-stuff/schema-changes-explorations-for-future-evolutions.md) explores more complex uses cases.
117 changes: 0 additions & 117 deletions examples/ex1.rs

This file was deleted.

Loading