Skip to content

Commit b9619e6

Browse files
author
rsora
committed
Fix readme
1 parent b102f87 commit b9619e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -505,16 +505,16 @@ program that shows how to use gRPC interface of the CLI.
505505

506506
To provide observability for the gRPC server activities besides logs,
507507
the ``daemon`` mode activates and exposes by default a `Prometheus <https://prometheus.io/>`__
508-
endpoint (at http://localhost:9090/metrics ) that can be fetched for
508+
endpoint (http://localhost:9090/metrics) that can be fetched for
509509
telemetry data like:
510510

511511
.. code:: text
512512
513-
# TYPE daemon_compile counter
514-
daemon_compile{buildProperties="",exportFile="",fqbn="arduino:samd:mkr1000",installationID="ed6f1f22-1fbe-4b1f-84be-84d035b6369c",jobs="0",libraries="",preprocess="false",quiet="false",showProperties="false",sketchPath="5ff767c6fa5a91230f5cb4e267c889aa61489ab2c4f70f35f921f934c1462cb6",success="true",verbose="true",vidPid="",warnings=""} 1 1580385724726
513+
# TYPE daemon_compile counter
514+
daemon_compile{buildProperties="",exportFile="",fqbn="arduino:samd:mkr1000",installationID="ed6f1f22-1fbe-4b1f-84be-84d035b6369c",jobs="0",libraries="",preprocess="false",quiet="false",showProperties="false",sketchPath="5ff767c6fa5a91230f5cb4e267c889aa61489ab2c4f70f35f921f934c1462cb6",success="true",verbose="true",vidPid="",warnings=""} 1 1580385724726
515515
516-
# TYPE daemon_board_list counter
517-
daemon_board_list{installationID="ed6f1f22-1fbe-4b1f-84be-84d035b6369c",success="true"} 1 1580385724833
516+
# TYPE daemon_board_list counter
517+
daemon_board_list{installationID="ed6f1f22-1fbe-4b1f-84be-84d035b6369c",success="true"} 1 1580385724833
518518
519519
The telemetry settings are exposed via the ``telemetry`` section
520520
in the CLI configuration:

0 commit comments

Comments
 (0)