Skip to content

Commit 75972e0

Browse files
Monitoring expansion (#1258)
* initial commit, some sections are empty, not ready to merge * add crosslinked guide * more complete version of incident response cluster * formatting fix * crosslinking * redirects for the moved Monitoring section * More articles for Monitoring and a revised side menu
1 parent 45be8ce commit 75972e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+835
-123
lines changed
397 KB
Loading
426 KB
Loading
125 KB
Loading
113 KB
Loading

site/assets/learn/images/rum-01.jpg

67.8 KB
Loading

site/assets/learn/images/rum-02.jpg

425 KB
Loading

site/assets/learn/images/rum-03.png

42.6 KB
Loading

site/assets/learn/images/rum-04.png

42 KB
Loading
111 KB
Loading

site/config.toml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,21 +227,23 @@ disqusShortname = "checkly"
227227
pre = "/learn/icons/e2e.svg"
228228
weight = 340
229229

230-
231230
[[menu.learn_playwright]]
232231
name = "Debugging"
233232
pre = "/learn/icons/errors.svg"
234233
weight = 350
235234

236235
[[menu.learn_monitoring]]
237-
name = "Protocols"
238-
pre = "/learn/icons/send.svg"
239-
weight = 350
240-
236+
name = "Observability Basics"
237+
pre = "/learn/icons/observability.svg"
238+
weight = 100
241239
[[menu.learn_monitoring]]
242240
name = "Monitoring Concepts"
243241
pre = "/learn/icons/learn.svg"
244-
weight = 100
242+
weight = 200
243+
[[menu.learn_monitoring]]
244+
name = "Protocols"
245+
pre = "/learn/icons/send.svg"
246+
weight = 350
245247

246248
[[menu.learn_incidents]]
247249
name = "Detection"
@@ -268,6 +270,18 @@ disqusShortname = "checkly"
268270
# pre = "/learn/icons/postmortem.svg"
269271
# weight = 50
270272

273+
[[menu.learn_otel]]
274+
name = "OpenTelemetry Basics"
275+
pre = "/learn/icons/learn.svg"
276+
weight = 100
277+
[[menu.learn_otel]]
278+
name = "Key Signals"
279+
pre = "/learn/icons/signal.svg"
280+
weight = 200
281+
[[menu.learn_otel]]
282+
name = "Best Practices"
283+
pre = "/learn/icons/best-practices.svg"
284+
weight = 350
271285

272286

273287
[markup.goldmark.renderer]

0 commit comments

Comments
 (0)