Sha256: 05ca8fc44f05e69b5aad61c5832843bd54ba13158a0c7dcb87ea2102d502de98
Contents?: true
Size: 792 Bytes
Versions: 12
Compression:
Stored size: 792 Bytes
Contents
# MuxRuby::MonitoringHistogramTimeseriesDatapoint ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **timestamp** | **String** | | [optional] | | **sum** | **Integer** | | [optional] | | **p95** | **Float** | | [optional] | | **median** | **Float** | | [optional] | | **max_percentage** | **Float** | | [optional] | | **bucket_values** | [**Array<MonitoringHistogramTimeseriesBucketValues>**](MonitoringHistogramTimeseriesBucketValues.md) | | [optional] | | **average** | **Float** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::MonitoringHistogramTimeseriesDatapoint.new( timestamp: null, sum: null, p95: null, median: null, max_percentage: null, bucket_values: null, average: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems