diff options
| author | Christian Cleberg <[email protected]> | 2024-09-20 13:59:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-09-20 13:59:54 -0500 |
| commit | e3769f6a91e4a296f8bf945d645b7aa1616da6f0 (patch) | |
| tree | ed3ebd35559ccb918fb1eab7105bde72a28d59bc /content | |
| parent | 1b12d8a947cb771a7acf68dccc0418856c720de1 (diff) | |
| download | cleberg.net-e3769f6a91e4a296f8bf945d645b7aa1616da6f0.tar.gz cleberg.net-e3769f6a91e4a296f8bf945d645b7aa1616da6f0.tar.bz2 cleberg.net-e3769f6a91e4a296f8bf945d645b7aa1616da6f0.zip | |
fix table alignment and blockquote in latest post
Diffstat (limited to 'content')
| -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. |
