Skip to content

Commit c46f961

Browse files
Merge pull request #212717 from heyams/heya/update-azure-function
Add function team's instruction on enabling a specific version of Java Agent
2 parents 7f3c08e + a9323cd commit c46f961

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

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

55+
### Troubleshooting
56+
57+
* Sometimes the latest version of the Application Insights Java agent is not
58+
available in Azure Function - it takes a few months for the latest versions to
59+
roll out to all regions. In case you need the latest version of Java agent to
60+
monitor your app in Azure Function to use a specific version of Application
61+
Insights Java Auto-instrumentation Agent, you can upload the agent manually:
62+
63+
Please follow this [instruction](https://github.com/Azure/azure-functions-java-worker/wiki/Distributed-Tracing-for-Java-Azure-Functions#customize-distribute-agent).
64+
5565
## Distributed tracing for Python Function apps
5666

5767
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)