fix: remove submit_uuid
from telemetry config profile
the `submit_url` should be all we expect by default, since even that has no built-in behavior yet
This commit is contained in:
parent
7b6dbac1fa
commit
e0dd704247
3 changed files with 2 additions and 15 deletions
|
@ -12,15 +12,13 @@ Install the WuttaTell package to your virtual environment:
|
|||
pip install WuttaTell
|
||||
|
||||
Edit your :term:`config file` to add telemetry submission info, and
|
||||
related settings. Please note, the following example is just that -
|
||||
and will not work as-is:
|
||||
related settings:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[wutta.telemetry]
|
||||
default.collect_keys = os, python
|
||||
default.submit_url = /nodes/telemetry
|
||||
default.submit_uuid = 06897767-eb70-7790-8000-13f368a40ea3
|
||||
default.submit_url = https://example.com/api/my-node/telemetry
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue