Commit 1c7e9862 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'lmejia2-master-patch-73106' into 'master'

Fix Metrics Dictionary URL

See merge request gitlab-org/gitlab!79436
parents 43206661 58361a0d
...@@ -13,7 +13,7 @@ The Service Data API is associated with [Service Ping](../development/service_pi ...@@ -13,7 +13,7 @@ The Service Data API is associated with [Service Ping](../development/service_pi
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57270) in GitLab 13.11. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57270) in GitLab 13.11.
Export all metric definitions as a single YAML file, similar to the [Metrics Dictionary](https://metrics.gitlab.com/index.html), for easier importing. Export all metric definitions as a single YAML file, similar to the [Metrics Dictionary](https://metrics.gitlab.com/), for easier importing.
```plaintext ```plaintext
GET /usage_data/metric_definitions GET /usage_data/metric_definitions
......
...@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Metrics Dictionary Guide # Metrics Dictionary Guide
[Service Ping](index.md) metrics are defined in the [Service Ping](index.md) metrics are defined in the
[Metrics Dictionary](https://metrics.gitlab.com/index.html). [Metrics Dictionary](https://metrics.gitlab.com/).
This guide describes the dictionary and how it's implemented. This guide describes the dictionary and how it's implemented.
## Metrics Definition and validation ## Metrics Definition and validation
......
...@@ -14,7 +14,7 @@ general best practices for code reviews, refer to our [code review guide](../cod ...@@ -14,7 +14,7 @@ general best practices for code reviews, refer to our [code review guide](../cod
## Resources for reviewers ## Resources for reviewers
- [Service Ping Guide](index.md) - [Service Ping Guide](index.md)
- [Metrics Dictionary](https://metrics.gitlab.com/index.html) - [Metrics Dictionary](https://metrics.gitlab.com/)
## Review process ## Review process
......
...@@ -170,12 +170,12 @@ Snowplow JavaScript adds [web-specific parameters](https://docs.snowplowanalytic ...@@ -170,12 +170,12 @@ Snowplow JavaScript adds [web-specific parameters](https://docs.snowplowanalytic
For different stages in the processing pipeline, there are several tools that monitor Snowplow events tracking: For different stages in the processing pipeline, there are several tools that monitor Snowplow events tracking:
- [Product Intelligence Grafana dashboard](https://dashboards.gitlab.net/d/product-intelligence-main/product-intelligence-product-intelligence?orgId=1) monitors backend events sent from GitLab.com instance to collectors fleet. This dashboard provides information about: - [Product Intelligence Grafana dashboard](https://dashboards.gitlab.net/d/product-intelligence-main/product-intelligence-product-intelligence?orgId=1) monitors backend events sent from GitLab.com instance to collectors fleet. This dashboard provides information about:
- The number of events that successfully reach Snowplow collectors. - The number of events that successfully reach Snowplow collectors.
- The number of events that failed to reach Snowplow collectors. - The number of events that failed to reach Snowplow collectors.
- The number of backend events that were sent. - The number of backend events that were sent.
- [AWS CloudWatch dashboard](https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#dashboards:name=SnowPlow;start=P3D) monitors the state of the events processing pipeline. The pipeline starts from Snowplow collectors, through to enrichers and pseudonymization, and up to persistence on S3 bucket from which events are imported to Snowflake Data Warehouse. To view this dashboard AWS access is required, follow this [instruction](https://gitlab.com/gitlab-org/growth/product-intelligence/snowplow-pseudonymization#monitoring) if you are interested in getting one. - [AWS CloudWatch dashboard](https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#dashboards:name=SnowPlow;start=P3D) monitors the state of the events processing pipeline. The pipeline starts from Snowplow collectors, through to enrichers and pseudonymization, and up to persistence on S3 bucket from which events are imported to Snowflake Data Warehouse. To view this dashboard AWS access is required, follow this [instruction](https://gitlab.com/gitlab-org/growth/product-intelligence/snowplow-pseudonymization#monitoring) if you are interested in getting one.
- [SiSense dashboard](https://app.periscopedata.com/app/gitlab/417669/Snowplow-Summary-Dashboard) provides information about the number of good and bad events imported into the Data Warehouse, in addition to the total number of imported Snowplow events. - [SiSense dashboard](https://app.periscopedata.com/app/gitlab/417669/Snowplow-Summary-Dashboard) provides information about the number of good and bad events imported into the Data Warehouse, in addition to the total number of imported Snowplow events.
For more information, see this [video walk-through](https://www.youtube.com/watch?v=NxPS0aKa_oU). For more information, see this [video walk-through](https://www.youtube.com/watch?v=NxPS0aKa_oU).
...@@ -183,7 +183,7 @@ For more information, see this [video walk-through](https://www.youtube.com/watc ...@@ -183,7 +183,7 @@ For more information, see this [video walk-through](https://www.youtube.com/watc
- [Snowplow data structure](https://docs.snowplowanalytics.com/docs/understanding-your-pipeline/canonical-event/) - [Snowplow data structure](https://docs.snowplowanalytics.com/docs/understanding-your-pipeline/canonical-event/)
- [Our Iglu schema registry](https://gitlab.com/gitlab-org/iglu) - [Our Iglu schema registry](https://gitlab.com/gitlab-org/iglu)
- [List of events used in our codebase (Event Dictionary)](https://metrics.gitlab.com/snowplow.html) - [List of events used in our codebase (Event Dictionary)](https://metrics.gitlab.com/snowplow/)
- [Product Intelligence Guide](https://about.gitlab.com/handbook/product/product-intelligence-guide/) - [Product Intelligence Guide](https://about.gitlab.com/handbook/product/product-intelligence-guide/)
- [Service Ping Guide](../service_ping/index.md) - [Service Ping Guide](../service_ping/index.md)
- [Product Intelligence Direction](https://about.gitlab.com/direction/product-intelligence/) - [Product Intelligence Direction](https://about.gitlab.com/direction/product-intelligence/)
......
...@@ -14,7 +14,7 @@ general best practices for code reviews, refer to our [code review guide](../cod ...@@ -14,7 +14,7 @@ general best practices for code reviews, refer to our [code review guide](../cod
## Resources for reviewers ## Resources for reviewers
- [Snowplow Guide](index.md) - [Snowplow Guide](index.md)
- [Event Dictionary](https://metrics.gitlab.com/snowplow.html) - [Event Dictionary](https://metrics.gitlab.com/snowplow/)
## Review process ## Review process
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment