Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation improvements #2252

Merged
merged 16 commits into from
Feb 28, 2017
Merged

Documentation improvements #2252

merged 16 commits into from
Feb 28, 2017

Conversation

abuehrle
Copy link
Contributor

single anchor fixed

@abuehrle
Copy link
Contributor Author

Updated screen captures.

Needs revisions to text as well.

@2opremio
Copy link
Contributor

That search screenshot doesn't look right (the cart text in the canvas should be highlighted)

site/features.md Outdated

Nodes can be filtered by various properties, for example in the Container view, you can filter by System Containers vs Application Containers or by Stopped vs. Running Containers. Scope can also display various metrics such as CPU and Memory usage in the nodes, for example allowing you to easily find the container using the most CPU or memory. Mouse-over any of the nodes to view its filtered metric at a glance.

###<a name="powerful-search"></a> Powerful Search

Powerful search capability enables you to find node types, containers and processes by name, label or even path. The search functionality supports simple operands so that you can for example, find processes consuming a certain Memory limit or nodes using too much CPU. You can also stack filters to create custom, complex search criterion.

!['Stack Filters'](images/search-python.png)

This comment was marked as abuse.

@abuehrle
Copy link
Contributor Author

@2opremio PTAL Thinking about putting all of the search criterion on its own page as reference as well, wdyt? (expand what's in the online help for that).

site/features.md Outdated

##<a name="troubleshoot-apps"></a>Troubleshoot Apps
Troubleshoot your app by directly interacting with containers: pause, restart and stop containers without having to leave the Scope browser window.
A convenient terminal window is provided that enables you to interact with your app and to troubleshoot and diagnose any issues all within the same context.Select `<_` to launch a terminal in any container from the details panel.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@2opremio 2opremio changed the title fixed anchor tag Documentation improvements Feb 17, 2017
@2opremio
Copy link
Contributor

2opremio commented Feb 17, 2017

@abuehrle You added a full refactoring of the docs, piggybacking on a PR supposed to fix an anchor. That's not a good practice, since it makes traceability difficult.

From now on please create separate PRs for different changes. Also, try to keep the PR title up to date if (only for a good reason) the PR scope changes.

site/features.md Outdated
A convenient terminal window is provided that enables you to interact with your app and to troubleshoot and diagnose any issues all within the same context.Select `<_` to launch a terminal in any container from the details panel.
Click on a container, pod or host to view the controls that allow you to: pause, restart, stop and delete without having to leave the Scope browser window. Logs of selected containers or pods (if you are running in Kubernetes) can also be viewed by clicking the terminal icon.

And if further troubleshooting is required, a convenient terminal window can also be launched from any container that enables you to interact with your app and run any UNIX command to diagnose issues. Launch a terminal by clicking the `<_` icon from the details panel of a selected container.

This comment was marked as abuse.

@2opremio
Copy link
Contributor

Thinking about putting all of the search criterion on its own page as reference as well, wdyt?

OK by me

site/features.md Outdated

Views in Scope can be thought of as high-level filters on your containerized microservices as they run in the cloud. They are categorized into: Processes, Containers, Orchestrators, and Hosts. The Orchestrator view is context-sensitive, and as a result, if an app is running in Kubernetes, then Scope displays Pods, Replica Sets, Deployments, and Services that allow you to drilldown on Kubernetes clusters.

!['ECS Views in Scope'](images/kubernetes-view.png)

This comment was marked as abuse.

site/features.md Outdated

For information on how to install Scope on the AWS EC2 Container Service see, "[Installing Scope on Amazon ECS](installing.md#ecs)

Under the hosts view, and if you are running Weave Net for container networking a specific Weave Net view appears. This view is useful for troubleshooting any networking problems you may be having. This view displays a number of Weave Net specific attributes such as whether quorum has been reached, the IP addresses used, whether fast datapath is enabled, or if encryption is running and many other useful attributes. See [Weave Net User Guide](https://www.weave.works/docs/net/latest/features/) for more information.

This comment was marked as abuse.

site/features.md Outdated

Powerful search capability enables you to find node types, containers and processes by name, label or even path. The search functionality supports simple operands so that you can for example, find processes consuming a certain Memory limit or nodes using too much CPU. You can also stack filters to create custom, complex search criterion.
Powerful search capability enables you to find node types, containers and processes by name, label or even path. The search functionality supports simple operands so that you can for example, find processes consuming a certain Memory limit or nodes using too much CPU. Search terms may also be stacked to create custom, complex search criterion. See the online help for a full list of allowable operands.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.


##<a name="real-time-app-and-container-metrics"></a>Real-time App and Container Metrics

View contextual metrics, tags and metadata for your containers. Effortlessly navigate between processes inside your container to the hosts that your containers run on, arranged in expandable, sortable tables.
View contextual metrics, tags and metadata for your containers by clicking on a node to display its details panel. Drilldown on processes inside your container to the hosts that your containers run on, arranged in expandable, sortable tables.

This comment was marked as abuse.

This comment was marked as abuse.

site/features.md Outdated

Interact with your containers directly: pause, restart and stop containers without having to leave the Scope browser window.
Click on a container, pod or host to view the controls that allow you to: pause, restart, stop and delete without having to leave the Scope browser window. Logs of selected containers or pods (if you are running in Kubernetes) can also be viewed by clicking the terminal icon.

This comment was marked as abuse.

site/features.md Outdated

##<a name="troubleshoot-apps"></a>Troubleshoot Apps
And if further troubleshooting is required, terminal windows can be launched from any container so that you can interact with your app and run any UNIX command to diagnose issues. Launch a terminal by clicking the `>_` icon from the details panel of a selected container.

This comment was marked as abuse.

@abuehrle
Copy link
Contributor Author

I am finished with these changes for now. If I do more work on the scope docs, I'll create a new PR.

site/features.md Outdated

And if further troubleshooting is required, terminal windows can be launched from any container so that you can interact with your app and run any UNIX command to diagnose issues. Launch a terminal by clicking the `>_` icon from the details panel of a selected container.
And if further troubleshooting is required, terminal windows can be launched from any container or host so that you can interact with your app and run any UNIX command to diagnose issues. Launch a terminal by clicking the `>_` icon from the details panel of a selected container.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@2opremio
Copy link
Contributor

2opremio commented Feb 20, 2017 via email

@2opremio
Copy link
Contributor

Ping

@abuehrle abuehrle merged commit e1bbc5a into master Feb 28, 2017
@rade rade deleted the fix-links branch July 5, 2017 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants