Class: PgReports::MetricsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- PgReports::MetricsController
- 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
#show ⇒ Object
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 |