All Projects → zalando-zmon → zmon-docs

zalando-zmon / zmon-docs

Licence: other
ZMON Documentation

Projects that are alternatives of or similar to zmon-docs

native-testing-library-docs
🐳 Docs site for native-testing-library
Stars: ✭ 16 (+14.29%)
Mutual labels:  docs
docs
PlanetScale documentation
Stars: ✭ 56 (+300%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+3257.14%)
Mutual labels:  docs
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+400%)
Mutual labels:  docs
laravel-openapi
Generate OpenAPI specification for Laravel Applications
Stars: ✭ 269 (+1821.43%)
Mutual labels:  docs
python-book
ゼロから学ぶ Python
Stars: ✭ 125 (+792.86%)
Mutual labels:  docs
jx-docs
Source code used to build the Jenkins X documentation and website
Stars: ✭ 86 (+514.29%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (+7.14%)
Mutual labels:  docs
linter-alex
📝Sensitive, considerate writing before you merge your Pull Requests
Stars: ✭ 67 (+378.57%)
Mutual labels:  docs
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+821.43%)
Mutual labels:  docs
docs
The Form Tools documentation.
Stars: ✭ 15 (+7.14%)
Mutual labels:  docs
conda-docs
Conda documentation
Stars: ✭ 313 (+2135.71%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+600%)
Mutual labels:  docs
cpeditor.github.io
The official website of CP Editor 📝
Stars: ✭ 17 (+21.43%)
Mutual labels:  docs
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+842.86%)
Mutual labels:  docs
nakama-docs
Documentation for Nakama social and realtime server.
Stars: ✭ 44 (+214.29%)
Mutual labels:  docs
gorgonia.github.io
The source code (and website) for gorgonia.org
Stars: ✭ 12 (-14.29%)
Mutual labels:  docs
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (+14.29%)
Mutual labels:  docs
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (+28.57%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (+14.29%)
Mutual labels:  docs

ZMON source code on GitHub is no longer in active development. Zalando will no longer actively review issues or merge pull-requests.

ZMON is still being used at Zalando and serves us well for many purposes. We are now deeper into our observability journey and understand better that we need other telemetry sources and tools to elevate our understanding of the systems we operate. We support the OpenTelemetry initiative and recommended others starting their journey to begin there.

If members of the community are interested in continuing developing ZMON, consider forking it. Please review the licence before you do.

ZMON Documentation

Documentation Status

First install the Sphinx documentation generator.

$ sudo pip install sphinx sphinx_rtd_theme

Generate the ZMON HTML documentation locally:

$ cd docs; make html

Run docs locally:

$ python -m SimpleHTTPServer 8888

If you are using Python3:

$ python3 -m http.server 8888
Docs at:
http://localhost:8888/_build/html/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].