dendro-monitoring / dendro

Dendro is an open-source, serverless monitoring framework for small, distributed applications. Stream logs and metrics from your various servers to a central time-series store, then explore using our default dashboards and set up alerting!
MIT License
4 stars 0 forks source link

React GUI: Display current services in sidebar #62

Closed nlicalzi closed 3 years ago

nlicalzi commented 3 years ago

Thoughts @awcrotwell ? Afraid we're going to have breaking queries if we just have pages for everything by default

AndiLavera commented 3 years ago

Yes that's the plan. I can get that done tomorrow.

https://github.com/dendro-naap/dendro-cli/blob/a526b3493e1c31dc462ea2a6d3e1f418ad30b063/src/pages/_app.tsx#L9

Right now the services are hard coded. Tomorrow i can turn this into an api call. I figured going based off of timestream database names would be best since those are ALL services monitored by users. It will fetch the services & pass them into sidebar as seen on line 28 :smile:

AndiLavera commented 3 years ago

Completed with #67