Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 540 Bytes

Thank you for showing your interest in contributing to o11y.wiki

This project aims to provide a glossary of every term about Observability. We focus on terminologies over tools and aim to spread knowledge about Observability.

You can send a pull request to add a new term with its defintion.

Running locally

Python is mandatory.

python -m http.server 3000

After this, visit http://localhost:3000 in your favorite browser. The changes you make will get reflected on refresh.