ИМ
Size: a a a
ИМ
ИМ
ИМ
PK
D
D
U
P
AZ
The pricing just for the ingest seems way off. $0.002 for 10,000 metrics might not seem like much by even a simple node_exporter will grab 700 metrics every 15 seconds.
Thats $24/month just to ingest the cpu/ram/diskspace data from each server. Plus storage and query costs.
At work I have a single r4.xlarge instance handling 1.3 million metrics every 15 seconds. Storage is not clustered but cost is only $500/month. It would cost me $45k/month just for the ingest with the new managed service.
AZ
1K
1K
version: "3.5"
services:
web:
image: nztpok/flask-repo
ports:
- "8021:8000"
depends_on:
- redis
networks:
- backend
redis:
image: redis:alpine
expose:
- 6379
networks:
- backend
networks:
backend:
driver: overlay
1K
docker swarm init --asvertise-addr 135.168....
P
P
i
1K
P