You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
<imgsrc="/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