ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
Apache License 2.0
18
stars
7
forks
source link
Get rid of io.scalecube.services.gateway.GatewayMetrics #111
Naive implementation:
All followign metrics could be provided without compiling into prod code.
private final Counter connectionCounter;
private final Meter requestMeter;
private final Meter responseMeter;
private final Meter serviceResponseMeter;