Skip to content

Commit 24c1844

Browse files
committed
feat(opentelemetry): refactoring using the Operator
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent 752f2d3 commit 24c1844

File tree

18 files changed

+1909
-523
lines changed

18 files changed

+1909
-523
lines changed

gitops/argocd/charts/opentelemetry/alloy-otel/README.md

Lines changed: 129 additions & 125 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# beyla
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
4+
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
46

57
## Values
68

7-
| Key | Type | Default | Description |
8-
|-----|------|---------|-------------|
9-
| beyla.config.logLevel | string | `"info"` | |
10-
| beyla.image.pullPolicy | string | `"IfNotPresent"` | |
11-
| beyla.image.pullSecrets | string | `nil` | |
12-
| beyla.image.repository | string | `"grafana/beyla"` | |
13-
| beyla.image.tag | string | `"1.3.3"` | |
14-
| grafanaDashboard.enabled | bool | `true` | |
15-
| grafanaDashboard.grafanaOperator.enabled | bool | `true` | |
16-
| grafanaDashboard.grafanaOperator.matchLabels."grafana.com/dashboards" | string | `"portefaix"` | |
17-
| monitoring.enabled | bool | `false` | |
18-
| portefaixVersion | string | `"v0.54.0"` | |
9+
| Key | Type | Default | Description |
10+
| --------------------------------------------------------------------- | ------ | ----------------- | ----------- |
11+
| beyla.config.logLevel | string | `"info"` | |
12+
| beyla.image.pullPolicy | string | `"IfNotPresent"` | |
13+
| beyla.image.pullSecrets | string | `nil` | |
14+
| beyla.image.repository | string | `"grafana/beyla"` | |
15+
| beyla.image.tag | string | `"1.3.3"` | |
16+
| grafanaDashboard.enabled | bool | `true` | |
17+
| grafanaDashboard.grafanaOperator.enabled | bool | `true` | |
18+
| grafanaDashboard.grafanaOperator.matchLabels."grafana.com/dashboards" | string | `"portefaix"` | |
19+
| monitoring.enabled | bool | `false` | |
20+
| portefaixVersion | string | `"v0.54.0"` | |
1921

20-
----------------------------------------------
21-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
22+
---
23+
24+
Autogenerated from chart metadata using
25+
[helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
# datadog
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
4+
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
46

57
## Requirements
68

7-
| Repository | Name | Version |
8-
|------------|------|---------|
9-
| https://helm.datadoghq.com | datadog | 3.58.1 |
9+
| Repository | Name | Version |
10+
| -------------------------- | ------- | ------- |
11+
| https://helm.datadoghq.com | datadog | 3.58.1 |
1012

1113
## Values
1214

13-
| Key | Type | Default | Description |
14-
|-----|------|---------|-------------|
15-
| datadog.commonLabels."portefaix.xyz/version" | string | `"v0.54.0"` | |
16-
| datadog.datadog.apiKeyExistingSecret | string | `"datadog-agent-credentials"` | |
17-
| datadog.datadog.logLevel | string | `"INFO"` | |
18-
| datadog.datadog.otlp.logs.enabled | bool | `true` | |
19-
| datadog.datadog.otlp.receiver.protocol.grpc.enabled | bool | `true` | |
20-
| datadog.datadog.otlp.receiver.protocol.grpc.endpoint | string | `"0.0.0.0:4317"` | |
21-
| datadog.datadog.otlp.receiver.protocol.http.enabled | bool | `true` | |
22-
| datadog.datadog.otlp.receiver.protocol.http.endpoint | string | `"0.0.0.0:4318"` | |
23-
| datadog.datadog.site | string | `"datadoghq.com"` | |
15+
| Key | Type | Default | Description |
16+
| ---------------------------------------------------- | ------ | ----------------------------- | ----------- |
17+
| datadog.commonLabels."portefaix.xyz/version" | string | `"v0.54.0"` | |
18+
| datadog.datadog.apiKeyExistingSecret | string | `"datadog-agent-credentials"` | |
19+
| datadog.datadog.logLevel | string | `"INFO"` | |
20+
| datadog.datadog.otlp.logs.enabled | bool | `true` | |
21+
| datadog.datadog.otlp.receiver.protocol.grpc.enabled | bool | `true` | |
22+
| datadog.datadog.otlp.receiver.protocol.grpc.endpoint | string | `"0.0.0.0:4317"` | |
23+
| datadog.datadog.otlp.receiver.protocol.http.enabled | bool | `true` | |
24+
| datadog.datadog.otlp.receiver.protocol.http.endpoint | string | `"0.0.0.0:4318"` | |
25+
| datadog.datadog.site | string | `"datadoghq.com"` | |
2426

25-
----------------------------------------------
26-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
27+
---
28+
29+
Autogenerated from chart metadata using
30+
[helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
11
# opentelemetry-collector
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
4+
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
46

57
## Values
68

7-
| Key | Type | Default | Description |
8-
|-----|------|---------|-------------|
9-
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
10-
| additionalLabels | object | `{"portefaix.xyz/version":"v0.54.0"}` | Additional labels to add to all resources |
11-
| autoinstrumentation.collectorTarget | string | `"mycollector"` | |
12-
| autoinstrumentation.enabled | bool | `false` | |
13-
| autoinstrumentation.env | list | `[]` | |
14-
| autoinstrumentation.propagators[0] | string | `"tracecontext"` | |
15-
| autoinstrumentation.propagators[1] | string | `"baggage"` | |
16-
| autoinstrumentation.propagators[2] | string | `"b3"` | |
17-
| autoinstrumentation.resource | object | `{}` | |
18-
| autoinstrumentation.sampler.argument | string | `"0.25"` | |
19-
| autoinstrumentation.sampler.type | string | `"parentbased_traceidratio"` | |
20-
| collectors | list | `[]` | |
21-
| extraEnvs[0].name | string | `"K8S_NODE_NAME"` | |
22-
| extraEnvs[0].valueFrom.fieldRef.fieldPath | string | `"spec.nodeName"` | |
23-
| extraEnvs[1].name | string | `"K8S_POD_NAME"` | |
24-
| extraEnvs[1].valueFrom.fieldRef.fieldPath | string | `"metadata.name"` | |
25-
| extraEnvs[2].name | string | `"K8S_NAMESPACE"` | |
26-
| extraEnvs[2].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
27-
| grafanaDashboard.enabled | bool | `true` | |
28-
| grafanaDashboard.grafanaOperator.enabled | bool | `true` | |
29-
| grafanaDashboard.grafanaOperator.matchLabels."grafana.com/dashboards" | string | `"portefaix"` | |
30-
| ingress.enabled | bool | `false` | |
9+
| Key | Type | Default | Description |
10+
| --------------------------------------------------------------------- | ------ | ------------------------------------- | ---------------------------------------------- |
11+
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
12+
| additionalLabels | object | `{"portefaix.xyz/version":"v0.54.0"}` | Additional labels to add to all resources |
13+
| autoinstrumentation.collectorTarget | string | `"mycollector"` | |
14+
| autoinstrumentation.enabled | bool | `false` | |
15+
| autoinstrumentation.env | list | `[]` | |
16+
| autoinstrumentation.propagators[0] | string | `"tracecontext"` | |
17+
| autoinstrumentation.propagators[1] | string | `"baggage"` | |
18+
| autoinstrumentation.propagators[2] | string | `"b3"` | |
19+
| autoinstrumentation.resource | object | `{}` | |
20+
| autoinstrumentation.sampler.argument | string | `"0.25"` | |
21+
| autoinstrumentation.sampler.type | string | `"parentbased_traceidratio"` | |
22+
| collectors | list | `[]` | |
23+
| extraEnvs[0].name | string | `"K8S_NODE_NAME"` | |
24+
| extraEnvs[0].valueFrom.fieldRef.fieldPath | string | `"spec.nodeName"` | |
25+
| extraEnvs[1].name | string | `"K8S_POD_NAME"` | |
26+
| extraEnvs[1].valueFrom.fieldRef.fieldPath | string | `"metadata.name"` | |
27+
| extraEnvs[2].name | string | `"K8S_NAMESPACE"` | |
28+
| extraEnvs[2].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
29+
| grafanaDashboard.enabled | bool | `true` | |
30+
| grafanaDashboard.grafanaOperator.enabled | bool | `true` | |
31+
| grafanaDashboard.grafanaOperator.matchLabels."grafana.com/dashboards" | string | `"portefaix"` | |
32+
| ingress.enabled | bool | `false` | |
3133

32-
----------------------------------------------
33-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
34+
---
35+
36+
Autogenerated from chart metadata using
37+
[helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/collector.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/configmap-dashboards.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/_helpers.tpl renamed to gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates/_helpers.tpl

File renamed without changes.

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/ingress.yaml renamed to gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates/ingress.yaml

File renamed without changes.

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/instrumentation.yaml renamed to gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates/instrumentation.yaml

File renamed without changes.

gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates.old/rbac.yaml renamed to gitops/argocd/charts/opentelemetry/opentelemetry-collector/templates/rbac.yaml

File renamed without changes.

0 commit comments

Comments
 (0)