{% from "_nav_bar.html" import nav %} {% extends "base.html" %} {% block title %}Observation Tools{% endblock %} {% block content %} {{ nav() }}

observation tools

a developer data inspection toolkit for exporting, visualizing, and inspecting data from anywhere in a program.

how it works

1. instrument: add observations to your code
2. collect: server stores all observations
3. inspect: view and search observations here

getting started

1. install client library
2. start server: cargo observation-tools serve
3. instrument your code
4. view results here

{% endblock %}