-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(observability): Add OpenTelemetry instrumentation with Honeycom…
…b exporter (#142) * add LlamaIndex callback handler for OTel * chore: force logger config in `setup.py` to override the logger handler added by OTel earlier in the lifecycle. * docs: update dev guide
- Loading branch information
Showing
15 changed files
with
964 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ DOCQ_SMTP_FROM="Docq.AI Support <[email protected]>" # A custom sender email | |
# SERVER SETTINGS | ||
DOCQ_SERVER_ADDRESS = "http://localhost:8501" # Web address for the docq server, used for generating verification urls. | ||
|
||
OTEL_SERVICE_NAME = "docq-" #for local dev "docq-dev-<yourname>". Prod "docq-prod" | ||
HONEYCOMB_API_KEY = # or other Otel tracing backend. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ DOCQ_SMTP_FROM = "Docq.AI Support <[email protected]>" # A custom sender email | |
|
||
# SERVER SETTINGS | ||
DOCQ_SERVER_ADDRESS = "http://localhost:8501" # Web address for the docq server, used for generating verification urls. | ||
OTEL_SERVICE_NAME = "docq-" #for local dev "docq-dev-<yourname>". Prod "docq-prod" | ||
HONEYCOMB_API_KEY = # or other Otel tracing backend. |
Oops, something went wrong.