You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ v2+ releases introduces couple of breaking changes compared to previous versions
34
34
35
35
-`modules/workloads/infra` module moves to `modules/eks-monitoring`
36
36
- All EKS configuration options moves from the base module to the `eks-monitoring` module
37
-
- All EKS workload modules `modules/workloads/{java,nginx}` merge into `eks-monitoring` as configuration options (patterns), see [examples](./examples) to provide a more complete visiblity.
37
+
- All EKS workload modules `modules/workloads/{java,nginx}` merge into `eks-monitoring` as configuration options (patterns), see [examples](./examples) to provide a more complete visiblity
38
38
- All examples have been updated to reflect these changes
Copy file name to clipboardExpand all lines: docs/eks/destroy.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,5 @@ terraform state rm "module.eks_observability_accelerator.aws_prometheus_workspac
20
20
```
21
21
22
22
!!! note
23
-
To view all the features proposed by this module, visit the [module documentation](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/workloads/infra).
23
+
To view all the features proposed by this module,
24
+
visit the [module documentation](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring).
Copy file name to clipboardExpand all lines: docs/eks/java.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
!!! note
4
4
Since v2.x, Java based applications monitoring on EKS has been merged within
5
-
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/feat/modules-composition/modules/eks-monitoring)
5
+
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring)
6
6
to allow visibility both on the cluster and the workloads, [#59](https://github.com/aws-observability/terraform-aws-observability-accelerator/issues/59).
7
7
8
8
In addition to EKS infrastructure monitoring, the current example provides
@@ -24,7 +24,7 @@ module "eks_monitoring" {
24
24
}
25
25
```
26
26
27
-
You can further customize the Java pattern by providing `java_config`[options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/feat/modules-composition/modules/eks-monitoring/README.md#input_java_config).
27
+
You can further customize the Java pattern by providing `java_config`[options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/main/modules/eks-monitoring/README.md#input_java_config).
Copy file name to clipboardExpand all lines: docs/eks/nginx.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
!!! note
4
4
Since v2.x, NGINX based applications monitoring on EKS has been merged within
5
-
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/feat/modules-composition/modules/eks-monitoring)
5
+
the [eks-monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/eks-monitoring)
6
6
to allow visibility both on the cluster and the workloads, [#59](https://github.com/aws-observability/terraform-aws-observability-accelerator/issues/59).
7
7
8
8
In addition to EKS infrastructure monitoring, the current example provides
@@ -24,7 +24,7 @@ module "eks_monitoring" {
24
24
}
25
25
```
26
26
27
-
You can further customize the NGINX pattern by providing `nginx_config`[options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/feat/modules-composition/modules/eks-monitoring/README.md#input_nginx_config).
27
+
You can further customize the NGINX pattern by providing `nginx_config`[options](https://github.com/aws-observability/terraform-aws-observability-accelerator/blob/main/modules/eks-monitoring/README.md#input_nginx_config).
0 commit comments