Commit Graph

2367 Commits

Author SHA1 Message Date
Tom Wilkie
cafaff8960 Wire up continuous delivery (#1654) 2016-07-12 13:05:21 +01:00
Paul Bellamy
d4c66bfe5b Merge pull request #1665 from weaveworks/use-histograms
Use histograms over summaries
2016-07-12 11:38:26 +01:00
Tom Wilkie
3173f6ad75 Use histograms over summaries 2016-07-12 11:15:57 +01:00
Ilya Dmitrichenko
d499d2b27a Merge pull request #1650 from weaveworks/fix-1649
Fix ensure plugins dir exists (close #1649)
2016-07-11 18:23:01 +01:00
Alfonso Acosta
f0edc265a5 Merge pull request #1660 from weaveworks/acc-is-slice
Use a slice instead of a persistent list for temporary accumulation of lists
2016-07-11 17:55:12 +01:00
Ilya Dmitrichenko
0ad6392a78 Ensure plugins dir exists (close #1649) 2016-07-11 17:52:36 +01:00
Paul Bellamy
ce2fd1e477 Merge pull request #1659 from weaveworks/demo
Adding a static report file mode.
2016-07-11 14:43:04 +01:00
Paul Bellamy
2a8938ec1a Merge pull request #1662 from weaveworks/count-memcache-errors
Count memcache requests even if they time out
2016-07-11 13:37:52 +01:00
Paul Bellamy
7a37577f71 Review Feedback 2016-07-11 13:36:22 +01:00
Jonathan Lange
49f2e4e40c Count memcache requests even if they time out 2016-07-11 13:01:02 +01:00
Paul Bellamy
691ad042c7 adding a demo json report to the scope dockerfile 2016-07-11 11:50:28 +01:00
Paul Bellamy
bcddfd82c3 Added file collector, to serve a static report from file 2016-07-11 11:50:27 +01:00
Bryan Boreham
7d579122aa Use a slice instead of a persistent list for temporary accumulation of lists
Avoids creating O(n) garbage by using a slice with enough capacity to
hold the temporary head-portion of the list accumulated while walking
the list to insert element(s).
2016-07-11 11:18:07 +01:00
Simon
2ea04aa159 Merge pull request #1648 from weaveworks/1402-fixes-terminal-line-wrapping
Fixes terminal wrapping by syncing docker/term.js terminal widths.
2016-07-11 10:49:56 +02:00
Anita Buehrle
8763c11d8b Merge pull request #1625 from weaveworks/fix-readme-1525
removed boot2docker reference
2016-07-08 13:57:19 -05:00
Anita Buehrle
70fa0fb79b fixed up some awkwardness 2016-07-07 18:03:06 -05:00
Alfonso Acosta
9a77380a59 Merge pull request #1653 from weaveworks/1598-no-host-short-lived-tracking
Do not infer short-lived connections for host-networking containers
2016-07-07 17:53:08 +01:00
Alfonso Acosta
26c6249516 Review comments 2016-07-07 16:18:18 +00:00
Alfonso Acosta
c843d24f6f Do not infer short-lived connections for host-networking containers 2016-07-07 15:44:13 +00:00
Jonathan Lange
17dc928b07 Merge pull request #1646 from weaveworks/experimental-results
Promote fixprobe and delete rest of experimental
2016-07-07 16:43:35 +01:00
Jonathan Lange
7cc829e463 What's tracer? 2016-07-07 15:02:26 +01:00
Jonathan Lange
1c440486f0 Delete experimental, replace with 'extras'
extras contains fixprobe and example, and ought to build properly
2016-07-07 14:30:08 +01:00
Alfonso Acosta
6d527821e7 Merge pull request #1627 from weaveworks/1605-read-only
Allow disabling controls in probes
2016-07-07 13:37:04 +01:00
Alfonso Acosta
5bb6185515 Clarify no-controls flag 2016-07-07 12:36:33 +00:00
Justin Garrison
d65a656e8f quote jsonpath so shell doesn't try to expand (#1651) 2016-07-06 20:56:19 +01:00
Simon Howe
4b41c8bb23 Fixes terminal wrapping by syncing docker/term.js terminal widths.
Impl. by locking the term.js width to 80 which is what the docker one
is. We need to implement resizing on both the BE and FE to avoid weird
wrapping issues.
2016-07-06 15:06:02 +02:00
Paul Bellamy
b89e9ec891 Merge pull request #1641 from weaveworks/fix-column-widths
Force some known column widths to prevent truncation of others
2016-07-05 14:39:18 +01:00
Paul Bellamy
8cb1ecdf2c Merge pull request #1642 from weaveworks/refactoring-timing
refactor some timing helpers into a common lib
2016-07-05 13:01:28 +01:00
Paul Bellamy
7736564337 refactor some timing helpers into a common lib 2016-07-05 12:29:00 +01:00
Alfonso Acosta
6175880725 Review feedback 2016-07-05 10:47:57 +00:00
Simon Howe
f11c559499 Force some known column widths to prevent truncation of others
Port/count won't exceed a certain width so slim those down to free up
space for the IPs.

This can be extended to CPU/memory in the future but that needs a little
more refactoring in the number renderers
2016-07-05 12:26:10 +02:00
Alfonso Acosta
74e508671c Merge pull request #1606 from weaveworks/1594-no-sudo-for-launch
Don't prepend `scope launch` with sudo
2016-07-05 11:13:38 +01:00
Alfonso Acosta
7b3862f05b Review feedback 2016-07-05 10:09:40 +00:00
Alfonso Acosta
59ec3b863a Review comments 2016-07-04 17:22:58 +00:00
Alfonso Acosta
5d23432a6c Check write access to unix socket 2016-07-04 17:08:49 +00:00
Jonathan Lange
d79a412116 Merge pull request #1640 from weaveworks/bump-timeout
Bump memcache expiration
2016-07-04 16:54:59 +01:00
Jonathan Lange
45d0e5441a Change default timeout for things in the memcache 2016-07-04 16:04:04 +01:00
Jonathan Lange
31c88fd62b Instrumentation that we might like to keep 2016-07-04 16:03:50 +01:00
Alfonso Acosta
c0d5c394ad Fix demoprobe 2016-07-04 14:32:07 +00:00
Jonathan Lange
848574eced Make expiration a flag 2016-07-04 14:20:14 +01:00
Jonathan Lange
7dd2c6371e Parametrize window rather than assuming default 2016-07-04 13:50:54 +01:00
Jonathan Lange
c1dab17fb3 Make expiration a Duration 2016-07-04 13:30:23 +01:00
Jonathan Lange
f7bdedc149 Config struct for memcache client 2016-07-04 13:25:45 +01:00
Jonathan Lange
96520d7a46 Fixes to memcache support (#1628)
* Fix errors discovered in dev

* Log an error rather than aborting when memcache doesn't resolve
* Initialize map correctly

* Review tweaks
2016-07-04 11:00:11 +01:00
abuehrle
004b0e618d added url output 2016-07-03 09:29:29 -05:00
Alfonso Acosta
205ee5b4e6 Fix fixprobe 2016-07-01 17:30:10 +00:00
Alfonso Acosta
c0a672c02a Review feedback 2016-07-01 16:51:57 +00:00
Alfonso Acosta
6f1e52cd0d Allow disabling controls in probes 2016-07-01 15:06:06 +00:00
abuehrle
091adb79c0 removed boot2docker reference 2016-06-30 16:24:55 -05:00
Jonathan Lange
682edd37e4 Merge pull request #1616 from weaveworks/debug-instrument-memcache
Refactor caching layers in AWS collector
2016-06-30 18:10:32 +01:00