You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
32 lines
506 B
YAML
32 lines
506 B
YAML
version: 0.1
|
|
|
|
remote:
|
|
- type: oss-standalone
|
|
- setup: redis-small
|
|
|
|
setups:
|
|
- oss-standalone
|
|
|
|
spec:
|
|
setups:
|
|
- name: oss-standalone
|
|
type: oss-standalone
|
|
redis_topology:
|
|
primaries: 1
|
|
replicas: 0
|
|
resources:
|
|
requests:
|
|
cpus: "1"
|
|
memory: "10g"
|
|
|
|
exporter:
|
|
output_path: "./*.js.json"
|
|
redistimeseries:
|
|
timemetric: "$.timestamp"
|
|
metrics:
|
|
- "$.p0"
|
|
- "$.p50"
|
|
- "$.p95"
|
|
- "$.p99"
|
|
- "$.p100"
|
|
- "$.operationsPerSecond" |