Commit Graph

2255 Commits

Author SHA1 Message Date
Tom Wilkie
fba555c985 Use image name without version as id. (#1531)
* Use image name without version as id.

* Review feedback
2016-06-15 16:14:51 +01:00
Tom Wilkie
d888509865 Ignore IPv6 addresses in Docker reporter (#1552) 2016-06-15 16:05:12 +01:00
Alfonso Acosta
d7da63a6e4 Merge pull request #1588 from weaveworks/1566-fix-implicit-targets
Fix handling of implicit probe targets
2016-06-15 13:12:44 +01:00
Alfonso Acosta
4dfd096ca7 Fix handling of implicit probe targets
Also, clean up entrypoint script.
2016-06-15 11:12:50 +00:00
David
e2050e1627 Merge pull request #1583 from weaveworks/1518-tall-search
Fix tall search box in Firefox
2016-06-14 18:01:56 +02:00
Anita Buehrle
e53b0cbea0 Merge pull request #1582 from weaveworks/abuehrle-patch-1
added line about kubectl version matching cluster
2016-06-14 10:45:07 -05:00
Anita Buehrle
d5b69a7693 added line about kubectl version matching cluster 2016-06-14 08:53:52 -05:00
David Kaltschmidt
8a845ecbac Fix tall search box in Firefox
* FF has an issue with flexbox and set width
* setting flex only when focused
2016-06-14 15:52:23 +02:00
Tom Wilkie
b4abe582f4 Tag scope images on docker hub as we do in service (#1572) 2016-06-14 10:10:51 +01:00
Alfonso Acosta
17723edc5e Merge pull request #1579 from weaveworks/1576-cancel-publish-on-stop
probe: add timeout to publisher and cancel requests on Stop()
2016-06-13 17:25:03 +01:00
Alfonso Acosta
e01b88b7d9 Review feedback 2016-06-13 15:54:40 +00:00
Alfonso Acosta
3542c6b2f8 probe: add timeout to publisher and cancel requests on Stop() 2016-06-13 15:18:44 +00:00
Alfonso Acosta
f06731183b Merge pull request #1578 from weaveworks/1573-multi-network-containers
Gather IPs from all the container networks
2016-06-13 13:23:06 +01:00
Alfonso Acosta
47c5754923 Add test 2016-06-13 11:47:19 +00:00
Alfonso Acosta
0fd2754b58 Gather IPs from all the container networks 2016-06-10 17:45:54 +00:00
Alfonso Acosta
ab1ca31760 Merge pull request #1574 from weaveworks/middleware-identity
Add Indentity middleware
2016-06-09 15:53:25 +01:00
Alfonso Acosta
80f72638ce Add Indentity middleware 2016-06-09 14:30:53 +00:00
Tom Wilkie
a7b34f1601 Use NATS for shortcut reports in the service. (#1568)
* Vendor nats-io/nats

* Use NATS for shortcut reports.

* Review feedback.

* Rejig shortcut subscriptions, so they work.

* Review feedback
2016-06-09 12:48:41 +01:00
Tom Wilkie
982189161b If we don't get a path name from the router, make one up from the url. (#1570)
* If we don't get a path name from the router, make one up from the url.

* Think about route naming a little more and add a comment to show it.
2016-06-09 12:48:22 +01:00
Tom Wilkie
141ce75902 Log errors in response to http requests. (#1569) 2016-06-09 09:01:50 +01:00
Alfonso Acosta
bbf55922d0 Merge pull request #1564 from weaveworks/probe-version-header
Add probe version header to probe requests
2016-06-08 15:34:34 +01:00
Jonathan Lange
38af5e0f77 Merge pull request #1554 from weaveworks/parallelism
Fetch non-cached reports in parallel
2016-06-08 14:52:32 +01:00
Alfonso Acosta
a6f8b0a0c6 Add probe version header to probe requests 2016-06-08 13:49:21 +00:00
David Kaltschmidt
2267a79be8 Fix JS error for topologies where only some nodes have networks 2016-06-08 15:41:47 +02:00
Alfonso Acosta
001daf9ecd Merge pull request #1555 from weaveworks/improve-rewrites
Rewrite net/http.Request.{URL.Path,RequestURI} consistently
2016-06-08 10:56:42 +01:00
Alfonso Acosta
116943f184 Rewrite net/http.Request.{URL.Path,RequestURI} consistently 2016-06-08 08:50:06 +00:00
Jonathan Lange
48fc985a3e Get non-cached reports in parallel 2016-06-07 19:23:45 +01:00
Jonathan Lange
0907cdfa0d Fail fast on error fetching non-cached reports 2016-06-07 19:00:14 +01:00
Jonathan Lange
3d12a2a76c Extract function for getting single report 2016-06-07 18:48:01 +01:00
Simon
7c4b7a56cb Merge pull request #1528 from weaveworks/network-view
[WIP] Network view
2016-06-06 17:03:15 +02:00
Simon Howe
53768b52ec Fixes tests + missing files oops (network view stuff) 2016-06-06 16:30:20 +02:00
Simon Howe
570124fbe0 Netview review feedback 2016-06-06 16:24:18 +02:00
Simon Howe
05ce661c19 Gets go-tests passing! 2016-06-06 16:24:18 +02:00
David Kaltschmidt
b1cd16d92d Fix node blurring for network hover
Fixes edge focus/blurring when selecting networks

Configurable arc size

net-view variant: Smaller arc (just the top)

net-view revision: Add white container around arcs.

To join them together in a sense. Trying to avoid the edge/arc position
association. Not sure if this really helps

net-view variations: shadows.

bg fill, align network rotation w/ rank.

Cute little dots

Stacked lines

Rounded rects

Slightly thicker "pills" to repr networks

Handle edge case by making line longer

Fix network bar offset
2016-06-06 16:24:09 +02:00
David Kaltschmidt
478a4a6d66 Remove common prefix from networks to increase color separation 2016-06-06 16:24:03 +02:00
David Kaltschmidt
e95f46bfd8 Extract networks from metadata (should be toplevel field) 2016-06-06 16:24:03 +02:00
Peter Bourgon
e0fab36351 Re-sync container on network dis/connect 2016-06-06 16:24:03 +02:00
Peter Bourgon
10ced2d09d First cut of network data 2016-06-06 16:24:02 +02:00
Simon Howe
b198c88fb1 Correct url-state handling.
Testing out colored borders rather than BGs for net-view legend
2016-06-06 16:23:56 +02:00
Simon Howe
8481223181 Rollback network view details-panel integration 2016-06-06 16:23:55 +02:00
Simon Howe
6b4b07d0bc Copy paste of MoC controls as initial networks-view legend
Needs a bit of de-dup / customization

oops, bad typo

More fleshing out the structure for network-view

onHover netview-legend: highlight relevant nodes.

And the bool rolls on.

Handle nodes w/ no networks better

Corrects deselect-node when used w/ new network-view behaviour

Net view details "node" can be open when with no nodes selected. Hitting
"esc" from:
 - card 0: network-a
 - card 1: node-a
was not deselecting node-a

Deselect selectedNetwork correctly onEsc

Ooops, trailing ws breaks linting.

Adds NodeNetworksOverlay stub

Expands on NodeNetworksOverlay stub and adds arcs and colors

Expand and collapse networks legend

Open arc for network circle, shift for stack

Show our base hue range in the debug bar too..

Was trying to smooth out our hue selector but turned out to be tricky..

Uniquify random data generator!
2016-06-06 16:23:44 +02:00
Simon Howe
da67ba05f8 Adds node.networks to the debug toolbar nodes 2016-06-06 16:20:25 +02:00
Ilya Dmitrichenko
25685c55f9 Fix Docker for Mac check (#1551) 2016-06-04 08:04:08 +01:00
Paul Bellamy
85aee27ef6 If k8s objects only have one container, show that container's metrics on them (#1473) 2016-06-04 08:03:51 +01:00
Anita Buehrle
1bd8eb218d pointed docs links to website 2016-06-03 11:58:00 -05:00
Bryan Boreham
9fc63a14ec Update the Slack link 2016-06-03 16:52:30 +01:00
Adam Harrison
3eda2c9503 Update Slack badge links 2016-06-01 14:46:20 +01:00
Anita Buehrle
14ee6383cc minor edits 2016-05-31 13:45:22 -05:00
Anita Buehrle
4931a4f774 cosmetic edits to minimesos section 2016-05-31 13:43:09 -05:00
Tom Wilkie
12f281654d Put reports in S3; add in process caching (#1545)
* Add in-process caching to dynamodb collector

* Add metrics for dynamodb consumed capacity and report size

* Log and return errors during report collection

* Increase compression to the max

* Put reports in S3 and just use DynamoDB as an index.

* Review feedback
2016-05-31 15:40:15 +01:00