SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Consolidate metric collection in orchestrator #321

Closed jpswinski closed 8 months ago

jpswinski commented 10 months ago

Metric collection should not be maintained in the nodes because the nodes scale up and down and that information is lost. The metric collection should be consolidated in the orchestrator which lasts the lifetime of the cluster.

jpswinski commented 8 months ago

Metrics are now collected in the orchestrator (starting with v4.0.4). There are still some metrics that we might want to collect that aren't implemented yet

But there is a robust set currently implemented with updated grafana pages. So new metrics will be handled by future GitHub issues.