stackabletech / stackablectl

Commandline tool to interact with a Stackable Data Platform
Other
8 stars 1 forks source link

Product monitoring: Show Prometheus and Grafana instances in `services list` command #193

Closed sbernauer closed 1 year ago

sbernauer commented 1 year ago

This already has been spiked in https://github.com/stackabletech/stackablectl/tree/monitoring-stack by @sbernauer Sample output

 prometheus  prometheus          default    http-web            http://212.227.233.197:31238   Third party service                     

 grafana     prometheus-grafana  default    http-web            http://217.160.117.50:32609    Third party service                     
                                                                                               Admin user: admin, password: adminadmin
sbernauer commented 1 year ago

Implemented in https://github.com/stackabletech/stackablectl/pull/228