You develop and deploy several microservices to an Azure Kubernetes Service (AKS) cluster. The microservices are instrumented with the Application Insights SDK. You configure an Application Insights instance and use the connection string in the instrumentation.
The instrumentation includes a custom telemetry value used to track the order checkout action. Order checkout is an action that includes a property to capture the order number.
You need to capture the custom order telemetry.
Which Application Insights data type should you use?
Select only one answer.
trace
dependency
metric
event