Skip to content

Commit

Permalink
CMI MTE support - Docs changes (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bouriakov <[email protected]>
  • Loading branch information
ravikiran-sulikeri and alexnb authored Sep 12, 2024
1 parent ef9742a commit d2e2069
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions modules/ROOT/pages/platform/metrics-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@

label:AuraDB-Virtual-Dedicated-Cloud[]
label:AuraDS-Enterprise[]
label:AuraDB-Business-Critical[]

An application performance monitoring system can be configured to fetch metrics of AuraDB instances of types:

* AuraDB Virtual Dedicated Cloud
* AuraDS Enterprise
* AuraDB Business Critical

An application performance monitoring system can be configured to fetch metrics of AuraDB Virtual Dedicated Cloud instances and AuraDS Enterprise instances.
This gives users access to their Neo4j Aura instance metric data for monitoring purposes.

Analyzing the metrics data allows users to:

* Optimize their Neo4j load
Expand Down Expand Up @@ -51,12 +58,12 @@ Metrics for a Neo4j Aura instance are only returned if all the following are tru

* `Authorization` header of the metrics request contains a valid token.
* The token was issued for an Aura user with "Metrics Integration Reader" role.
* Tenant is of type `enterprise`.
* Tenant has instances of types `Enterprise (Virtual Dedicated Cloud)` or `Business Critical`.
* The specified instance belongs to the specified tenant.

[CAUTION]
====
The legacy term `enterprise` is still used within the codebase and API.
The legacy term `Enterprise` is still used within the codebase and API.
However, in the Aura console and documentation, the AuraDB Enterprise tenant type is now known as AuraDB Virtual Dedicated Cloud.
====

Expand Down

0 comments on commit d2e2069

Please sign in to comment.