Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Backend - Engine
Minds Backend - Engine
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 197
    • Issues 197
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 40
    • Merge Requests 40
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds Backend - EngineMinds Backend - Engine
  • Merge Requests
  • !343

Our Privacy Policy has changed, please visit https://about.gitlab.com/privacy to review these changes.

Open
Opened 2 hours ago by Mark Harding@markeharding
  • Report abuse
Report abuse

WIP: Entity Centric Metrics & Dashboard

Rest API: api/v2/analytics/dashboards/$id

query value
?filter platform::browser,views::organic
?timespan today
?metric active_users
Edited 2 hours ago by Mark Harding

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "feat/entity-centric-metrics" "origin/feat/entity-centric-metrics"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "feat/entity-centric-metrics"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge feat/entity-centric-metrics into master
The source branch is 2 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #84401097 failed for 756c5d09 on feat/entity-centric-metrics
          Requires 2 more approvals from Devs and Deployers.
          Emiliano Balbuena
          Emiliano Balbuena
          Ben Hayward
          Ben Hayward
          Brian Hatchet
          Brian Hatchet
          Marcelo Rivera
          Marcelo Rivera
          Rami Albatal
          Rami Albatal
          This is a Work in Progress
          You can merge this merge request manually using the
          • Discussion 1
          • Commits 2
          • Pipelines 5
          • Changes 37
          0/1 thread resolved
          • Loading...
          • Mark Harding @markeharding changed milestone to %Analytics #mvp 2 hours ago

            changed milestone to %Analytics #mvp

          • Mark Harding @markeharding added MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue scoped labels 2 hours ago

            added MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue scoped labels

          • Mark Harding @markeharding changed the description 2 hours ago

            changed the description

          • Mark Harding @markeharding added 1 commit 2 hours ago

            added 1 commit

            • e58d53ee - (wip): structure for dashboards

            Compare with previous version

          • Mark Harding @markeharding added 1 commit 2 hours ago

            added 1 commit

            • 32c4c512 - (wip): structure for dashboards

            Compare with previous version

          • Mark Harding @markeharding added 1 commit 2 hours ago

            added 1 commit

            • 756c5d09 - (wip): structure for dashboards

            Compare with previous version

          • Mark Harding
            Mark Harding @markeharding started a thread on the diff 10 minutes ago
            Core/Analytics/Dashboards/Timespans/TimespanAbstract.php
            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';
            • Mark Harding
              Mark Harding @markeharding · 10 minutes ago
              Owner

              rename comparisonInterval

            • Please register or sign in to reply
          • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
          Please register or sign in to reply
          0 Assignees
          None
          Assign to
          Analytics #mvp
          Milestone
          Analytics #mvp
          Assign milestone
          None
          Time tracking
          No estimate or time spent
          4
          Labels
          MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue
          Assign labels
          • View project labels
          Lock merge request
          Unlocked
          7
          7 participants
          user avatar
          Emiliano Balbuena
          user avatar
          Ben Hayward
          user avatar
          Brian Hatchet
          user avatar
          Marcelo Rivera
          user avatar
          Rami Albatal
          user avatar
          Martin Santangelo
          user avatar
          Mark Harding
          Reference: minds/engine!343