diff --git a/mint.json b/mint.json
index 20b5d48..34b9d61 100644
--- a/mint.json
+++ b/mint.json
@@ -132,7 +132,8 @@
"openllmetry/integrations/service-now",
"openllmetry/integrations/signoz",
"openllmetry/integrations/sentry",
- "openllmetry/integrations/splunk"
+ "openllmetry/integrations/splunk",
+ "openllmetry/integrations/tencent"
]
},
{
diff --git a/openllmetry/integrations/introduction.mdx b/openllmetry/integrations/introduction.mdx
index 8764187..c775c88 100644
--- a/openllmetry/integrations/introduction.mdx
+++ b/openllmetry/integrations/introduction.mdx
@@ -48,4 +48,5 @@ in any observability platform that supports OpenTelemetry.
+
diff --git a/openllmetry/integrations/tencent.mdx b/openllmetry/integrations/tencent.mdx
index e1175a0..172ce69 100644
--- a/openllmetry/integrations/tencent.mdx
+++ b/openllmetry/integrations/tencent.mdx
@@ -3,9 +3,9 @@ title: "LLM Observability with Tencent APM and OpenLLMetry"
sidebarTitle: "Tencent Cloud"
---
-[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.
+[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.
-Tencent APM(also known as `TAPM`) natively supports OpenTelemetry, so you can use OpenLLMetry to trace your applications on this platform.
+Tencent APM natively supports OpenTelemetry, so you can use OpenLLMetry to trace your applications.
@@ -19,4 +19,4 @@ TRACELOOP_BASE_URL="" # Use port `55681` rather than `4317` as th
TRACELOOP_HEADERS="Authorization=Bearer%20" # header values in env variables must be URL‑encoded.
```
-Tencent APM defaults to using port `4317` for the gRPC exporter; we recommend using port `55681` instead, which is the HTTP exporter port.
+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.