File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -498,13 +498,13 @@ page <https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware
498
498
Using the ``daemon `` mode and the gRPC interface
499
499
------------------------------------------------
500
500
501
- Arduino CLI can be launched as a gRPC server via the ``daemon `` command
501
+ Arduino CLI can be launched as a gRPC server via the ``daemon `` command.
502
502
503
503
The `client_example <./client_example >`__ folder contains a sample
504
504
program that shows how to use gRPC interface of the CLI.
505
505
506
506
To provide observability for the gRPC server activities besides logs,
507
- the ``daemon `` mode activatesand exposes by default a `Prometheus <https://prometheus.io/ >`__
507
+ the ``daemon `` mode activates and exposes by default a `Prometheus <https://prometheus.io/ >`__
508
508
endpoint (at http://localhost:9090/metrics ) that can be fetched for
509
509
telemetry data like:
510
510
You can’t perform that action at this time.
0 commit comments