Skip to content

Commit 2c94894

Browse files
committed
Fix failure to display
1 parent 2732991 commit 2c94894

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

api/src/main/resources/templates/sso/telemetry.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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; }

sentrius-chart/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)