-
Notifications
You must be signed in to change notification settings - Fork 330
Add start / stop timestamps for request metrics #1020
Copy link
Copy link
Open
Labels
:MetricsHow metrics are stored, calculated or aggregatedHow metrics are stored, calculated or aggregatedenhancementImproves the status quoImproves the status quo
Milestone
Description
For performance analysis it is useful to correlate timestamps of multiple sources. We capture already quite a few timestamps but it would be great if we could get more details for request metrics:
- For individual requests (i.e.
rally-metrics-*) we should get the start and stop timestamp (denoted in milliseconds) as meta-data. It should be possible to override this from the runner, just as we did in Add timestamps as meta-info in index recovery #1019. - For summary metrics (i.e.
rally-results-*andrally-races-*) we should determine the minimum start timestamp and the maximum stop timestamp per task and expose it as two new properties. This simplifies correlating timestamps from other diagnostic data with summary metrics from the metrics store.
These timestamps should only be available in the metrics documents but should not be printed in the command line report.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:MetricsHow metrics are stored, calculated or aggregatedHow metrics are stored, calculated or aggregatedenhancementImproves the status quoImproves the status quo
Type
Fields
Give feedbackNo fields configured for issues without a type.