Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gurustacks committed Sep 18, 2024
1 parent 5b8fa26 commit a48bbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dso_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@


# Configure OpenTelemetry to use Azure Monitor with the specified connection string
APPLICATIONINSIGHTS_CONNECTION_STRING = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING")
if APPLICATIONINSIGHTS_CONNECTION_STRING is not None:
AZURE_APPI_CONNECTION_STRING = os.getenv("AZURE_APPI_CONNECTION_STRING")
if AZURE_APPI_CONNECTION_STRING is not None:
configure_azure_monitor(
logger_name="root",
instrumentation_options={
Expand Down

0 comments on commit a48bbbc

Please sign in to comment.