Исходный код вики Логи, трассировка, мониторинг
Версия 7.9 от Alexandr Fokin на 2022/12/30 00:28
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | [[image:https://habrastorage.org/webt/_y/ee/iu/_yeeiuyxudo9su5z6rjaloimftg.jpeg]] | ||
2 | |||
3 | ---- | ||
4 | |||
5 | ==== Внутренние ссылки: ==== | ||
6 | |||
7 | ====== Дочерние страницы: ====== | ||
8 | |||
9 | {{children/}} | ||
10 | |||
11 | ====== Обратные ссылки: ====== | ||
12 | |||
13 | {{velocity}} | ||
14 | #set ($links = $doc.getBacklinks()) | ||
15 | #if ($links.size() > 0) | ||
16 | #foreach ($docname in $links) | ||
17 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
18 | * [[$escapetool.xml($rdoc.fullName)]] | ||
19 | #end | ||
20 | #else | ||
21 | No back links for this page! | ||
22 | #end | ||
23 | {{/velocity}} | ||
24 | |||
25 | ---- | ||
26 | |||
27 | Application performance monitor (APM) | ||
28 | |||
29 | ---- | ||
30 | |||
31 | Логирование и трассировка запросов — лучшие практики. Доклад Яндекса | ||
32 | [[https:~~/~~/habr.com/ru/company/yandex/blog/489048/>>https://habr.com/ru/company/yandex/blog/489048/]] |