summaryrefslogtreecommitdiff
path: root/app/graphql/types/alert_management/integration_type_enum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/alert_management/integration_type_enum.rb')
-rw-r--r--app/graphql/types/alert_management/integration_type_enum.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/alert_management/integration_type_enum.rb b/app/graphql/types/alert_management/integration_type_enum.rb
index 2f9be549e58..94f38e03409 100644
--- a/app/graphql/types/alert_management/integration_type_enum.rb
+++ b/app/graphql/types/alert_management/integration_type_enum.rb
@@ -6,8 +6,8 @@ module Types
graphql_name 'AlertManagementIntegrationType'
description 'Values of types of integrations'
- value 'PROMETHEUS', 'Prometheus integration', value: :prometheus
- value 'HTTP', 'Integration with any monitoring tool', value: :http
+ value 'PROMETHEUS', 'Prometheus integration.', value: :prometheus
+ value 'HTTP', 'Integration with any monitoring tool.', value: :http
end
end
end