2025-08-09 12:05:18 -05:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
This assumes you already have a :doc:`WuttJamaican app
|
|
|
|
<wuttjamaican:narr/install/index>` setup and working.
|
|
|
|
|
|
|
|
Install the WuttaTell package to your virtual environment:
|
|
|
|
|
|
|
|
.. code-block:: sh
|
|
|
|
|
|
|
|
pip install WuttaTell
|
|
|
|
|
|
|
|
Edit your :term:`config file` to add telemetry submission info, and
|
2025-08-10 11:57:28 -05:00
|
|
|
related settings:
|
2025-08-09 12:05:18 -05:00
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
[wutta.telemetry]
|
|
|
|
default.collect_keys = os, python
|
2025-08-10 11:57:28 -05:00
|
|
|
default.submit_url = https://example.com/api/my-node/telemetry
|
2025-08-09 12:05:18 -05:00
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
The built-in logic can collect some "minimal" telemetry info, but
|
|
|
|
there is no built-in logic for the submission.
|