Skip to content

[OS-2723] Add option to ignore hardcoded metric id in heatmap query

Luis Pigueiras requested to merge heatmap_free into master

Internally the cloud team is using the heatmap panel for our dashboards, I would like to start using the Kibana 3 RPM because the guy who packed it is so awesome (and also because the Kibana 3 that we were using is an upstream version without the heatmap, I don't want to pack it again for us ... - I guess before this, it was being manually put in the folder ...) and also it's so much faster and easier to release 😄

The problem is that the metric_id option is hardcoded (meh!), so my data cannot be queried because of this. This MR adds a check Ignore metrid_id (false by default), this way I can ignore this annoying filter and I don't break your stuff. It should work OOB.

Merge request reports