Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
skhalash committed Jun 27, 2024
1 parent 1df8224 commit c662542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conditions/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package conditions

const (
TypeAgentHealthy = "AgentHealthy"
TypeGatewayHealthy = "GatewayHealthy"
TypeConfigurationGenerated = "ConfigurationGenerated"
TypeFlowHealthy = "TelemetryFlowHealthy"
TypeGatewayHealthy = "GatewayHealthy"
TypeLogComponentsHealthy = "LogComponentsHealthy"
TypeMetricComponentsHealthy = "MetricComponentsHealthy"
TypeTraceComponentsHealthy = "TraceComponentsHealthy"
Expand Down

0 comments on commit c662542

Please sign in to comment.