Our Privacy Policy has changed, please visit https://about.gitlab.com/privacy to review these changes.
WIP: Entity Centric Metrics & Dashboard
Rest API: api/v2/analytics/dashboards/$id
| query | value |
|---|---|
| ?filter | platform::browser,views::organic |
| ?timespan | today |
| ?metric | active_users |
0/1 thread resolved
changed milestone to %Analytics #mvp
added MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue scoped labels
changed the description
16 protected $id; 17 18 /** @var string */ 19 protected $label; 20 21 /** @var string */ 22 protected $interval; 23 24 /** @var int */ 25 protected $fromTsMs; 26 27 /** @var int */ 28 protected $previousFromTsMs; 29 30 /** @var string */ 31 protected $aggInterval = 'day'; - Owner
rename comparisonInterval