Application Insights - Intergraph Smart API Manager - 5.0 - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
5.0

You can use Application Insights, a feature of Microsoft Azure Monitor, to gather information to help debug performance issues or other problems. Application Insights is a real-time monitoring system that writes information to an Azure Application Insights resource.

To enable monitoring with Application Insights, you must provide an instrumentation key.

Determining the instrumentation key to use

The instrumentation key you use is determined by the Application Insights resource where the information will be written:

  • Your company's Application Insights resource - you provide the instrumentation key

  • Hexagon's Applications Insights resource - contact support to request an instrumentation key

Enabling Application Insights

  1. Open the Smart API Manager configuration file:

    [Smart API Manager Install Folder]\appsettings.json

  2. Find the Application Insights section, for example:

    "ApplicationInsights":

    {

    "InstrumentationKey": ""

    },

    SHARED Tip By default, the value is empty (monitoring with Application Insights is disabled). If there is already a value for the key, you may want to investigate whether someone else is using monitoring.

  3. Add your instrumentation key, for example:

    "InstrumentationKey": "c679cb3d-1585-55ce-bb82-6379e9655892"