Skip to content

Commit 3a54c60

Browse files
committed
remove dev endpoint from docs for otel
1 parent b4bf925 commit 3a54c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/agents/openai-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ from agents import Agent, Runner, function_tool
834834
import asyncio
835835
import os
836836

837-
os.environ["OTEL_EXPORTER_OTLP_ENDPOINT"] = "https://api.portkeydev.com/v1/logs/otel"
837+
os.environ["OTEL_EXPORTER_OTLP_ENDPOINT"] = "https://api.portkey.com/v1/logs/otel"
838838
os.environ["OTEL_EXPORTER_OTLP_HEADERS"] = f"x-portkey-api-key={YOUR_PORTKEY_API_KEY}"
839839

840840
class Weather(BaseModel):

integrations/tracing-providers/logfire.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Logfire is a tool for comprehensive observability of your LLM appl
99
All you need to do is set the following environment variables in your application:
1010

1111
```sh
12-
OTEL_EXPORTER_OTLP_ENDPOINT = "https://api.portkeydev.com/v1/logs/otel"
12+
OTEL_EXPORTER_OTLP_ENDPOINT = "https://api.portkey.com/v1/logs/otel"
1313
OTEL_EXPORTER_OTLP_HEADERS = "x-portkey-api-key={YOUR_PORTKEY_API_KEY}"
1414
```
1515

0 commit comments

Comments
 (0)