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: test/apps.yaml
+1-19Lines changed: 1 addition & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -106,24 +106,6 @@ appsInfo:
106
106
about: Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform.
107
107
integration: APL has security best practices built in, and is designed for intrusion. Istio is used by APL as a service mesh to deliver mTLS enforcement for all traffic that is deemed compromisable, egress control to force teams to choose explicit egress endpoints, and advanced routing capabilities such as weight based load balancing (A/B or blue/green testing). Istio is part of the core of APL and can not be disabled.
108
108
chartName: istiod
109
-
jaeger:
110
-
title: Jaeger Operator
111
-
dependencies: Open Telemetry (otel)
112
-
appVersion: 1.46.0
113
-
repo: https://github.com/jaegertracing/jaeger
114
-
maintainers: CNCF
115
-
relatedLinks:
116
-
- https://www.jaegertracing.io/docs/1.37/
117
-
license: Apache 2.0
118
-
about: Jaeger is a distributed tracing platform. It can be used for monitoring microservices-based distributed systems. As on-the-ground microservice practitioners are quickly realizing, the majority of operational problems that arise when moving to a distributed architecture are ultimately grounded in networking and observability. It is simply an orders of magnitude larger problem to network and debug a set of intertwined distributed services versus a single monolithic application.
119
-
integration: Jaeger can be activated to gain tracing insights on its network traffic. It runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
120
-
isDeprecated: true
121
-
deprecationInfo:
122
-
message: Jaeger distributed tracing is being deprecated.
123
-
reasons:
124
-
- This tracing tool duplicates functionality provided by Tempo.
125
-
options:
126
-
- Click 'I understand' to continue using Jaeger dashboard
127
109
keycloak:
128
110
title: Keycloak
129
111
appVersion: 26.3.3
@@ -296,7 +278,7 @@ appsInfo:
296
278
- https://opentelemetry.io/docs/collector/
297
279
license: AGPL-3.0
298
280
dependencies: Prometheus, Grafana, Loki, Tempo
299
-
about: The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process and export telemetry data. In addition, it removes the need to run, operate and maintain multiple agents/collectors in order to support open-source telemetry data formats (e.g. Jaeger, Prometheus, etc.) to multiple open-source or commercial back-ends.
281
+
about: The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process and export telemetry data. In addition, it removes the need to run, operate and maintain multiple agents/collectors in order to support open-source telemetry data formats (e.g. Prometheus, etc.) to multiple open-source or commercial back-ends.
300
282
integration: OpenTelemetry Collector is used to receive telementry data from Istio Envoy access logs and export this data to Tempo.
0 commit comments