Skip to content

Commit

Permalink
Add reference to otel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 30, 2024
1 parent 6124537 commit cbd040c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logfire/_internal/config_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class _DefaultCallback:
SERVICE_VERSION = ConfigParam(env_vars=['LOGFIRE_SERVICE_VERSION', 'OTEL_SERVICE_VERSION'], allow_file_config=True)
"""Version number of the service emitting spans. For further details, please refer to the [Service section](https://opentelemetry.io/docs/specs/semconv/resource/#service)."""
ENVIRONMENT = ConfigParam(env_vars=['LOGFIRE_ENVIRONMENT'], allow_file_config=True)
"""Environment in which the service is running. For further details, please refer to the [Deployment section](https://opentelemetry.io/docs/specs/semconv/resource/deployment-environment/)."""
CREDENTIALS_DIR = ConfigParam(env_vars=['LOGFIRE_CREDENTIALS_DIR'], allow_file_config=True, default='.logfire', tp=Path)
"""The directory where to store the configuration file."""
CONSOLE = ConfigParam(env_vars=['LOGFIRE_CONSOLE'], allow_file_config=True, default=True, tp=bool)
Expand Down

0 comments on commit cbd040c

Please sign in to comment.