Skip to content

Commit

Permalink
Minor fix in telemetry exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
vmapetr committed Jan 8, 2024
1 parent 1a88a4b commit 5e75f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agent.Worker/ResourceMetricsManager.cs
Expand Up @@ -90,7 +90,7 @@ private void PublishTelemetry(string message, string taskId)
}
catch (Exception ex)
{
Trace.Warning($"Unable to publish resource utilization telemetry. Exception: {ex}");
Trace.Warning($"Unable to publish resource utilization telemetry data. Exception: {ex}");
}
}

Expand Down

0 comments on commit 5e75f61

Please sign in to comment.