Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-19 12:08:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-19 12:08:55 +0300
commit021a832cb8e90a0305452381ccf4ce15dc5e0ebd (patch)
tree16f746f3a684b5757a2dfc010e7e6730a6b1a6cf /doc
parentaf685f7e44d974c8b2035be1895fa4c0f6fb0c5f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/development/internal_api/index.md15
-rw-r--r--doc/user/analytics/index.md10
2 files changed, 18 insertions, 7 deletions
diff --git a/doc/development/internal_api/index.md b/doc/development/internal_api/index.md
index 98becd60742..5fceb9013da 100644
--- a/doc/development/internal_api/index.md
+++ b/doc/development/internal_api/index.md
@@ -492,13 +492,14 @@ curl --request GET --header "Gitlab-Kas-Api-Request: <JWT token>" \
Called from GitLab agent server (`kas`) to increase the usage
metric counters.
-| Attribute | Type | Required | Description |
-|:---------------------------------------------------------------------------|:--------------|:---------|:-----------------------------------------------------------------------------------------------------------------|
-| `counters` | hash | no | The number to increase the `k8s_api_proxy_request` counter by |
-| `counters["k8s_api_proxy_request"]` | integer | no | The number to increase the `k8s_api_proxy_request` counter by |
-| `counters["gitops_sync"]` | integer | no | The number to increase the `gitops_sync` counter by |
-| `unique_counters` | hash | no | The number to increase the `k8s_api_proxy_request` counter by |
-| `unique_counters["agent_users_using_ci_tunnel"]` | integer array | no | The set of unique user ids that have interacted a CI Tunnel to track the `agent_users_using_ci_tunnel` metric event |
+| Attribute | Type | Required | Description |
+|:-------------------------------------------------|:--------------|:---------|:---------------------------------------------------------------------------------------------------------------------|
+| `counters` | hash | no | Hash of counters |
+| `counters["k8s_api_proxy_request"]` | integer | no | The number to increase the `k8s_api_proxy_request` counter by |
+| `counters["gitops_sync"]` | integer | no | The number to increase the `gitops_sync` counter by |
+| `counters["flux_git_push_notifications_total"]` | integer | no | The number to increase the `flux_git_push_notifications_total` counter by |
+| `unique_counters` | hash | no | Array of unique numbers |
+| `unique_counters["agent_users_using_ci_tunnel"]` | integer array | no | The set of unique user ids that have interacted a CI Tunnel to track the `agent_users_using_ci_tunnel` metric event |
```plaintext
POST /internal/kubernetes/usage_metrics
diff --git a/doc/user/analytics/index.md b/doc/user/analytics/index.md
index ee03294d1ed..e78f55911e6 100644
--- a/doc/user/analytics/index.md
+++ b/doc/user/analytics/index.md
@@ -45,6 +45,16 @@ You can use GitLab to review analytics at the project level. Some of these featu
- [Repository](repository_analytics.md)
- [Value Stream](value_stream_analytics.md)
+### Remove project analytics from the left sidebar
+
+By default, analytics for a project are displayed under the **Analyze** item in the left sidebar. To remove this item:
+
+1. On the left sidebar, at the top, select **Search GitLab** (**{search}**) to find your project.
+1. Select **Settings > General**.
+1. Expand **Visibility, project features, permissions**.
+1. Turn off the **Analytics** toggle.
+1. Select **Save changes**.
+
## User-configurable analytics
The following analytics features are available for users to create personalized views: