Skip to content

Commit

Permalink
[DOCS] Add OpenTelemetry and Jaeger event intake API to OpenAPI docum…
Browse files Browse the repository at this point in the history
…ent (#13056)

* [DOCS] Add OpenTelemetry intake API to OpenAPI document

* Add Jaeger event intake APIs

* Deprecate Jaeger operations

* Split OpenAPI source files

* Remove asyn parameter from intake_v2_events.yaml

---------

Co-authored-by: Silvia Mitter <[email protected]>
  • Loading branch information
lcawl and simitt authored Jun 3, 2024
1 parent c655e92 commit 0219645
Show file tree
Hide file tree
Showing 30 changed files with 1,156 additions and 914 deletions.
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

0 comments on commit 0219645

Please sign in to comment.