mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-27 23:27:57 +00:00
* feat: azure monitoring docs * chore: mapped paths * chore: fixed instructions * fix: added central collector steps * fix: handle default azure steps, card alignment and reload issues * fix: removed return true --------- Co-authored-by: YounixM <myounis.ar@live.com>
1.2 KiB
1.2 KiB
Application level Tracing
For application-level tracing, you can use the OpenTelemetry SDKs integrated with your application. These SDKs will automatically collect and forward traces to the Central Collector.
To see how you can instrument your applications like FastAPI, NextJS, Node.js, Spring etc. you can check out the Application Monitoring section available at the start of this onboarding or you can checkout this documentation.
Prerequisites
- Azure Subscription & App Service: You need an active Azure subscription with a running Azure Function App instance.
- Central Collector Setup: Make sure you have set up the Central Collector
Configure the OpenTelemetry SDK
# Set env vars or config file
export OTEL_EXPORTER_OTLP_ENDPOINT="http://<Your-Central-Collector-DNS>:4318/"
For application-level traces, configure your application to use the DNS name of the Central Collector you set up earlier. This Central Collector will automatically forward the collected data to SigNoz.
If you encounter any difficulties, please refer to this troubleshooting section