Commit Graph

5 Commits

Author SHA1 Message Date
Stompy
9ae05966cd
Update cAdvisor documentation (#58440)
Adding a known issue where cAdvisor doesn't scrape metrics in a non-privileged overlay Kustomize deployment
2023-11-20 19:37:46 +03:00
David Veszelovszki
68ed0abf80
Docs: Replace hyphens in text with em-dashes (#42367) 2023-01-31 13:18:49 +01:00
Jeff Wayman
a1f95f0afa
Product Education: Rewrite for Overview, Docker Compose, and Docker Single Container to align to new IA and deployment focus (#34715)
* Overall update to admin\install

These changes impact the install section with an update to include a deployment overview and a reorganization of the Docker Compose and Single-container sections. Because of a directory name change, I also have updated all other links directly.

* Remove old install files.

Removed indexes for Docker Compose and Single Container, as well as the separate operations guides as they are now part of the main docs.

* Updated admin index.

Added some links to the admin main page.

* Update redirects

Fix to redirect links.

* Update site_config.md

Updated link.

* Link fixes.

Various links associated with directory/folder change for deployment fixed.

* Various fixes based on review and link failures.

Fixed Buildkite link failures and implemented issues found during review.

* Update doc/admin/deploy/docker-compose/index.md

Suggested edit for clarification.

Co-authored-by: Michael Lin <mlzc@hey.com>

* Edits to correct link issues.

* Link fix. Removed sentence given redundant.

* Update git_server.go

Updated links to new location.

* update gitserver solutions or sth

* Deployment type table update.

Removed checkmarks (which have varied meanings globally), and the colored circles for easy/medium/hard (which may not be accessible for some readers).

* Update links for Kubernetes.

Added distinct links for k8s w/ and w/out Helm.

* Update doc/admin/how-to/redis_configmap.md

Fix link typo.

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

* Update doc/admin/deploy/index.md

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

* Update doc/admin/deploy/index.md

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

* Update doc/admin/deploy/docker-single-container/index.md

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

* Various changes based on review.

* Fix unintended update due to VS Code Extension.

* Fixed markdown numbering issue.

* Minor edits to correct links and deployment language.

* Moved location of Cloud installation docs within Docker Compose IA

* Updates based on review.

Improved language related to k8s w/helm. Removed language around CPU core recommendation.

* added more redirects to address link changes.

Co-authored-by: Michael Lin <mlzc@hey.com>
Co-authored-by: Robert Lin <robert@bobheadxi.dev>
Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>
2022-05-06 12:54:45 -04:00
Robert Lin
9e7a4a7947
doc: improve cadvisor metrics issues docs and workaround (#23817) 2021-08-13 07:55:33 +08:00
Robert Lin
7a84129972
monitoring: cadvisor observables review (#17239)
Remove container fs inodes: disk metrics are not supported in OCI it seems (google/cadvisor#2785), and the metrics it reports in docker-compose feels rather dubious at times. Instead, make ContainerIOUsage a shared observable, and the services that had relevant uses for the inodes monitoring now have this instead.

Reworked container restart: use cAdvisor metrics to detect container restarts in all environments

cAdvisor and monitoring documentation: inline documentation improvements and a new cAdvisor page in the docsite

Shared Group titles: titles are now in `shared` package for consistency and ease of editing
2021-01-13 22:56:04 +08:00