-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maksym M
committed
Dec 6, 2023
1 parent
2da49d2
commit 368da56
Showing
5 changed files
with
31 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
label: OpenTelemetry | ||
order: -4 | ||
--- | ||
|
||
If your codebase is already instrumented with [OpenTelemetry](https://opentelemetry.io/), you can start sending your tracing data to Baselime today. | ||
|
||
Get your public Baselime API key in the [Baselime console](https://console.baselime.io). | ||
|
||
--- | ||
## HTTP | ||
|
||
Add the Baselime OpenTelemetry endpoint to your exporter: | ||
- Endpoint `https://otel.baselime.io/v1/` | ||
- Header: `x-api-key: <BASELIME_API_KEY>` | ||
|
||
--- | ||
## gRPC | ||
|
||
Add the Baselime OpenTelemetry endpoint to your exporter: | ||
- Endpoint `otel-grpc.baselime.io:4317` | ||
- Header: `api-key: <BASELIME_API_KEY>` | ||
|
||
--- | ||
## Baselime Opentelemetry Distributables | ||
* [Python](https://github.com/baselime/python-opentelemetry) | ||
* [Node](https://github.com/baselime/node-opentelemetry) | ||
* [Go](https://github.com/baselime/go-opentelemetry) | ||
* [Lambda](https://github.com/baselime/lambda-node-opentelemetry) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.