Class: PgReports::MetricsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pg_reports/metrics_controller.rb

Constant Summary collapse

CONTENT_TYPE =
"text/plain; version=0.0.4; charset=utf-8"

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
# File 'app/controllers/pg_reports/metrics_controller.rb', line 11

def show
  render plain: PgReports::Grafana::Exporter.render, content_type: CONTENT_TYPE
end