Skip to content

Commit 7085bca

Browse files
Removing outdated Jaeger Docs (#1082)
* removing jeager as its superceeded by otel Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * adding tracing files back Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * docs - integrated tracing section in deployments into the documentation itself as there was no mention of it-s Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * fix: rename jaeger-oltp to jaeger-otlp (typo) Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * fix: Use 9464 port in older prometheus example as that is the new default to avoid confusion Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * small reword for clarity Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> * added relref to otel section forgotten from jaeger removal Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com> --------- Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com>
1 parent ed69531 commit 7085bca

9 files changed

Lines changed: 116 additions & 323 deletions

File tree

deployments/porch/3-porch-server.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ spec:
6868
- secretRef:
6969
name: porch-db-secret
7070
env:
71-
# Uncomment to enable trace-reporting to jaeger
72-
#- name: OTEL
73-
# value: otel://jaeger-oltp:4317
7471
- name: OTEL_SERVICE_NAME
7572
value: porch-server
7673
- name: CERT_STORAGE_DIR

deployments/tracing/README.md

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

deployments/tracing/deployment.yaml

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

docs/content/en/docs/6_configuration_and_deployments/configurations/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ Configure individual Porch components:
1414
- [Porch Server]({{% relref "components/porch-server-config" %}}) - API server configuration
1515
- [Git Authentication]({{% relref "components/porch-server-config/git-authentication" %}}) - Git repository authentication
1616
- [Cert Manager Webhooks]({{% relref "components/porch-server-config/cert-manager-webhooks" %}}) - Webhook certificate management
17-
- [Jaeger Tracing]({{% relref "components/porch-server-config/jaeger-tracing" %}}) - Distributed tracing
1817
- [Porch Controllers]({{% relref "components/porch-controllers-config" %}}) - Controller settings
1918
- [Function Runner]({{% relref "components/function-runner-config" %}}) - Function execution environment
2019
- [Private Registries]({{% relref "components/function-runner-config/private-registries-config" %}}) - Container registry authentication
2120

21+
### OTEL Metrics & Tracing
22+
23+
[OpenTelemetry]({{% relref "/docs/6_configuration_and_deployments/configurations/opentelemetry" %}}) - Tracing and metrics configuration
24+
2225
## Core Configuration Options
2326

2427
### [Cache]({{% relref "cache" %}})

docs/content/en/docs/6_configuration_and_deployments/configurations/components/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Configure each Porch component individually for optimal performance and security
1313
The main API server that handles package operations and Git repository interactions:
1414
- [Git Authentication]({{% relref "porch-server-config/git-authentication" %}}) - Repository authentication methods
1515
- [Cert Manager Webhooks]({{% relref "porch-server-config/cert-manager-webhooks" %}}) - Webhook certificate management
16-
- [Jaeger Tracing]({{% relref "porch-server-config/jaeger-tracing" %}}) - Distributed tracing
1716

1817
### [Porch Controllers]({{% relref "porch-controllers-config" %}})
1918
Manage the lifecycle of PackageVariants and PackageVariantSets.

docs/content/en/docs/6_configuration_and_deployments/configurations/components/porch-server-config/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For cert-manager integration with Porch webhooks, see [Cert Manager Webhooks]({{
7676

7777
## Distributed Tracing
7878

79-
For Jaeger tracing configuration, see [Jaeger Tracing]({{% relref "jaeger-tracing" %}}) subsection.
79+
For tracing and metrics configuration, see [OpenTelemetry Configuration]({{% relref "/docs/6_configuration_and_deployments/configurations/opentelemetry" %}}).
8080

8181
## Resource Limits
8282

docs/content/en/docs/6_configuration_and_deployments/configurations/components/porch-server-config/jaeger-tracing.md

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

0 commit comments

Comments
 (0)