diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-09-20 13:59:54 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-09-20 13:59:54 -0500 |
commit | e891c72cc333d9fe48f4cf2ccbfde0192ef696af (patch) | |
tree | ed3ebd35559ccb918fb1eab7105bde72a28d59bc /content/blog | |
parent | 22bb13cb24bb08ae99875cf418707ad51b3fc458 (diff) | |
download | cleberg.net-e891c72cc333d9fe48f4cf2ccbfde0192ef696af.tar.gz cleberg.net-e891c72cc333d9fe48f4cf2ccbfde0192ef696af.tar.bz2 cleberg.net-e891c72cc333d9fe48f4cf2ccbfde0192ef696af.zip |
fix table alignment and blockquote in latest post
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/2024-09-19-prometheus-grafana-cloud.org | 20 |
1 files 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. |