gRPC Metrics in Axon Server 4.4.1 already implemented?

Hi,

are the GRPC metrics already implemented?

I downloaded the giftcard demo including Axon Server 4.4.1 and added this axonserver.properties:
axoniq.axonserver.metrics.grpc.enabled=true
axoniq.axonserver.metrics.grpc.z-pages-enabled=true
axoniq.axonserver.metrics.grpc.z-pages-port=8888

If I start the Axon Server, http://localhost:8888 is not reachable.

Greetings

BTW: I assume that there is a bug in the documentation: It should probably be

axoniq.axonserver.metrics.grpc.z-pages-enabled
instead of
axoniq.axonserver.metrics.grpc.z-paged-enable

Hi,

Unfortunately, it’s a spelling error in code. Pls, try to use z-paged-enabled to enable ZPages. We are going to fix this typo :slight_smile:

Cheers,
Milan

Hi,

thanks, but I had already tried it with z-paged-enabled, but this does not work, either.