gRPC is a modern and high-performance framework that represents an
evolution of the traditional Remote Procedure Call (RPC) protocol. At
the application level, gRPC simplifies the messaging system between
clients and backend services.

To monitor gRPC in the One Platform:

  1. Go to the product application where you want to add gRPC as a dependency.

  2. Click on the “Products” menu, then select the desired product card.

  3. Next, click on the name of the specific application you want to work with.

  4. Under “External Dependencies,” located just below the latency graph, you can add or search for an already registered dependency.

  5. To search for a dependency, enter its name in the search field.

  6. To add a new dependency, click on the green button with a plus (+) symbol.

 

 

When you click “Add,” a modal will
appear. In this modal, you will name your dependency and choose the
Environment. In the “Check type” field, select the option “Others,” and
in the “Method” field, choose “gRPC.” After selecting the method, a
field for the Healthcheck URL will appear.

 

 

Check below the example strings for gRPC:

example: HOST:PORT

 

Note: For security reasons, it is
not permitted to enter an IP in the healthcheck field. To monitor an IP,
you need to enter it in a secret and use it in healthcheck

Scroll to Top