Skip to content

Commit 2bb435c

Browse files
docs: add tencent apm as new integration (#110)
1 parent fae41a2 commit 2bb435c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

img/integrations/tencent.png

751 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "LLM Observability with Tencent APM and OpenLLMetry"
3+
sidebarTitle: "Tencent Cloud"
4+
---
5+
6+
[Tencent APM](https://console.tencentcloud.com/apm) is a monitoring and observability platform that provides a comprehensive view of your application's performance and behavior.
7+
8+
Tencent APM(also known as `TAPM`) natively supports OpenTelemetry, so you can use OpenLLMetry to trace your applications on this platform.
9+
10+
<Frame>
11+
<img src="/img/integrations/tencent.png" />
12+
</Frame>
13+
14+
To integrate OpenLLMetry with Tencent APM, you'll need to configure your tracing endpoint and authentication:
15+
16+
17+
```bash
18+
TRACELOOP_BASE_URL="<TAPM_ENDPOINT>" # Use port `55681` rather than `4317` as the default port.
19+
TRACELOOP_HEADERS="Authorization=Bearer%20<TAPM_TOKEN>" # header values in env variables must be URL‑encoded.
20+
```
21+
22+
Tencent APM defaults to using port `4317` for the gRPC exporter; we recommend using port `55681` instead, which is the HTTP exporter port.

0 commit comments

Comments
 (0)