diff --git a/contribute/style-guides/documentation-style-guide.md b/contribute/style-guides/documentation-style-guide.md index 6afa5c8d3b4..109c28d1be2 100644 --- a/contribute/style-guides/documentation-style-guide.md +++ b/contribute/style-guides/documentation-style-guide.md @@ -223,6 +223,13 @@ Do not hyphenate when it is used as a noun. For example: _Open source is the bes Two words if used as a verb, one word if used as a noun. +### node_exporter, windows_exporter + +When referencing the Prometheus data source exporters, always use "node_exporter" and "windows_exporter" when referring to those tools. + +**Correct:** node_exporter, windows_exporter +**Incorrect:** Node Exporter, node exporter, Windows Exporter, Windows exporter, windows exporter + **Examples** - Set up the workspace.