We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e7913 commit b251ddcCopy full SHA for b251ddc
apps/items-service/src/html.ts
@@ -35,17 +35,17 @@ export function getRootPageHtml(): string {
35
</head>
36
<body>
37
<div class="profile-container">
38
- <!-- Profile Header -->
39
<div class="profile-header">
40
<div class="profile-path">items-service/README.md</div>
41
</div>
42
43
- <!-- Profile Content -->
44
<article class="profile-content">
45
<h1>Items Service</h1>
46
47
<p>A simple REST API service for managing items, built with Bun and PostgreSQL, Jaeger and OpenTelemetry.</p>
48
+ <p><a href="/jaeger" target="_blank">Jaeger OTel Tracing</a></p>
+
49
<p><a href="/items/docs" target="_blank">Swagger Docs</a></p>
50
51
<p><strong>API Endpoints:</strong></p>
0 commit comments