Skip to content

Commit ea9a343

Browse files
docs: add tencent cloud hyperlinks (#111)
1 parent 5c5aa01 commit ea9a343

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"openllmetry/integrations/service-now",
133133
"openllmetry/integrations/signoz",
134134
"openllmetry/integrations/sentry",
135-
"openllmetry/integrations/splunk"
135+
"openllmetry/integrations/splunk",
136+
"openllmetry/integrations/tencent"
136137
]
137138
},
138139
{

openllmetry/integrations/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ in any observability platform that supports OpenTelemetry.
4848
<Card title="Sentry" href="/openllmetry/integrations/sentry"></Card>
4949
<Card title="SigNoz" href="/openllmetry/integrations/signoz"></Card>
5050
<Card title="Splunk" href="/openllmetry/integrations/splunk"></Card>
51+
<Card title="Tencent Cloud" href="/openllmetry/integrations/tencent"></Card>
5152
</CardGroup>

openllmetry/integrations/tencent.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "LLM Observability with Tencent APM and OpenLLMetry"
33
sidebarTitle: "Tencent Cloud"
44
---
55

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.
6+
[Tencent APM](https://console.tencentcloud.com/apm), also known as `TAPM`, is a monitoring and observability platform that provides a comprehensive view of your application's performance and behavior.
77

8-
Tencent APM(also known as `TAPM`) natively supports OpenTelemetry, so you can use OpenLLMetry to trace your applications on this platform.
8+
Tencent APM natively supports OpenTelemetry, so you can use OpenLLMetry to trace your applications.
99

1010
<Frame>
1111
<img src="/img/integrations/tencent.png" />
@@ -19,4 +19,4 @@ TRACELOOP_BASE_URL="<TAPM_ENDPOINT>" # Use port `55681` rather than `4317` as th
1919
TRACELOOP_HEADERS="Authorization=Bearer%20<TAPM_TOKEN>" # header values in env variables must be URL‑encoded.
2020
```
2121

22-
Tencent APM defaults to using port `4317` for the gRPC exporter; we recommend using port `55681` instead, which is the HTTP exporter port.
22+
Tencent APM defaults to using port `4317` for the gRPC exporter, and we recommend using port `55681` instead here, which is the HTTP exporter port.

0 commit comments

Comments
 (0)