Class MetricsControlPanel

java.lang.Object
io.micronaut.controlpanel.core.AbstractControlPanel<MetricsControlPanel.MetricsBody>
io.micronaut.controlpanel.panels.management.MetricsControlPanel
All Implemented Interfaces:
ConfigurableControlPanel, ControlPanel<MetricsControlPanel.MetricsBody>, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable

@Singleton @Requires(beans=io.micronaut.configuration.metrics.management.endpoint.MetricsEndpoint.class) @Requires(property="micronaut.control-panel.panels.metrics.enabled",notEquals="false") public class MetricsControlPanel extends AbstractControlPanel<MetricsControlPanel.MetricsBody>
Control panel that displays Micrometer metric names and details.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal
  • Field Details

  • Constructor Details

    • MetricsControlPanel

      public MetricsControlPanel(io.micronaut.configuration.metrics.management.endpoint.MetricsEndpoint endpoint, @Named("metrics") ControlPanelConfiguration configuration)
  • Method Details

    • getBody

      Description copied from interface: ControlPanel
      Used to render the body of the control panel.
      Returns:
      the body of the control panel.
    • getBadge

      public String getBadge()
      Description copied from interface: ControlPanel
      Badge text to be displayed in the header of the card UI element.
      Returns:
      the badge text of the control panel.