Macros§
- Pattern that matches an unknown
MetricEventPayload
member.
Structs§
- One bucket of a histogram, used by the method LogIntegerHistogram.
- A specification of an event that occurred to be passed to LogMetricEvents().
- A Stream of incoming requests for fuchsia.metrics/MetricEventLoggerFactory.
- A Stream of incoming requests for fuchsia.metrics/MetricEventLogger.
- A specification identifying a project to log events for.
Enums§
- Error codes for MetricEventLogger operations.
- A factory that is used to create a MetricEventLogger for a specific project.
- A logger for events that are associated with one project’s metrics.
- The variadic part of a MetricEvent.
Constants§
- Maximum number of events that may be logged in a single FIDL call.
- The maximum size of a single Event is 100 KB.
- Maximum number of experiment ids that can be provided to a single logger.
- This is intended as a reasonable maximum number of histogram buckets per event.
- Maximum number of event codes that can be associated with a single event.
- String events should not be longer than this.
Traits§
Type Aliases§
- A vector of event codes. When used in one of the Log*() calls below, there must be one event code for each dimension of the metric whose metric_id is supplied, or else the call will return INVALID_ARGUMENTS.
- A histogram that assigns a count to each of several integer ranges. To save space/memory/bandwidth, each bucket index should only be included once, and empty buckets should not be included. The order of the vector is immaterial.