Skip to content

Commit 6920fc2

Browse files
committed
Add function team's instruction
1 parent 57791ad commit 6920fc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-monitor/app/monitor-functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ ApplicationInsightsAgent_EXTENSION_VERSION -> ~3
5252
APPLICATIONINSIGHTS_ENABLE_AGENT: true
5353
```
5454

55+
### Troubleshooting
56+
57+
* How to use a specific version of Application Insights Java Auto-instrumentation Agent?
58+
59+
Please follow this [instruction](https://github.com/Azure/azure-functions-java-worker/wiki/Distributed-Tracing-for-Java-Azure-Functions#customize-distribute-agent).
60+
5561
## Distributed tracing for Python Function apps
5662

5763
To collect custom telemetry from services such as Redis, Memcached, MongoDB, and more, you can use the [OpenCensus Python Extension](https://github.com/census-ecosystem/opencensus-python-extensions-azure) and [log your telemetry](../../azure-functions/functions-reference-python.md?tabs=azurecli-linux%2capplication-level#log-custom-telemetry). You can find the list of supported services [here](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib).

0 commit comments

Comments
 (0)