Skip to content

Commit cd67b96

Browse files
authored
Update README with sampling.enabled property
Add azure.application-insights.telemetry-processor.sampling.enabled property to the spring-boot-starter's readme.
1 parent 5cddbb1 commit cd67b96

File tree

1 file changed

+2
-0
lines changed
  • azure-application-insights-spring-boot-starter

1 file changed

+2
-0
lines changed

azure-application-insights-spring-boot-starter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ azure.application-insights.channel.in-process.max-transmission-storage-files-cap
152152
# Enable/Disable throttling on sending telemetry data. Default value: true.
153153
azure.application-insights.channel.in-process.throttling=true
154154

155+
# Enable/Disable Fixed Rate sampling. Default value: false.
156+
azure.application-insights.telemetry-processor.sampling.enabled=false
155157
# Percent of telemetry events that will be sent to Application Insights. Percentage must be close to 100/N where N is an integer.
156158
# E.g. 50 (=100/2), 33.33 (=100/3), 25 (=100/4), 20, 1 (=100/100), 0.1 (=100/1000). Default value: 100 (all telemetry events).
157159
azure.application-insights.telemetry-processor.sampling.percentage=100

0 commit comments

Comments
 (0)