This repository was archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Features
Tom Kerkhove edited this page Aug 15, 2017
·
2 revisions
Here is a list of the current features:
-
Support for Traces
- Specify severity level. (Optional)
-
Support for Metrics
- Support for simple metrics as well as sampling
- Support for Custom Events
-
Support for providing context (optional)
- Provide more information about the current context of each trace, custom event & metric
The Application Insights connector allows you to configure a default instrumentation key that will be used to send the telemetry to Azure Application Insights.
However, in certain scenarios you'd like to hose one custom API App in your infrastructure that will handle sending telemetry to multiple Azure Application Insights instances.
Because of these scenarios you can specify the instrumentation key in the payload that you are sending to override the default configured instrumentation key on the API App itself.
You can explore the Swagger of this connector here.