cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

e3769f6a91e4a296f8bf945d645b7aa1616da6f0

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-09-20T18:59:54Z

fix table alignment and blockquote in latest post
 content/blog/2024-09-19-prometheus-grafana-cloud.org | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/content/blog/2024-09-19-prometheus-grafana-cloud.org b/content/blog/2024-09-19-prometheus-grafana-cloud.org
index 924eab9..aa70f14 100644
--- a/content/blog/2024-09-19-prometheus-grafana-cloud.org
+++ b/content/blog/2024-09-19-prometheus-grafana-cloud.org
@@ -26,13 +26,13 @@ using the Prometheus type.
 Once you have a valid Prometheus data source, open the data source and note the
 following items:
 
-| Data                  | Example                                                        |
-|-----------------------+----------------------------------------------------------------|
-| Prometheus Server URL | https://prometheus-prod-13-prod-us-east-0.grafana.net/api/prom |
-|-----------------------+----------------------------------------------------------------|
-| User                  | 1234567                                                        |
-|-----------------------+----------------------------------------------------------------|
-| Password              | configured                                                     |
+| Data                  | Example                                                             |
+|-----------------------+---------------------------------------------------------------------|
+| Prometheus Server URL | https://prometheus-prod-13-prod-us-east-0.grafana.net/api/prom/push |
+|-----------------------+---------------------------------------------------------------------|
+| User                  | 1234567                                                             |
+|-----------------------+---------------------------------------------------------------------|
+| Password              | configured                                                          |
 
 ** Cloud Access Policy Token
 
@@ -139,8 +139,10 @@ services:
 sudo docker compose up -d
 #+end_src
 
-> I'm not sure if it made a difference but I also whitelisted port 8080 on my
-> local firewall with =sudo ufw allow 8080=.
+#+begin_quote
+I'm not sure if it made a difference but I also whitelisted port 8080 on my
+local firewall with =sudo ufw allow 8080=.
+#+end_quote
 
 Next, let's create a =prometheus.yml= configuration file.