open-consul/ui-v2/app/styles
Paul Banks 40695d5919
Add metrics rendering to the new topology view. (#8858)
* Remove unused StatsCard component

* Create Card and Stats contextual components with styling

* Send endpoint, item, and protocol to Stats as props

* WIP basic plumbing for metrics in Ember

* WIP metrics data source now works for different protocols and produces reasonable mock responses

* WIP sparkline component

* Mostly working metrics and graphs in topology

* Fix date in tooltip to actually be correct

* Clean up console.log

* Add loading frame and create a style sheet for Stats

* Various polish fixes:

 - Loading state for graph
 - Added fake latency cookie value to test loading
 - If metrics provider has no series/stats for the service show something that doesn't look broken
 - Graph hover works right to the edge now
 - Stats boxes now wrap so they are either shown or not as will fit not cut off
 - Graph resizes when browser window size changes
 - Some tweaks to number formats and stat metrics to make them more compact/useful

* Thread Protocol through topology model correctly

* Rebuild assetfs

* Fix failing tests and remove stats-card now it's changed and become different

* Fix merge conflict

* Update api doublt

* more merge fixes

* Add data-permission and id attr to Card

* Run JS linter

* Move things around so the tests run with everything available

* Get tests passing:

1. Remove fakeLatency setTimeout (will be replaced with CONSUL_LATENCY
in mocks)
2. Make sure any event handlers are removed

* Make sure the Consul/scripts are available before the app

* Make sure interval gets set if there is no cookie value

* Upgrade mocks so we can use CONSUL_LATENCY

* Fix handling of no series values from Prometheus

* Update assetfs and fix a comment

* Rebase and rebuild assetfs; fix tcp metric series units to be bits not bytes

* Rebuild assetfs

* Hide stats when provider is not configured

Co-authored-by: kenia <keniavalladarez@gmail.com>
Co-authored-by: John Cowen <jcowen@hashicorp.com>
2020-10-09 21:31:15 +01:00
..
base ui: L7 intentions improvements (#8851) 2020-10-08 16:02:31 +01:00
components ui: Add simple intention check interface to per service intentions (#8899) 2020-10-09 15:47:36 +01:00
layouts ui: Read-only CRD/Centralized Config Intentions (#8659) 2020-09-18 11:14:06 +01:00
routes/dc ui: L7 intentions improvements (#8851) 2020-10-08 16:02:31 +01:00
variables ui: Use top-level 'named index files' instead of in folder index files (#8274) 2020-07-09 14:51:08 +01:00
app.scss ui: Use top-level 'named index files' instead of in folder index files (#8274) 2020-07-09 14:51:08 +01:00
components.scss Add metrics rendering to the new topology view. (#8858) 2020-10-09 21:31:15 +01:00
layout.scss ui: Fix up positioning of subpage loader animation (#8879) 2020-10-08 20:32:16 +01:00
routes.scss ui: L7 intentions improvements (#8851) 2020-10-08 16:02:31 +01:00
typography.scss ui: CSS margin/border alterations (#8796) 2020-10-05 15:02:15 +01:00
variables.scss ui: Use top-level 'named index files' instead of in folder index files (#8274) 2020-07-09 14:51:08 +01:00