Metrics
Onboarding New Metrics
Istio lends support to custom metrics and logs in addition to TCP metrics. You can roll out these measurements by simply configuring your metrics. Each configuration comprises three key components:
Generating metric instances from the Istio attributes, such as logentry, metrics, and so on.
Crafting handlers (that align with Mixer), for processing the generated metric instances, like prometheus.
Creating a rule that dictates the passage of metric instances to the handlers.
Prometheus
Run the following command in the command line:
You can now access Prometheus UI and explore the metric measurements by visiting http://localhost:9090
in your web browser.
Jaeger Distributed Tracing
Execute the following command in the command line:
You can now visit Jaeger UI at http://localhost:16686
in your web browser.
Grafana Visualization
Fire off the following command in the command line:
You can now check out the Grafana interface by browsing http://localhost:3000
.
Service Graphic Visualization
Run the following command in the command line:
You can generate and visit the service graph at http://localhost:8088/force/forcegraph.html
in your web browser.
最后更新于