Skip to content

Commit

Permalink
OTELConfig: add redundant fields from Configuration (remove later)
Browse files Browse the repository at this point in the history
  • Loading branch information
teocns committed Jan 7, 2025
1 parent 983e36e commit 1689c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agentops/telemetry/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ class OTELConfig:
metric_readers: Optional[List] = None
enable_in_flight: bool = True
in_flight_interval: float = 1.0
max_queue_size: int = 512
max_wait_time: int = 5000
endpoint: str = "https://api.agentops.ai"
api_key: Optional[str] = None

0 comments on commit 1689c8b

Please sign in to comment.