You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,22 @@ The Redis Cloud Autoscaler is and application designed to run in your own enviro
20
20
1. **Prometheus Alerts** You can configure your Prometheus Alert Manager ot send webhook alerts to the Redis Cloud Autoscaler, the Autoscaler's rule-based scaling system will then scale your Redis Cloud instance out / in based off of the alerts it receives.
21
21
2. **Scheduled Scaling** You can configure the Redis Cloud Autoscaler to scale your Redis Cloud instance out / in based on a schedule you define.
22
22
23
+
== Configuration
24
+
25
+
=== Redis Cloud Autoscaler Config Items
26
+
27
+
[options="header"]
28
+
|===
29
+
| Name | Description
30
+
| REDIS_HOST_AND_PORT | The private endpoint of the Redis Cloud subscription database.
31
+
| REDIS_PASSWORD | The password for accessing the Redis Cloud database.
32
+
| REDIS_CLOUD_API_KEY | The API key for interacting with Redis Cloud services.
33
+
| REDIS_CLOUD_ACCOUNT_KEY | The account key for authenticating with Redis Cloud.
34
+
| REDIS_CLOUD_SUBSCRIPTION_ID | The ID of the Redis Cloud subscription.
35
+
| ALERT_MANAGER_HOST | The public IP address of the Prometheus Alert Manager instance.
36
+
| ALERT_MANAGER_PORT | The port on which Alert Manager is running (default: 9093).
37
+
|===
38
+
23
39
=== Defining Rules
24
40
25
41
The Redis Cloud Autoscaler uses a JSON-based rule system to define how a given Redis Cloud Database should be scaled.
0 commit comments