Sha256: 2c902fe9ca7597c7dd3a4bc44a760ae9fa93c2364312011ed3d18b8638533f38

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

### Measures

The measure is what is being counted (or aggregated in another way). You can use any model as the measure.

For example, say we have a `Flight` model with a `flight_at` datetime column. We can chart the number of flights over time:

```yaml
measure:
  key: flight
  dimensions:
  - flight_at
```
[<img src="images/flights_by_flight_at.png?raw=true" width="500" />](images/flights_by_flight_at.png?raw=true)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reports_kit-0.2.0 docs/measures.md