Skip to content

infinitaslearning/systemic-azure-metrics

 
 

Repository files navigation

A systemic component to use the azure metrics SDK.

Forked package of guidesmiths' systemic-azure-metrics.

Added config flags:

WARNING:

Do not forget to disable appInsights in test mode as it can lead to wrong behaviours/broken tests

eg:

  metrics: {
    key: 'fakeTestKey',
    insightsConfig: {
      disableAppInsights: true
    }
  }

About

A systemic plugin to deal with azure metrics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 98.3%
  • Shell 1.7%