File tree Expand file tree Collapse file tree
hypertrace-trace-enricher/helm/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 }
3838
3939 enricher {
40- DefaultServiceEntityEnricher {
41- entity.service.config = {
42- host = {{ .Values.traceEnricherConfig.entityServiceHost }}
43- port = {{ .Values.traceEnricherConfig.entityServicePort }}
44- }
45- }
46-
47- BackendEntityEnricher {
48- entity.service.config = {
49- host = {{ .Values.traceEnricherConfig.entityServiceHost }}
50- port = {{ .Values.traceEnricherConfig.entityServicePort }}
51- }
52- }
53-
54- EndpointEnricher {
55- entity.service.config = {
56- host = {{ .Values.traceEnricherConfig.entityServiceHost }}
57- port = {{ .Values.traceEnricherConfig.entityServicePort }}
58- }
59- }
60-
61- EntitySpanEnricher {
40+ clients = {
6241 entity.service.config = {
6342 host = {{ .Values.traceEnricherConfig.entityServiceHost }}
6443 port = {{ .Values.traceEnricherConfig.entityServicePort }}
6746 host = {{ .Values.traceEnricherConfig.attributeServiceHost }}
6847 port = {{ .Values.traceEnricherConfig.attributeServicePort }}
6948 }
70- }
71-
72- SpaceEnricher {
7349 config.service.config = {
7450 host = {{ .Values.traceEnricherConfig.configServiceHost }}
7551 port = {{ .Values.traceEnricherConfig.configServicePort }}
7652 }
77- attribute.service.config = {
78- host = {{ .Values.traceEnricherConfig.attributeServiceHost }}
79- port = {{ .Values.traceEnricherConfig.attributeServicePort }}
80- }
8153 }
8254 }
You can’t perform that action at this time.
0 commit comments