ai-station/.venv/lib/python3.12/site-packages/opentelemetry/instrumentation/groq/config.py

8 lines
172 B
Python
Raw Normal View History

from typing import Callable
class Config:
exception_logger = None
get_common_metrics_attributes: Callable[[], dict] = lambda: {}
use_legacy_attributes = True