File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
api/src/main/resources/templates/sso Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta th:replace ="~{fragments/header} ">
55 < title > [[${systemOptions.systemLogoName}]] - Telemetry</ title >
6- < script th:src =" @{/node/js/chart.js/dist/chart.min.js} " > </ script >
7- < script th:src ="@{/node/js/cytoscape/cytoscape.min.js} "> </ script >
6+
7+ < script th:src ="@{/node/js/cytoscape.js /cytoscape.min.js} "> </ script >
88 < style >
99 body { background-color : # 121212 ; color : # eaeaea ; }
1010 .container-fluid { margin-top : 20px ; }
Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ data:
348348 otel.traces.exporter=otlp
349349 otel.metrics.exporter=none
350350 otel.exporter.otlp.endpoint=http://sentrius-jaeger:4317
351+ jaeger.query.url=http://sentrius-jaeger:16686
351352 otel.resource.attributes.service.name=sentrius-api
352353 otel.traces.sampler=always_on
353354 otel.exporter.otlp.timeout=10s
You can’t perform that action at this time.
0 commit comments