We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288b727 commit f00a6c9Copy full SHA for f00a6c9
.env.template
@@ -1,5 +1,8 @@
1
# Azure Application Insights
2
APPLICATIONINSIGHTS_CONNECTION_STRING="InstrumentationKey=xxx;IngestionEndpoint=https://xxx.applicationinsights.azure.com/;LiveEndpoint=https://xxx.livediagnostics.monitor.azure.com/"
3
+OTEL_RESOURCE_ATTRIBUTES="service.namespace=template-fastapi-namespace,service.instance.id=template-fastapi-instance"
4
+OTEL_SERVICE_NAME="template-fastapi-service"
5
+OTEL_TRACES_SAMPLER_ARG="1"
6
7
# Azure OpenAI Service
8
AZURE_OPENAI_ENDPOINT="https://<YOUR_AOAI_NAME>.openai.azure.com/"
0 commit comments