You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(azuremonitorexporter): add support for authenticator extensions (open-telemetry#41107)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Add support for authenticator extensions in Azure Monitor exporter.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixesopen-telemetry#41004
<!--Describe the documentation added.-->
#### Documentation
Updated `Authentication.md` with an example.
Signed-off-by: Christian Artin <[email protected]>
Co-authored-by: Edmo Vamerlatti Costa <[email protected]>
You can use any standard OTEL authenticator extension to add authentication to outgoing requests.
26
+
This is an example using [azureauthextension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/azureauthextension):
27
+
28
+
```yaml
29
+
exporters:
30
+
azuremonitor:
31
+
auth:
32
+
authenticator: azureauth
33
+
```
34
+
23
35
## AAD/Entra Authentication
24
36
25
37
Local Authentication can be disabled in [Application Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/app/azure-ad-authentication) and an AAD based identity can be used in conjunction with the instrumentation key.
0 commit comments