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
Copy file name to clipboardExpand all lines: changelog/2025/apr.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Read more about this [here](https://portkey.ai/docs/api-reference/admin-api/cont
40
40
41
41
**Export logs to your internal stack**
42
42
43
-
Enterprises can now push analytics logs to any OTEL-compliant store through Portkey to centralize monitoring, maintain compliance, and ensure efficient operations.
43
+
Enterprises can now push analytics logs to any OTel-compliant store through Portkey to centralize monitoring, maintain compliance, and ensure efficient operations.
44
44
See how it's done [here](https://portkey.ai/docs/product/enterprise-offering/components#analytics-store)
Copy file name to clipboardExpand all lines: changelog/2025/august.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ Princeton and NYU shared how they're deploying Portkey across their institutions
7
7
8
8
**Future of AI Platforms** brought together industry leaders from Doordash, Postman, Qure.ai and more for honest conversations about challenges and opportunities.
9
9
10
-
Meanwhile, we shipped what you asked for: multiple workspace guardrails, OTEL instrumentation, and day-zero support for the latest models.
10
+
Meanwhile, we shipped what you asked for: multiple workspace guardrails, OTel instrumentation, and day-zero support for the latest models.
11
11
12
12
Here's what's new this month:
13
13
## Summary
14
14
15
15
| Area | Key Highlights |
16
16
| :--- | :------------ |
17
17
|**Highlights**| • Making GenAI rollout easy with Princeton, NYU and Internet2 <br/> • Upcoming Palo Alto Networks webinar <br/> • New `/models` endpoint |
|**Gateway & Providers**| • Featherless.ai integration <br/> • GPT-OSS models support <br/> • Claude Opus 4.1 support <br/> • Custom models and pricing |
20
20
21
21
## Highlights
@@ -50,11 +50,11 @@ This reduces per-request overhead while providing automatic batch size optimizat
50
50
51
51
See how you can get started [here](http://localhost:3000/product/ai-gateway/batches).
Portkey now works as an OTel endpoint. Send telemetry from any OTel-compatible source into Portkey and view it alongside LLM call logs. End-to-end observability for performance, cost, and compliance. Super powerful for agent workflows.
You can now export Gateway logs to an OpenTelemetry-compatible endpoint, aligned to experimental GenAI semantic conventions, allowing external systems to ingest AI activity traces. Read more about this [here](https://portkey.ai/docs/product/observability/opentelemetry#experimental-features).
Copy file name to clipboardExpand all lines: changelog/2025/september.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ New provider focused on efficient inference for specialized workloads
155
155
***Azure Foundry** → You can now enable multiple models in a single Azure Foundry integration. This simplifies management and makes it easier to experiment with different models under the same integration, without repetitive setup.
156
156
157
157
* Support custom scope for entra auth to use with deprecated azure serverless models
158
-
* Custom Header support for OTEL Export of analytics data
158
+
* Custom Header support for OTel Export of analytics data
159
159
160
160
161
161
🚨 **Vertex AI deprecation** → Llama 3.1 + 3.2 models will be retired on Jan 15, 2026. Recommended migration: Llama 3.3 or Llama 4.
Copy file name to clipboardExpand all lines: product/enterprise-offering/components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Portkey leverages Clickhouse as the primary Analytics Store for the Control Pane
15
15
</CardGroup>
16
16
17
17
<Note>
18
-
Portkey supports exporting your Clickhouse analytics data to OpenTelemetry (OTEL) compatible collectors, allowing you to integrate Portkey's analytics with your existing observability infrastructure.
18
+
Portkey supports exporting your Clickhouse analytics data to OpenTelemetry (OTel) compatible collectors, allowing you to integrate Portkey's analytics with your existing observability infrastructure.
description: Export Portkey analytics data to OpenTelemetry-compatible collectors for centralized observability
5
+
---
6
+
7
+
Portkey supports sending your Analytics data to OpenTelemetry (OTel) compatible collectors, allowing you to integrate Portkey's analytics with your existing observability infrastructure.
8
+
9
+
## Overview
10
+
11
+
While Portkey leverages Clickhouse as the primary Analytics Store for the Control Panel by default, enterprise customers can integrate Portkey's analytics data with their existing data infrastructure through OpenTelemetry.
12
+
13
+
This export focuses on **aggregated metrics and analytics data** such as:
14
+
15
+
- Request counts and latency metrics
16
+
- Token usage statistics
17
+
- Cost tracking data
18
+
- Error rates and status codes
19
+
20
+
<Note>
21
+
For exporting complete request/response logs with full prompt and completion content, see [Complete Logs Export](/product/enterprise-offering/otel/complete-logs).
22
+
</Note>
23
+
24
+
## Configuration
25
+
26
+
Portkey supports pushing your analytics data to an OTel compatible endpoint. The following environment variables are needed for pushing to OTel:
0 commit comments