Commit Graph

5754 Commits

Author SHA1 Message Date
Daniel Holbach
f2c371a87b wants 4 spaces 2019-08-01 08:39:42 +02:00
Daniel Holbach
e5f9c2df51 Ignore react/destructuring-assignment for now
as per discussion in
	https://github.com/weaveworks/scope/pull/3643#issuecomment-507233272
2019-08-01 08:39:42 +02:00
Daniel Holbach
3472bd4cc5 workaround Error: Cannot find module 'eslint/lib/formatters/stylish' by using unreleased eslint-loader (waiting for release) 2019-08-01 08:39:42 +02:00
Daniel Holbach
a494f00964 run 'eslint app server.js --fix' 2019-08-01 08:39:42 +02:00
Daniel Holbach
723d9f46df update eslint components 2019-08-01 08:39:42 +02:00
Satyam Zode
5313209f81 Merge pull request #3650 from weaveworks/warn-open-port
Docs: improve the warning about opening Scope to the Internet
2019-07-31 19:57:07 +05:30
Bryan Boreham
c3ff3cac56 Release 1.11.4 v1.11.4 2019-07-31 14:09:56 +00:00
Bryan Boreham
bdbc50298c Bold the warning about exposing on the Internet 2019-07-31 13:52:51 +00:00
Bryan Boreham
609d9a7506 Merge pull request #3363 from princerachit/format-error-log
refactor(logs): Add reporter name to error logs.
2019-07-31 14:51:30 +01:00
Bryan Boreham
87754c4fd4 Merge pull request #3657 from weaveworks/less-quay2
Remove quay.io from release script
2019-07-31 14:46:04 +01:00
Bryan Boreham
cbdaeee06b Merge pull request #3653 from weaveworks/ebpf-time-offset
fix(probe): Avoid ebpf events out of order by adding offset to time
2019-07-31 14:37:03 +01:00
Bryan Boreham
2ebbb1cb10 Remove quay.io from release script 2019-07-31 13:21:40 +00:00
Bryan Boreham
86bb9312d5 Add another warning about exposing on the Internet 2019-07-31 13:20:31 +00:00
Bryan Boreham
b22bde4a7d fix(probe): Update tcptracer-bpf package to cure out-of-order events
Avoid ebpf events out of order by adding offset to time.
2019-07-31 12:43:21 +00:00
Satyam Zode
670ea0e6ac Merge pull request #3654 from foreversunyao/bump_license
bump_license , supposed to be 2019 ?
2019-07-24 15:53:26 +05:30
Samuel
d956150706 bump_license 2019-07-24 03:12:13 -07:00
Bryan Boreham
26c8760877 Merge pull request #3605 from weaveworks/defer-metrics-registration
Defer metrics registration until we need it
2019-07-16 15:45:30 +01:00
Bryan Boreham
5e57b0dbcf Add metrics for conntrack and ebpf errors 2019-07-09 13:01:47 +00:00
Bryan Boreham
20e7d5d476 Add metric counting report publish attempts and errors 2019-07-09 13:01:26 +00:00
Bryan Boreham
cf3812094b Document that probe counters are available as Prometheus metrics 2019-07-09 12:34:05 +00:00
Bryan Boreham
ab7a7dcb16 Expose probe metrics to Prometheus
We are already timing all report, tag and tick operations.
If Prometheus is in use, expose those metrics that way.

Adjust metrics naming to fit with Prometheus norms.

The previous way these metrics were exposed was via SIGUSR1, and we
can only have one "sink", so make it either-or.

Signed-off-by: Bryan Boreham <bryan@weave.works>
2019-07-09 12:34:05 +00:00
Bryan Boreham
ba84edefd2 Update go-metrics library to latest
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2019-07-09 12:34:05 +00:00
Bryan Boreham
8e93cce5d6 docs: help users to avoid opening their computer to the Internet 2019-07-09 12:20:04 +00:00
Bryan Boreham
24dcb676cf docs: remove mention of long-deprecated boot2docker 2019-07-09 12:18:47 +00:00
Bryan Boreham
161014857d Merge pull request #3646 from weaveworks/remove-useless-metric
fix: remove unused metric SpyDuration
2019-07-04 17:37:16 +01:00
Bryan Boreham
4d642ffe39 Merge pull request #3649 from weaveworks/release-1.11
Release 1.11.3
2019-07-04 17:00:28 +01:00
Bryan Boreham
3483765b34 docs: Release 1.11.3 v1.11.3 2019-07-04 15:03:11 +00:00
Bryan Boreham
89363f5dcf Defer metrics registration until we need it
This avoids app-specific metrics appearing in the probe.
2019-07-04 14:24:22 +00:00
Bryan Boreham
c1e110ac7b fix: remove unused metric SpyDuration
The call to register this metric was removed in #633 over three years ago.
If it isn't registered then nobody can see the values.
The measurement is duplicated by metrics added in #658.
2019-07-04 13:53:00 +00:00
Bryan Boreham
8a414d7a8f Merge pull request #3648 from weaveworks/handle-conntrack-error
fix: handle errors reported by the conntrack package
2019-07-04 14:50:15 +01:00
Bryan Boreham
1e6a6a7bb4 fix: handle errors reported by the conntrack package
In particular, ENOBUFS which indicates data has been dropped.
With this change the collector will restart, thus resynchronising with
the OS.
2019-07-04 13:30:46 +00:00
Daniel Holbach
5a38963fd0 Merge pull request #3637 from weaveworks/production-users
kick off production users list with Apester, MayaData and Weaveworks
2019-06-24 17:24:20 +02:00
Daniel Holbach
fe17c76fbf Merge pull request #3642 from weaveworks/add-codeowners
Add CODEOWNERS file
2019-06-24 17:05:49 +02:00
Daniel Holbach
e3819f83fe fix spaces 2019-06-24 16:36:09 +02:00
Daniel Holbach
afc2856828 @2opremio asked to be removed 2019-06-24 16:00:11 +02:00
Daniel Holbach
f95c660dc5 Add CODEOWNERS file
Follow https://github.blog/2017-07-06-introducing-code-owners/
	to allow us to use Pull reminders.
2019-06-24 15:34:52 +02:00
Bryan Boreham
ca34625a1e Merge pull request #3641 from weaveworks/doc-ecs-typo
docs: fix typo in ECS link
2019-06-21 19:10:50 +01:00
Bryan Boreham
27c55a8e6a docs: fix typo in ECS link 2019-06-21 18:26:26 +01:00
Filip Barl
c8f8e4be1b Merge pull request #3639 from weaveworks/3638-fix-docs-typo
Fix a typo in FAQ docs
2019-06-19 12:12:44 +02:00
Filip Barl
cf7d86ff63 fix: typo in FAQ.md 2019-06-19 11:41:54 +02:00
Satyam Zode
a1649448ac Merge pull request #3636 from weaveworks/akash-as-maintainer
Add Akash as Weave Scope maintainer
2019-06-19 14:48:00 +05:30
Daniel Holbach
0f43831470 explain how to get your name added 2019-06-19 07:13:35 +02:00
Daniel Holbach
4e4e5aa854 add Apester 2019-06-19 07:12:01 +02:00
Daniel Holbach
4697f92597 add MayaOnPrem as well
Co-Authored-By: Murat Karslioglu <murat@mayadata.io>
2019-06-19 07:11:03 +02:00
Daniel Holbach
3a98fdf4e8 it's Scope, not Flux 2019-06-18 16:58:34 +02:00
Daniel Holbach
77a2ed1949 kick off production users list with MayaData and Weaveworks
Signed-off-by: Daniel Holbach <daniel@weave.works>
2019-06-18 15:34:55 +02:00
Satyam Zode
d8d4dd4a77 Add Akash as Weave Scope Maintainer
Considering the contributions as well as active participation in the Weave Scope community by *Akash Srivastava*  aka @qiell, we should recognise him as a maintainer for the Weave Scope.  Thanks for all the work @qiell.
2019-06-18 18:57:58 +05:30
Bryan Boreham
c2e83ab939 Merge pull request #3632 from weaveworks/release-1.11
Release 1.11.2
2019-06-12 11:25:58 +01:00
Bryan Boreham
5c88c05fe2 typo 2019-06-12 10:25:06 +00:00
Bryan Boreham
ca946f9322 docs: Release 1.11.2 v1.11.2 2019-06-11 13:26:25 +00:00