This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Nov, 2018 2 commits
-
-
Bryan Boreham authored
Update Ruby version to 2.3.6, to match Weaveworks website
-
Bryan Boreham authored
The version mismatch is causing errors on Netlify preview.
-
- 13 Nov, 2018 1 commit
-
-
Bryan Boreham authored
Add Filip Barl as maintainer
-
- 12 Nov, 2018 5 commits
-
-
Simon authored
Revert "Upgrade to Font Awesome 5"
-
Simon authored
-
Bryan Boreham authored
Upgrade to Font Awesome 5
-
Bryan Boreham authored
Fix intention of support for fallback protocol and add tests for probe/cri/registry
-
Bryan Boreham authored
Update introducing.md
-
- 10 Nov, 2018 2 commits
-
-
Scott Brenner authored
Grammar fix.
-
Scott Brenner authored
Typo fix.
-
- 09 Nov, 2018 4 commits
-
-
Simon Howe authored
-
Bryan Boreham authored
Add EKS to paused container detection
-
Simon Howe authored
-
Stefan Prodan authored
fix #3259
-
- 07 Nov, 2018 2 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
Add http Basic Auth
-
- 06 Nov, 2018 2 commits
-
-
Bryan Boreham authored
Clean up Dockerfiles
-
Bryan Boreham authored
Disable host and endpoint reporting in Kubernetes cluster mode
-
- 05 Nov, 2018 1 commit
-
-
Bryan Boreham authored
When the probe is run with --probe.kubernetes.role=cluster, disable host reporting and endpoint reporting since it duplicates what is being done by the per-host probe.
-
- 01 Nov, 2018 5 commits
-
-
Yu Cao authored
-
gotjosh authored
Also, extracts strings into constants
-
gotjosh authored
When we receive an endpoint address without a protocol, our code states we don't support them and that the format is deprecated. In reality it was not the case, e.g: When we received an address in the form of `127.0.0.1`, we'd attempt to parse the scheme from it, we'd realise is does have one (would be equivalent to "") and our function `parseEndpoint` would return `"", "", fmt.Error`. Then, our `parseEndpointWithFallbackProtocol` would use the fallback protocol (unix) and attempt to connect to `unix://127.0.0.1`. This meant two things: 1. The error returned from `parseEndpoint` would never be thrown 2. We would connect anyways since the address is valid This commit changes the assertion logic to match the intention of using a fallback protocol when one is not supplied.
-
gotjosh authored
Unhappy path tests try to cover three scenarios: - When the endpoint URL scheme is not explicitly supported e.g. HTTP - When the endpoint URL scheme is TCP which is also not supported - When the fail to parse the given URL (to extract the scheme) The happy path covers two scenarios: - When we specify the supported scheme in the URL which is an unix socket e.g. unix///var/run/dockershim.sock - When we pass a socket address but fail to specify the scheme but our registry attempts to use the fallback protocol e.g. var/run/dockershim.sock
-
Bryan Boreham authored
In multitenant app, drop all nodes for big topologies
-
- 31 Oct, 2018 2 commits
-
-
Bryan Boreham authored
Add LICENSE info to README.md
-
Akshat Garg authored
-
- 30 Oct, 2018 2 commits
-
-
Bryan Boreham authored
Fix typo
-
Bryan Boreham authored
client: update stopped container message
-
- 29 Oct, 2018 3 commits
-
-
gfeun authored
Fix sentence meaning according to [https://github.com/weaveworks-plugins/scope-http-statistics plugin page: "it has a negligible performance toll"
-
Bryan Boreham authored
update help section
-
Bryan Boreham authored
Add Satyam Zode as maintainer
-
- 28 Oct, 2018 1 commit
-
-
Lucille Tachet authored
-
- 27 Oct, 2018 1 commit
-
-
gruebel authored
-
- 26 Oct, 2018 2 commits
-
-
Bryan Boreham authored
* Pass Go context down to Renderers This is useful for cancellation or tracing. * Add tracing spans to app Also log things like number of nodes in Map, total number of reports.
-
Akash Srivastava authored
- Change apigroups to apiGroups in cluster-role.yaml - Change resourcenames to resourceNames in cluster-role.yaml - Add selector in deploy.yaml and ds.yaml Signed-off-by:
Akash Srivastava <akash.srivastava@openebs.io>
-
- 25 Oct, 2018 1 commit
-
-
Daniel Holbach authored
close quotation marks
-
- 23 Oct, 2018 2 commits
-
-
Roland Schilter authored
Slack Status link is broken
-
muthumalla authored
-
- 22 Oct, 2018 2 commits
-
-
muthumalla authored
-
Daniel Holbach authored
Signed-off-by:
Daniel Holbach <daniel@weave.works>
-