EventMetricType(disabled: Boolean, category: String, lifetime: Lifetime, name: String, sendInPings: List<String>, objects: List<String>, allowedExtraKeys: List<String>? = null)
This implements the developer facing API for recording events.
Instances of this class type are automatically generated by the parsers at built time, allowing developers to record events that were previously registered in the metrics.yaml file.
The Events API only exposes the record method, which takes care of validating the input data and making sure that limits are enforced.