-
Notifications
You must be signed in to change notification settings - Fork 83
/
mkdocs.yml
73 lines (68 loc) · 2.2 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: AWS Observability Accelerator for Terraform
docs_dir: "docs"
copyright: "Copyright © Amazon 2022"
site_author: "AWS"
site_url: "https://aws-observability.github.io/terraform-aws-observability-accelerator/"
repo_name: "aws-observability/terraform-aws-observability-accelerator"
repo_url: "https://github.com/aws-observability/terraform-aws-observability-accelerator"
theme:
logo: images/aws-logo.png
favicon: images/aws-favicon.png
name: material
font:
text: ember
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs.sticky
palette:
primary: indigo
accent: grey
nav:
- Home: index.md
- Concepts: concepts.md
- Amazon EKS:
- Infrastructure: eks/index.md
- EKS API server: eks/eks-apiserver.md
- EKS GPU montitoring: eks/gpu-monitoring.md
- Multicluster:
- Single AWS account: eks/multicluster.md
- Cross AWS account: eks/multiaccount.md
- Viewing logs: eks/logs.md
- Tracing: eks/tracing.md
- Patterns:
- Java/JMX: eks/java.md
- Nginx: eks/nginx.md
- Istio: eks/istio.md
- Troubleshooting: eks/troubleshooting.md
- Teardown: eks/destroy.md
- AWS Distro for OpenTelemetry (ADOT):
- Monitoring ADOT collector health: adothealth/index.md
- CloudWatch Container Insights & CloudWatch Application Signals:
- Amazon EKS: container-insights/eks.md
- Monitoring Managed Service for Prometheus Workspaces: workloads/managed-prometheus.md
- Amazon ECS:
- Cluster Monitoring: ecs/ecs-monitoring-on-ec2.md
- Supporting Examples:
- EKS Cluster with VPC: helpers/new-eks-cluster.md
- Amazon Managed Grafana setup: helpers/managed-grafana.md
- ECS Cluster with VPC: helpers/ecs-cluster-with-vpc.md
- Support & Feedback: support.md
- Contributors: contributors.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- footnotes
- pymdownx.critic
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search