.azure.azure-spring-cloud-maven-plugin.1.7.2.source-code.ApplicationInsights.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" schemaVersion="2014-05-30"> <!-- The key from the portal: --> <InstrumentationKey>${azure.ai.ikey}</InstrumentationKey> <Channel type="com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel"> <FlushIntervalInSeconds>1</FlushIntervalInSeconds><!-- must be between [1, 500]. values outside the bound will be rounded to nearest bound --> </Channel> </ApplicationInsights>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy