Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weaveworks/scope
Monitoring, visualisation & management for Docker & Kubernetes
https://github.com/weaveworks/scope
containers docker ecs kubernetes mesos microservices monitoring visualization
Last synced: 20 days ago
JSON representation
Monitoring, visualisation & management for Docker & Kubernetes
- Host: GitHub
- URL: https://github.com/weaveworks/scope
- Owner: weaveworks
- License: apache-2.0
- Created: 2015-04-27T10:12:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T03:37:03.000Z (over 1 year ago)
- Last Synced: 2024-10-01T17:41:50.504Z (about 1 month ago)
- Topics: containers, docker, ecs, kubernetes, mesos, microservices, monitoring, visualization
- Language: Go
- Homepage: https://www.weave.works/oss/scope/
- Size: 79.6 MB
- Stars: 5,852
- Watchers: 153
- Forks: 709
- Open Issues: 454
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING.LGPL-3
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- stars - weaveworks/scope
- awesome - scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome-ccamel - weaveworks/scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome - weaveworks/scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome-repositories - weaveworks/scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome-repositories - weaveworks/scope
- awesome-starts - weaveworks/scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome-list-docker - scope
- awesome-hacking-lists - weaveworks/scope - Monitoring, visualisation & management for Docker & Kubernetes (Go)
- awesome-cloud-native - Scope - Monitoring、visualisation & management for Docker & Kubernetes. (Observability)
README
# DEPRECATED: Weave Scope - Troubleshooting & Monitoring for Docker & Kubernetes
[![Circle CI](https://circleci.com/gh/weaveworks/scope/tree/master.svg?style=shield)](https://circleci.com/gh/weaveworks/scope/tree/master)
[![Coverage Status](https://coveralls.io/repos/weaveworks/scope/badge.svg)](https://coveralls.io/r/weaveworks/scope)
[![Go Report Card](https://goreportcard.com/badge/github.com/weaveworks/scope)](https://goreportcard.com/report/github.com/weaveworks/scope)
[![Docker Pulls](https://img.shields.io/docker/pulls/weaveworks/scope.svg?maxAge=604800)](https://hub.docker.com/r/weaveworks/scope/)
[![GoDoc](https://godoc.org/github.com/weaveworks/scope?status.svg)](https://godoc.org/github.com/weaveworks/scope)
[![Good first issues](https://img.shields.io/github/issues/weaveworks/scope/good-first-issue.svg?color=blueviolet&label=good%20first%20issues)](https://github.com/weaveworks/scope/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue)## PLEASE NOTE, THIS PROJECT IS NO LONGER MAINTAINED. More details [available here](https://www.weave.works/blog/weave-cloud-end-of-service).
Weave Scope automatically generates a map of your application, enabling you to
intuitively understand, monitor, and control your containerized, microservices-based application.## Understand your Docker containers in real time
Choose an overview of your container infrastructure, or focus on a specific microservice. Easily identify and correct issues to ensure the stability and performance of your containerized applications.
## Contextual details and deep linking
View contextual metrics, tags, and metadata for your containers. Effortlessly navigate between processes inside your container to hosts your containers run on, arranged in expandable, sortable tables. Easily find the container using the most CPU or memory for a given host or service.
## Interact with and manage containers
Interact with your containers directly: pause, restart, and stop containers. Launch a command line. All without leaving the scope browser window.
## Extend and customize via plugins
Add custom details or interactions for your hosts, containers, and/or processes by creating Scope plugins. Or, just choose from some that others have already written at the GitHub [Weaveworks Scope Plugins](https://github.com/weaveworks-plugins/) organization.
## Who is using Scope in production
- [Apester](https://apester.com/)
- [Deepfence](https://deepfence.io) in [ThreatMapper](https://github.com/deepfence/ThreatMapper) and [ThreatStryker](https://deepfence.io/threatstryker/)
- [MayaData](https://mayadata.io/) in [MayaOnline / MayaOnPrem](https://mayadata.io/products)
- [Weaveworks](https://www.weave.works/) in [Weave Cloud](https://cloud.weave.works)If you would like to see your name added, let us know on Slack, or send a PR please.
**Ensure your computer is behind a firewall that blocks port 4040** then,
```console
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch
```This script downloads and runs a recent Scope image from Docker Hub.
Now, open your web browser to ****.For instructions on installing Scope on [Kubernetes](https://www.weave.works/docs/scope/latest/installing/#k8s), [DCOS](https://www.weave.works/docs/scope/latest/installing/#dcos), or [ECS](https://www.weave.works/docs/scope/latest/installing/#ecs), see [the docs](https://www.weave.works/docs/scope/latest/introducing/).
We are a very friendly community and love questions, help and feedback.
If you have any questions, feedback, or problems with Scope:
- Docs
- Read [the Weave Scope docs](https://www.weave.works/docs/scope/latest/introducing/)
- Check out the [frequently asked questions](/site/faq.md)
- Learn more about how the [Scope community operates](GOVERNANCE.md)
- Join the discussion
- Invite yourself to the Weave community Slack
- Ask a question on the [#scope](https://weave-community.slack.com/messages/scope/) Slack channel
- Send an email to [Scope community group](https://groups.google.com/forum/#!forum/scope-community)
- Meetings and events
- Join the [Weave User Group](https://www.meetup.com/pro/Weave/) and get invited to online talks, hands-on training and meetups in your area
- Join (and read up on) the regular [Scope community meetings](https://docs.google.com/document/d/103_60TuEkfkhz_h2krrPJH8QOx-vRnPpbcCZqrddE1s/edit) - currently on hold.
- Contributing
- Find out how to [contribute to Scope](CONTRIBUTING.md)
- [File an issue](https://github.com/weaveworks/scope/issues/new) or make a pull request for one of our [good first issues](https://github.com/weaveworks/scope/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue)Your feedback is always welcome!
We follow the [CNCF Code of Conduct](CODE-OF-CONDUCT.md).
## License
Scope is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
Find more details about the licenses of vendored code in [VENDORED_CODE.md](VENDORED_CODE.md).