File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
498498Using the ``daemon `` mode and the gRPC interface
499499------------------------------------------------
500500
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.
502502
503503The `client_example <./client_example >`__ folder contains a sample
504504program that shows how to use gRPC interface of the CLI.
505505
506506To 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/ >`__
508508endpoint (at http://localhost:9090/metrics ) that can be fetched for
509509telemetry data like:
510510
You can’t perform that action at this time.
0 commit comments