Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The 'Ambari Server - JVM' dashboard represents the metrics captured from the JvmMetricsSource. 
  • Contains memory, GC and threads related graphs that might be of interest on a non performing system. 

Database Metrics

Working

The EclipseLink PeformanceMonitor has been extended to support a custom Ambari Database Metrics source. The Performance Monitor provides 2 kinds of metrics -

  • Counter - Number of occurrences of the operation / query. For such type of metrics, the metric name will start with Counter.
  • Timer - Total cumulative time spent on the operation / query. For such type of metrics, the metric name will start with Timer.

For example, some of the metrics being collected tothe Database Metrics Source.

  • Counter.ReadObjectQuery.HostRoleCommandEntity.readHostRoleCommandEntity

  • Timer.ReadAllQuery.StackEntity.StackEntity.findByNameAndVersion.ObjectBuilding

Configs

Grafana dashboards

...