Skip to content

Commit

Permalink
Updated Telemetry documentation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Jun 23, 2022
1 parent c14d3b1 commit 34a982c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
const string message = "The Contrast Agent Operator collects usage data in order to help us improve compatibility and security coverage. "
+ "The data is anonymous and does not contain application data. It is collected by Contrast and is never shared. "
+ "You can opt-out of telemetry by setting the CONTRAST_AGENT_TELEMETRY_OPTOUT environment variable to '1' or 'true'. "
+ "Read more about Contrast Agent Operator telemetry: https://docs.contrastsecurity.com/en/-net-telemetry.html";
+ "Read more about Contrast Agent Operator telemetry: https://docs.contrastsecurity.com/en/agent-operator-telemetry.html";

Logger.Info(message);
}
Expand Down

0 comments on commit 34a982c

Please sign in to comment.