thegreenwebfoundation / developer-docs

The developer documentation site for The Green Web Foundations open source libraries.
https://developers.thegreenwebfoundation.org
Apache License 2.0
5 stars 12 forks source link

Documentation updates for Grid Intensity CLI v0.4.0 release #11

Closed fershad closed 1 year ago

fershad commented 1 year ago

This PR updates documentation for the Grid Intensity CLI's upcoming v0.4.0. Significant updates include:

cloudflare-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1e8eb99
Status: ✅  Deploy successful!
Preview URL: https://934fd9b9.developer-docs-64x.pages.dev
Branch Preview URL: https://grid-cli--release-4-0.developer-docs-64x.pages.dev

View logs

fershad commented 1 year ago

@rossf7 can you please quickly review the preview URL, and let me know if you see anything standing out. You can check all the pages, but the main updates have been made to https://grid-cli--release-4-0.developer-docs-64x.pages.dev/grid-intensity-cli/tutorials/export-grid-intensity/

rossf7 commented 1 year ago

@fershad Thanks, looks good!

The only changes I'd suggest is there a couple of places that refers to Prometheus server. Could you change this to Prometheus exporter?

e.g

Let's use the exporter command to start a Prometheus server on localhost port 8000.

This is to differentiate it from the Prometheus server that scrapes the metrics and is queried by Grafana etc.

These are usually referred to as exporters. https://prometheus.io/docs/instrumenting/exporters/).