Skip to content

Commit a35160a

Browse files
author
Diego Luisi
committed
⚑ add OTEL_LOGS_EXPORTER
1 parent 45e074c commit a35160a

File tree

3 files changed

+35
-32
lines changed

3 files changed

+35
-32
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -61,39 +61,9 @@ See [Versions](docs/tooling/versions.md).
6161
| argo-worflows | Fix Build | ❌ |
6262
| yaml-validate | Fix CI Workflow | ❌ |
6363

64-
6564
### 🌳 Project Structure
6665

67-
````bash
68-
.
69-
β”œβ”€β”€ apps
70-
β”‚Β Β  β”œβ”€β”€ argo-rollouts
71-
β”‚Β Β  β”œβ”€β”€ backstage
72-
β”‚Β Β  β”œβ”€β”€ cert-manager
73-
β”‚Β Β  β”œβ”€β”€ crossplane
74-
β”‚Β Β  β”œβ”€β”€ grafana
75-
β”‚Β Β  β”œβ”€β”€ istio-base
76-
β”‚Β Β  β”œβ”€β”€ istio-ingress
77-
β”‚Β Β  β”œβ”€β”€ istiod
78-
β”‚Β Β  β”œβ”€β”€ jaeger
79-
β”‚Β Β  β”œβ”€β”€ kiali-operator
80-
β”‚Β Β  β”œβ”€β”€ kubernetes-dashboard
81-
β”‚Β Β  β”œβ”€β”€ loki
82-
β”‚Β Β  β”œβ”€β”€ metrics-server
83-
β”‚Β Β  β”œβ”€β”€ prometheus
84-
β”‚Β Β  β”œβ”€β”€ promtail
85-
β”‚Β Β  β”œβ”€β”€ rollout-demo
86-
β”‚Β Β  β”œβ”€β”€ sealed-secrets
87-
β”‚Β Β  β”œβ”€β”€ sonarqube
88-
β”‚Β Β  └── wordpress
89-
β”œβ”€β”€ bootstrap
90-
β”‚Β Β  β”œβ”€β”€ argo-cd
91-
β”‚Β Β  └── cluster-resources
92-
β”œβ”€β”€ infra
93-
β”‚Β Β  └── networking
94-
β”œβ”€β”€ projects
95-
└── secrets
96-
````
66+
See [Project Structure](docs/project-structure.md).
9767

9868
### πŸ–ŠοΈ Code of Conduct
9969

β€Ždocs/project-structure.mdβ€Ž

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# 🌳 Project Structure
2+
3+
````bash
4+
.
5+
β”œβ”€β”€ apps
6+
β”‚Β Β  β”œβ”€β”€ argo-rollouts
7+
β”‚Β Β  β”œβ”€β”€ backstage
8+
β”‚Β Β  β”œβ”€β”€ cert-manager
9+
β”‚Β Β  β”œβ”€β”€ crossplane
10+
β”‚Β Β  β”œβ”€β”€ grafana
11+
β”‚Β Β  β”œβ”€β”€ istio-base
12+
β”‚Β Β  β”œβ”€β”€ istio-ingress
13+
β”‚Β Β  β”œβ”€β”€ istiod
14+
β”‚Β Β  β”œβ”€β”€ jaeger
15+
β”‚Β Β  β”œβ”€β”€ kiali-operator
16+
β”‚Β Β  β”œβ”€β”€ kubernetes-dashboard
17+
β”‚Β Β  β”œβ”€β”€ loki
18+
β”‚Β Β  β”œβ”€β”€ metrics-server
19+
β”‚Β Β  β”œβ”€β”€ prometheus
20+
β”‚Β Β  β”œβ”€β”€ promtail
21+
β”‚Β Β  β”œβ”€β”€ rollout-demo
22+
β”‚Β Β  β”œβ”€β”€ sealed-secrets
23+
β”‚Β Β  β”œβ”€β”€ sonarqube
24+
β”‚Β Β  └── wordpress
25+
β”œβ”€β”€ bootstrap
26+
β”‚Β Β  β”œβ”€β”€ argo-cd
27+
β”‚Β Β  └── cluster-resources
28+
β”œβ”€β”€ infra
29+
β”‚Β Β  └── networking
30+
β”œβ”€β”€ projects
31+
└── secrets
32+
````

β€Žmkdocs.ymlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ plugins:
99

1010
nav:
1111
- Home: index.md
12-
- How-tos:
12+
- How To:
1313
- Code of Conduct: CODE-OF-CONDUCT.md
1414
- Generate Secrets: secrets/index.md
15+
- Project Structure: project-structure.md
1516
- Security:
1617
- Security: SECURITY.md
1718
- Tooling:

0 commit comments

Comments
Β (0)