From c85c7103274829b5d4447b25f496086e0cc24afa Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Sat, 8 Jan 2022 11:51:19 +0100 Subject: [PATCH] Update the default metrics interval for Ruby SDK (#1247) Note that the new metrics interval (60s) is only in master and a release with the new value is not yet created. --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index d9e2c85a3f..db3ad5ae1c 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -54,7 +54,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | Async initialization | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | N/A | | Can block until synchronized | ✅ | ✅ | ⭕ | ⭕ | ⭕ | ✅ | ⭕ | N/A | | Default refresh interval | 10s | 15s | 15s | 15s | 15s | 30s | 30s | 5s | -| Default metrics interval | 60s | 60s | 60s | 60s | 30s | 60s | 30s | 30s | +| Default metrics interval | 60s | 60s | 60s | 60s | 60s | 60s | 30s | 30s | | Context provider | ✅ | N/A | N/A | N/A | N/A | ✅ | ✅ | N/A | | Global fallback function | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | N/A | | Toggle Query: `namePrefix` | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |