Commit 153ad02f authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

fix location of ee specific files

parent 3b701231
......@@ -163,13 +163,6 @@ class PrometheusService < MonitoringService
cluster.application_prometheus.proxy_client
end
def rename_field(old_field, new_field)
-> (metrics) do
metrics[new_field] = metrics.delete(old_field)
metrics
end
end
def synchronize_service_state!
self.active = prometheus_installed? || manual_configuration?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment