Skip to content

Commit 34a982c

Browse files
committed
Updated Telemetry documentation link.
1 parent c14d3b1 commit 34a982c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contrast.K8s.AgentOperator/Core/Telemetry/Services/Metrics/TelemetryMetricsWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
5555
const string message = "The Contrast Agent Operator collects usage data in order to help us improve compatibility and security coverage. "
5656
+ "The data is anonymous and does not contain application data. It is collected by Contrast and is never shared. "
5757
+ "You can opt-out of telemetry by setting the CONTRAST_AGENT_TELEMETRY_OPTOUT environment variable to '1' or 'true'. "
58-
+ "Read more about Contrast Agent Operator telemetry: https://docs.contrastsecurity.com/en/-net-telemetry.html";
58+
+ "Read more about Contrast Agent Operator telemetry: https://docs.contrastsecurity.com/en/agent-operator-telemetry.html";
5959

6060
Logger.Info(message);
6161
}

0 commit comments

Comments
 (0)