Y
Hacker News
new
|
ask
|
show
|
jobs
by
yellow_mixer
2159 days ago
How are you running it? On AWS? What’s your infra look like.
1 comments
Axsuul
2159 days ago
GCP with Docker Swarm, scheduled on the same node (n2-standard-4). Let me know if any other questions
link
carlosdp
2159 days ago
Does "scheduled on the same node" imply you are running everything on one node?
link
Axsuul
2159 days ago
Nope, just that Prometheus and Grafana are running together on the same node. My entire infrastructure is multi-node however.
link
yellow_mixer
2159 days ago
How much data are you sending and ingesting?
link
Axsuul
2159 days ago
I don't have any hard numbers but quite a bit. Everyday we process millions of background jobs, thousands of database queries per second, etc. and stats are collected and sent to Prometheus for all those.
link