Skip to content

Usage Ping: Add hourly application request volume

Matthias Käppler requested to merge 217698-usage-ping-app-request-volume into master

What does this MR do?

Depends on: !35343 (merged)

This adds a new field application_requests_per_hour to the topology Usage Ping sent from customer's Omnibus deployments.

We pull this value from a pre-recorded Prometheus per-second rate and take the avg_over_time for 1w.

We will eventually use this data to compute our team's NSM which is defined as:

Requests / Hour (Rolling 7 day average) / ( (GB of RAM * 0.004237) + (Cores * 0.031611) )

Example

{
   "duration_s": 123,
   "application_requests_per_hour": 3600,
   "nodes": [...]
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #217698 (closed)

Edited by Matthias Käppler

Merge request reports