Skip to content
Snippets Groups Projects

Deploy prometheus through kubernetes and autoconnect to cluster

Merged Paweł Chojnacki requested to merge pawel/connect_to_prometheus_through_proxy-30480 into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
module Gitlab
PrometheusError = Class.new(StandardError)
end
class PrometheusService < MonitoringService
include ReactiveService
@@ -47,6 +43,7 @@ def fields
[
{
type: 'fieldset',
name: 'manual_configuration',
legend: 'Manual Configuration',
fields: [
{
Loading