File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
config/samples/telemetry-controller-routing Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33## Setup
44
5+ In this setup customer-a sends logs over the traditional path (fluentbit -> fluentd) while
6+ customer-b sends over the telemetry-controller path (opentelemetry collector -> fluentd).
7+
8+ In both cases, flows and outputs should work and behave the same.
9+
510``` shell
611make kind-cluster
712make docker-build
Original file line number Diff line number Diff line change 2525 matchLabels :
2626 tenant : customer-a
2727 routeConfig :
28- enableTelemetryControllerRoute : true
29- disableLoggingRoute : true
28+ enableTelemetryControllerRoute : false
29+ disableLoggingRoute : false
3030 tenantLabels :
3131 tenant : customer-a
3232---
@@ -50,7 +50,7 @@ metadata:
5050 namespace : customer-a
5151spec :
5252 http :
53- endpoint : http://logging-operator-test-receiver.logging:8080
53+ endpoint : http://logging-operator-test-receiver.logging:8080/customer-a
5454 content_type : application/json
5555 buffer :
5656 type : memory
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ metadata:
5050 namespace : customer-b
5151spec :
5252 http :
53- endpoint : http://logging-operator-test-receiver.logging:8080
53+ endpoint : http://logging-operator-test-receiver.logging:8080/customer-b
5454 content_type : application/json
5555 buffer :
5656 type : memory
You can’t perform that action at this time.
0 commit comments