Dynatrace Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 32: Line 32:
* '''count''' - represents the event count per interval.
* '''count''' - represents the event count per interval.


=Sensor=
=Series=
 


A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.


=Dashboard=
=Dashboard=
Line 52: Line 52:
The resolution dictates how a chart represents detailed data. The maximum resolution for live data is 10 seconds.
The resolution dictates how a chart represents detailed data. The maximum resolution for live data is 10 seconds.


=Series=


=JMX Support=
=JMX Support=
Line 59: Line 58:
:[[Dynatrace and JMX]]
:[[Dynatrace and JMX]]
</blockquote>
</blockquote>
=Sensor=
A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.

Revision as of 21:22, 3 November 2016

Internal

System Profile

Application Monitoring

Measure

PMI Measure

Performance Monitoring Infrastructure (PMI) measure.

Measurement Frequency

How is that read and configured?

Measurement Storage

How is that stored?

Aggregation

Events captured for a Measure are aggregated into a measurement per 10 seconds interval. Each measurement has the following attributes:

  • average - represents the average of all event values per interval
  • minimum - represents the minimum encountered value per interval
  • maximum - represents the maximum encountered value per interval
  • count - represents the event count per interval.

Series

Dashboard

A dashboard is a UI element that permits aggregation of diagnostic data of of different kinds.

Dynatrace provides rich client and web dashboards.

Dashlet

Chart Dashlet

Chart Resolution

The resolution dictates how a chart represents detailed data. The maximum resolution for live data is 10 seconds.


JMX Support

Dynatrace and JMX

Sensor

A sensor is a piece of code that is injected into the monitored applications at certain points to extract the relevant data.