Overview
Service Mesh Admin APIs provide routing query, health check, monitoring, and other functions.
Configuration
Edit chassis.yaml to enable admin API server listening.
cse:
protocols:
grpc:
listenAddress: 127.0.0.1:40101
http:
listenAddress: 127.0.0.1:30101
rest-admin:
listenAddress: 127.0.0.1:30102 # listen addr use to adminAPI Modify the mesher.yaml file to enable Admin APIs.
admin: enable: true #Whether to enable APIs. goRuntimeMetrics : true #Whether to enable monitoring during go running and export metric data
Last Article: Admin API Definition
Next Article: Health Check
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.