Update demo architecture (#3034)
This commit is contained in:
parent
caeb53be71
commit
44e106e8db
|
|
@ -38,7 +38,7 @@ queue[(queue<br/>(Kafka))]
|
|||
Internet -->|HTTP| frontendproxy
|
||||
frontendproxy -->|HTTP| frontend
|
||||
frontendproxy -->|HTTP| featureflagservice
|
||||
loadgenerator -->|HTTP| frontend
|
||||
loadgenerator -->|HTTP| frontendproxy
|
||||
|
||||
accountingservice -->|TCP| queue
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ subgraph tdf[Telemetry Data Flow]
|
|||
subgraph subgraph_padding [ ]
|
||||
style subgraph_padding fill:none,stroke:none;
|
||||
%% padding to stop the titles clashing
|
||||
subgraph od[Open Telemetry Demo]
|
||||
subgraph od[OpenTelemetry Demo]
|
||||
ms(Microservice)
|
||||
end
|
||||
|
||||
|
|
@ -144,17 +144,17 @@ subgraph tdf[Telemetry Data Flow]
|
|||
oc-http[/"OTLP Receiver<br/>listening on <br/>http://localhost:4318/<br/>https://localhost:4318/"/]
|
||||
oc-proc(Processors)
|
||||
oc-prom[/"Prometheus Exporter<br/>listening on<br/>http://localhost:9464/"/]
|
||||
oc-jag[/"Jaeger Exporter"/]
|
||||
oc-otlp[/"OTLP Exporter"/]
|
||||
|
||||
oc-grpc --> oc-proc
|
||||
oc-http --> oc-proc
|
||||
|
||||
oc-proc --> oc-prom
|
||||
oc-proc --> oc-jag
|
||||
oc-proc --> oc-otlp
|
||||
end
|
||||
|
||||
oc-prom -->|"http://localhost:9464/metrics"| pr-sc
|
||||
oc-jag -->|gRPC| ja-col
|
||||
oc-otlp -->|gRPC| ja-col
|
||||
|
||||
subgraph pr[Prometheus]
|
||||
style pr fill:#e75128,color:black;
|
||||
|
|
|
|||
Loading…
Reference in New Issue