open-consul/ui-v2/app/models
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
..
acl.js
coordinate.js
dc.js ui: Reduce discovery-chain log errors (#8065) 2020-06-10 16:07:06 +01:00
discovery-chain.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
intention-permission-http-header.js ui: Centralized Config Intention Permission CRUD (#8762) 2020-09-30 12:33:01 +01:00
intention-permission-http.js ui: Centralized Config Intention Permission CRUD (#8762) 2020-09-30 12:33:01 +01:00
intention-permission.js ui: Centralized Config Intention Permission CRUD (#8762) 2020-09-30 12:33:01 +01:00
intention.js ui: Centralized Config Intention Permission CRUD (#8762) 2020-09-30 12:33:01 +01:00
kv.js
node.js ui: Redesign Node list page (#8567) 2020-08-28 09:21:03 -04:00
nspace.js
oidc-provider.js ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00
policy.js ui: Improved filtering and sorting (#8591) 2020-09-01 19:13:11 +01:00
proxy.js ui: Add unique slug key id to proxy (#8479) 2020-08-11 12:53:45 -04:00
role.js ui: Support for Node Identities (#8137) 2020-06-23 09:59:43 +01:00
service-instance.js ui: Improved filtering and sorting (#8591) 2020-09-01 19:13:11 +01:00
service.js ui: Fix up Service filtering by whether a Service is in the mesh or not in the mesh (#8836) 2020-10-07 09:04:55 +01:00
session.js
token.js ui: Improved filtering and sorting (#8591) 2020-09-01 19:13:11 +01:00
topology.js Add metrics rendering to the new topology view. (#8858) 2020-10-09 21:31:15 +01:00