馃攳 Roadmap - Observability
The purpose of this epic is to create a centralized view of priorities for ~"team::Observability". This epic should be considered the single source of truth of the team's roadmap.
Grand Review Issue: https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1444+
**Product DRI: @swiskow** **EM: @lmcandrew**
## Boards
By status: https://gitlab.com/groups/gitlab-com/gl-infra/-/epic_boards/38727?not[label_name][]=roadmap
By category: https://gitlab.com/groups/gitlab-com/gl-infra/-/epic_boards/1060230?not[label_name][]=roadmap
## Strategy
Our Roadmap is informed by our [group direction and strategy](https://about.gitlab.com/direction/saas-platforms/scalability/) as well as our [team direction](https://about.gitlab.com/direction/saas-platforms/scalability/observability/).
## Team Members
| Team Member | Now | Next |
|-------------|-----|------|
| `@stejacks-gitlab` | `Knowledge Graph?` | |
| `@poneill` | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1551+ | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1355+ |
| `@knottos` | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1711+ | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1825+ |
| `@reprazent` | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1642+ | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1355+ |
| `@abrandl` | `Cloud Cost Utilization` :moneybag: | |
| `@hmerscher` | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1517+ | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1355+ |
| `@tmillhouse` | :baby_bottle: | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1825+ |
| `@nduff` | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1551+ | https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1825+ |
## Now ~"roadmap::now"
Please also refer to https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1444, which we use to track the in progress epics for the Grand Review.
```glql
display: table
title: Epics In Progress
fields: title, labels("workflow-infra::*"), assignee, startDate, due
limit: 100
query: type = Epic and group = "gitlab-com/gl-infra" AND label = ~"group::Observability" and label = "roadmap::now"
sort: due
```
```glql
display: table
title: Issues In Progress
fields: title, labels("workflow-infra::*"), assignee, due
limit: 100
query: type = Issue and group = "gitlab-com/gl-infra" AND label = ~"group::Observability" and label = ~"workflow-infra::In Progress" and label = "roadmap::now"
sort: due
```
## Next ~"roadmap::next"
```glql
display: table
title: Epics Up Next
fields: title, labels("workflow-infra::*"), startDate
limit: 100
query: type = Epic and group = "gitlab-com/gl-infra" AND label = ~"group::Observability" and label = "roadmap::next"
sort: startDate
```
```glql
display: table
title: Issues Up Next
fields: title, labels("workflow-infra::*")
limit: 100
query: type = Issue and group = "gitlab-com/gl-infra" AND label = ~"group::Observability" and label = ~"roadmap::next"
sort: due
```
## Later
```glql
display: table
title: Observability Epics
fields: title, labels("workflow-infra::*"), updated
limit: 100
query: type = Epic and group = "gitlab-com/gl-infra" AND state = opened AND label = ~"group::Observability" AND label != ~"roadmap::now" AND label != ~"roadmap::next" AND label != ~"roadmap"
sort: updated DESC
```
```glql
display: table
title: Observability Issues
fields: title, labels("workflow-infra::*"), updated
limit: 100
query: type = Issue and group = "gitlab-com/gl-infra" AND state = opened AND label = ~"group::Observability" AND label = "roadmap::later"
sort: updated DESC
```
epic