Skip to content

Commit 605adda

Browse files
authored
Add note about Prometheus endpoint subscription scope
Added a note about the Prometheus endpoint's scope per subscription.
1 parent f8f7857 commit 605adda

File tree

1 file changed

+5
-1
lines changed
  • content/integrate/prometheus-with-redis-cloud

1 file changed

+5
-1
lines changed

content/integrate/prometheus-with-redis-cloud/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Redis Cloud exposes its metrics through a Prometheus endpoint. You can configure
2525

2626
The Redis Cloud Prometheus endpoint is exposed on Redis Cloud's internal network. To access this network, enable [VPC peering]({{< relref "/operate/rc/security/vpc-peering" >}}) or [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}). Both options are only available with Redis Cloud Pro. You cannot use Prometheus and Grafana with Redis Cloud Essentials.
2727

28-
{{}} The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint. {{}}
28+
{{< note >}}
29+
30+
The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint.
31+
32+
{{< /note >}}
2933

3034
For more information on how Prometheus communicates with Redis Enterprise clusters, see [Prometheus integration with Redis Enterprise Software]({{< relref "/integrate/prometheus-with-redis-enterprise/" >}}).
3135

0 commit comments

Comments
 (0)