This is an automated email from the ASF dual-hosted git repository.

gallardot pushed a commit to branch release/3.2
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.2 by this push:
     new 32a99b268 close example config block (#9170)
32a99b268 is described below

commit 32a99b26821d031b87c0004c582039b54ab75a2b
Author: Jorge <[email protected]>
AuthorDate: Wed Apr 5 13:08:20 2023 +0200

    close example config block (#9170)
    
    add missing closing quotes in example block
---
 docs/en/latest/plugins/prometheus.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/latest/plugins/prometheus.md 
b/docs/en/latest/plugins/prometheus.md
index 4b6e41d8e..6a35ea35b 100644
--- a/docs/en/latest/plugins/prometheus.md
+++ b/docs/en/latest/plugins/prometheus.md
@@ -75,6 +75,7 @@ plugin_attr:
             extra_labels:
                 - upstream_addr: $upstream_addr
                 - upstream_status: $upstream_status
+```
 
 ## API
 

Reply via email to