-
Here's the scenario: My metrics what to track the functions that get called in my code/framework. we could implement this as a decorator
```
from redis_metrics.decorators import count
@count
def my_…
-
Both versions are currently used in teleport (join_ec2.go,lib/utils/ec2.go use v2), V1 should be migrated away from eventually
Docs for migration: https://aws.github.io/aws-sdk-go-v2/docs/migrating/…
-
**What version of redis operator are you using?**
HELM chart: 0.15.9
operator logs:
```
{"level":"info","ts":1701246758.8115792,"logger":"controller-runtime.metrics","msg":"Metrics server is…
-
## Feature Request
The following PR #8196 allows the user to specify commands that are run in redis capturing their output as a metric.
The problem with it is that we cannot use [EVAL](https://red…
-
As the Owners of the Platform,
We need to understand what the options are for near no-downtime/sharded upgrades of our tools,
So that there is near zero disruptions (in the form of downtime) of the P…
-
**Description**
Based on pusher specification:
```
Your server should respond to the POST request with a 2XX status code to indicate that the webhook has been successfully received. If a non 2XX st…
-
### 组件版本
Apollo2.2.0
seata1.5.2
jdk11
spring cloud alibaba 2.2.9.RELEASE
spring cloud Hoxton.SR12
spring boot 2.3.12.RELEASE
### seata服务端配置
```
server:
port: 7091
spring:
applica…
-
We need to support the different `LATENCY` commands which redis supports. This requires quite a few changes to the codebase.
Your task as a part of this issue would be to design a latency monitorin…
-
i tried deploy this on my aks cluster and i was able to extract metrics from resourcetype like keyvault.storageaccount,redis etc. when i did the same for Microsoft.ContainerService/managedClusters res…
-
This library provides awesome features and functionalities and it is probably the most powerful Go client for Redis. However, in terms of observability, I can see there is only a `prometheus` [collect…