diff --git a/modules/ROOT/pages/metrics/metrics-integration/introduction.adoc b/modules/ROOT/pages/metrics/metrics-integration/introduction.adoc index 34917ad75..7f3e0d6a6 100644 --- a/modules/ROOT/pages/metrics/metrics-integration/introduction.adoc +++ b/modules/ROOT/pages/metrics/metrics-integration/introduction.adoc @@ -33,7 +33,7 @@ Detailed Aura CMI setup steps & APM integration examples are described in next c Metrics for a Neo4j Aura instance are only returned if all the following are true: * `Authorization` header of the metrics request contains a valid token. -* The token was issued for an Aura user with "Metrics Integration Reader" role. +* The token was issued for an Aura user with _Metrics Reader_ role. * Project has instances of types `Enterprise (Virtual Dedicated Cloud)` or `Business Critical`. * The specified instance belongs to the specified project. diff --git a/modules/ROOT/pages/metrics/metrics-integration/process.adoc b/modules/ROOT/pages/metrics/metrics-integration/process.adoc index 96a2ecf25..ffe2a2cbd 100644 --- a/modules/ROOT/pages/metrics/metrics-integration/process.adoc +++ b/modules/ROOT/pages/metrics/metrics-integration/process.adoc @@ -18,17 +18,17 @@ Metrics integration is a two step process: . Make sure there is a dedicated Aura user to use for fetching metrics. You can either: ** Create a new user: - ... Invite a new user, selecting "Metrics Integration Reader" as a role in `Project > Users`. + ... Invite a new user, selecting _Metrics Reader_ as a role in `Project > Users`. ... Follow the invitation link and log in to Neo4j Aura. ... Confirm the project membership. - ** Or you can find an existing user in `Project > Users` and change its role to "Metrics Integration Reader" + ** Or you can find an existing user in `Project > Users` and change its role to _Metrics Reader_ . Ensure you are logged in to Aura as the user selected in the previous step. In `Account > API Keys`, create new Aura API credentials. Save client secret. [NOTE] ==== -Capabilities of users with the role "Metrics Integration Reader" are limited to fetching the metrics and getting a read-only view of the project. +Capabilities of users with the role _Metrics Reader_ are limited to fetching the metrics and getting a read-only view of the project. ==== [aura-cmi-apm-integration] @@ -45,6 +45,11 @@ image::cmi_apm_config_input.png[] [[cmi-endpoint-config]] == Metrics endpoint configuration +[NOTE] +==== +To change the metrics endpoint configuration, you need to have the _Project Admin_ role in the project. +==== + Aura Metrics Integration setup offers two types of metrics endpoints to endpoint Aura instance metrics: - **Project metrics endpoint** - A single endpoint with Project level endpoint configuration that allows selecting which instance metrics to include. diff --git a/modules/ROOT/pages/user-management.adoc b/modules/ROOT/pages/user-management.adoc index 0af1a744c..c0232d69e 100644 --- a/modules/ROOT/pages/user-management.adoc +++ b/modules/ROOT/pages/user-management.adoc @@ -34,7 +34,7 @@ Users within a project can be assigned one of the following roles: * _Project Admin_ * _Project Member_ * _Project Viewer_ -* _Project Metrics Integration Reader_ +* _Metrics Reader_ :check-mark: icon:check[]