Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"openllmetry/integrations/service-now",
"openllmetry/integrations/signoz",
"openllmetry/integrations/sentry",
"openllmetry/integrations/splunk"
"openllmetry/integrations/splunk",
"openllmetry/integrations/tencent"
]
Comment on lines +135 to 137
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Nav entry added — LGTM; validate JSON and single inclusion

Ordering matches the catalog. Ensure JSON validity and that the page is reachable.


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# 1) JSON is valid
jq . mint.json >/dev/null

# 2) Nav contains Tencent exactly once in this group
rg -nP '"openllmetry/integrations/tencent"' mint.json

# 3) Route exists in repo (pairs with the MDX check)
fd -a -t f -E node_modules -g 'openllmetry/integrations/tencent.*'

Length of output: 46


Nav entry added — missing route: add or remove Tencent page

mint.json is valid; "openllmetry/integrations/tencent" appears once (mint.json:136) but no matching page file was found in the repo.

  • Action: add a page matching the route "openllmetry/integrations/tencent" (e.g. docs/openllmetry/integrations/tencent.mdx) or remove the nav entry.
🤖 Prompt for AI Agents
In mint.json around lines 135-137 the nav entry
"openllmetry/integrations/tencent" is present but there is no matching page
file; either add a page at docs/openllmetry/integrations/tencent.mdx (match
existing docs frontmatter/title/layout conventions and relative path so the
route resolves) or remove the "openllmetry/integrations/tencent" entry from
mint.json; ensure the new file path/name exactly matches the route and
update/commit the change.

},
{
Expand Down
1 change: 1 addition & 0 deletions openllmetry/integrations/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ in any observability platform that supports OpenTelemetry.
<Card title="Sentry" href="/openllmetry/integrations/sentry"></Card>
<Card title="SigNoz" href="/openllmetry/integrations/signoz"></Card>
<Card title="Splunk" href="/openllmetry/integrations/splunk"></Card>
<Card title="Tencent Cloud" href="/openllmetry/integrations/tencent"></Card>
</CardGroup>
6 changes: 3 additions & 3 deletions openllmetry/integrations/tencent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Frame>
<img src="/img/integrations/tencent.png" />
Expand All @@ -19,4 +19,4 @@ TRACELOOP_BASE_URL="<TAPM_ENDPOINT>" # Use port `55681` rather than `4317` as th
TRACELOOP_HEADERS="Authorization=Bearer%20<TAPM_TOKEN>" # 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.