Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add OpenTelemetry and Jaeger event intake API to OpenAPI document #13056

Merged
merged 15 commits into from
Jun 3, 2024
Merged
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@
> * A list of all **breaking changes** are documented in [`changelogs/all-breaking-changes.asciidoc`](/changelogs/all-breaking-changes.asciidoc).
> * **Sample data sets** that are injected into the docs are in the [`docs/data/`](/docs/data/) directory.
> * **Specifications** that are injected into the docs are in the [`docs/spec/`](/docs/spec/) directory.

To generate the bundled files in the [`docs/spec/openapi`](/docs/spec/openapi) directory, use [redocly bundle](https://redocly.com/docs/cli/commands/bundle/). For example:

```
npx @redocly/cli bundle apm-openapi.yaml --output bundled.yaml --ext yaml
npx @redocly/cli bundle apm-openapi.yaml --output bundled.json --ext json
```

706 changes: 38 additions & 668 deletions docs/spec/openapi/apm-openapi.yaml

Large diffs are not rendered by default.

Loading
Loading