Commit 3b5d656b authored by Cynthia "Arty" Ng's avatar Cynthia "Arty" Ng 🌴
Browse files

Rename Monitor Stage to Analytics

parent af715af7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -108,9 +108,9 @@
/content/handbook/engineering/devops/ @m_gill
/content/handbook/engineering/ai/ @timzallmann
/content/handbook/engineering/development/ @timzallmann @dsatcher @m_gill @jeromezng
/content/handbook/engineering/data-engineering/analytics/monitor/analytics-instrumentation/ @dennis @timzallmann
/content/handbook/engineering/data-engineering/analytics/monitor/platform-insights.md @dennis @nicholasklick
/content/handbook/engineering/data-engineering/analytics/monitor/optimize.md @dennis @blabuschagne
/content/handbook/engineering/data-engineering/analytics/analytics-instrumentation/ @dennis @timzallmann
/content/handbook/engineering/data-engineering/analytics/platform-insights.md @dennis @nicholasklick
/content/handbook/engineering/data-engineering/analytics/optimize.md @dennis @blabuschagne
/content/handbook/engineering/ai/search/ @changzhengliu
/content/handbook/engineering/ai/code-creation/ @mnohr @jordanjanes
/content/handbook/engineering/ai/editor-extensions/ @dashaadu @kisha.mavryck
+3 −3
Original line number Diff line number Diff line
@@ -197,14 +197,14 @@ To align our education and enablement with our product, each of the topics below
- [Serverless Feature Overview](https://about.gitlab.com/topics/serverless/)
- [Infrastructure-as-Code Feature Docs](https://docs.gitlab.com/ee/user/infrastructure/)

### Monitor Stage
### Analytics Stage

---

#### Foundations Level

- [Monitor Stage Overview](https://about.gitlab.com/stages-devops-lifecycle/monitor/)
- [Monitor Stage Direction and Roadmap](https://about.gitlab.com/direction/monitor/)
- [Analytics Stage Overview](https://about.gitlab.com/stages-devops-lifecycle/monitor/)
- [Analytics Stage Direction and Roadmap](https://about.gitlab.com/direction/monitor/)

#### Intermediate Level

+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ The AI department engineering structure is different from the Product structure.

## ClickHouse Datastore usage

[ClickHouse usage by Monitor:Platform Insights group](/handbook/engineering/data-engineering/analytics/monitor/platform-insights/#clickhouse-datastore)
[ClickHouse usage by Analytics:Platform Insights group](/handbook/engineering/data-engineering/analytics/platform-insights/#clickhouse-datastore)

## AI Experimentation

+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ We have had issues with Cube supporting more advanced features without using the

#### Optimize

[Optimize uses ClickHouse](../../../data-engineering/analytics/monitor/optimize/#ssot-for-data-flows-across-optimize-features) to help keep their aggregated queries for the Contributions, Value Stream, and AI Impact dashboards performant.
[Optimize uses ClickHouse](../../../data-engineering/analytics/optimize/#ssot-for-data-flows-across-optimize-features) to help keep their aggregated queries for the Contributions, Value Stream, and AI Impact dashboards performant.

For Contributions, data from Postgres is aggregated and added to ClickHouse every 3 minutes. Upon data retrieval, a combination of ClickHouse data and specific Postgres data is used to populate the Contributions dashboard.

+3 −3
Original line number Diff line number Diff line
---
title: "Monitor Stage"
description: "The Monitor Stage is responsible providing observability and response features."
title: "Analytics Stage"
description: "The Analytics Stage is responsible providing observability and response features."
---

## Groups
@@ -13,7 +13,7 @@ This stage consists of the following group:

## Product Categories

These groups map to the [Monitor Stage product category](/handbook/product/categories/).
These groups map to the [Analytics Stage product category](/handbook/product/categories/).

## Demo Environments

Loading