Skip to content

Commit 2777cfe

Browse files
Add docs for OpenTelemetry in Deno (#1305)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent 03f334c commit 2777cfe

File tree

3 files changed

+614
-0
lines changed

3 files changed

+614
-0
lines changed

runtime/_data.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ export const sidebar = [
3636
label: "HTTP Server",
3737
id: "/runtime/fundamentals/http_server/",
3838
},
39+
{
40+
label: "Open Telemetry",
41+
id: "/runtime/fundamentals/open_telemetry/",
42+
},
3943
"/runtime/fundamentals/stability_and_releases/",
4044
],
4145
},

0 commit comments

Comments
 (0)