From 2a8491f74f302d1ac76b8583ee2076cddff2cff3 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Tue, 24 Oct 2023 15:35:47 +0900 Subject: [PATCH] README --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f99098..36d7325 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# golang-alertnotification +# go-alertnotification This library supports sending throttled alerts as email and as message card to Ms Teams channel. ## Usage ```bash - go install github.com/rakutentech/go-alertnotification@latest +go install github.com/rakutentech/go-alertnotification@latest ``` ## Configurations @@ -46,15 +46,12 @@ This library supports sending throttled alerts as email and as message card to M ### Throttling Configs -| No | Environment Variable | default | Explanation | -| :-- | :--------------------- | :----------------------------------------- | :---------------------------- | -| 1 | THROTTLE_DURATION | 7 | throttling duration in minute | -| 2 | THROTTLE_DISKCACHE_DIR | /tmp/cache/{APP_NAME}_throttler_disk_cache | disk location for throttling | -| 3 | THROTTLE_ENABLED | "true" | Disable all together | - -* Reference for using message card : - - +| No | Environment Variable | default | Explanation | +| :-- | :--------------------- | :----------------------------------------- | :----------------------------- | +| 1 | THROTTLE_DURATION | 7 | throttling duration in minutes | +| 2 | THROTTLE_GRACE_SECONDS | 0 | throttling grace in seconds | +| 3 | THROTTLE_DISKCACHE_DIR | /tmp/cache/{APP_NAME}_throttler_disk_cache | disk location for throttling | +| 4 | THROTTLE_ENABLED | "true" | Disable all together | ## Usage