|
|
|
|
|
by otterley
4471 days ago
|
|
Interesting storage method; I like it. Some notes: - A MySQL backend should be very fast, but scaling it into multiple shards will have to be an exercise for the user. Perhaps CitusDB (PostgreSQL compatible) could be useful here. - Metrics cannot be tagged. This will make it useless for any sort of rollups or breakdowns ("give me the sum of requests over my servers in the XYZ data center"; "give me the requests for each server in the XYZ data center by hostname"). The second issue in particular needs attention before it can complete with enterprise-grade metrics solutions such as Datadog. |
|