navendu-pottekkat commented on code in PR #973:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/973#discussion_r853888848


##########
docs/en/latest/practices/how-to-access-Apache-APISIX-Prometheus-Metrics-on-k8s.md:
##########
@@ -0,0 +1,115 @@
+---
+title: How to access Apache APISIX Prometheus metrics on k8s
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+Observability (monitoring functionality) has always played an important role 
in system maintenance. A good monitoring system can help engineers quickly 
understand the status of services running in production environments and can 
locate problems or give early warning of anomalies when they occur.
+
+Prometheus is a leading open-source project focused on metrics and alerting 
that has changed the way the world does monitoring and observability. And 
Apache APISIX has enhanced its support for Prometheus Metrics in recent 
releases, adding a new feature for use in conjunction with the `public-api` 
plugin. This article will introduce how to configure `public-api` to protect 
Prometheus to collect Apache APISIX 's Metrics data. You can learn more about 
Prometheus by clicking on this [link](https://prometheus.io/).

Review Comment:
   Thank Google's team for putting this together. Every guideline in it is 
solid. I have adopted most, if not all of it for our documentation guideline. 
There is a technical writing tutorial there which is very good.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to