-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Vale linting rule for use of agentless (#739)
- Loading branch information
Showing
7 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
extends: substitution | ||
message: | | ||
Grafana Agent has been replaced by Grafana Alloy, so you shouldn't use agent-based terminology. | ||
If you're talking about why and how to send signals directly from app to prefer no-collector to agentless. | ||
This is consistent with [OTel documentation](https://opentelemetry.io/docs/collector/deployment/no-collector/). | ||
link: https://grafana.com/docs/writers-toolkit/write/style-guide/word-list/#no-collector | ||
level: warning | ||
action: | ||
name: replace | ||
swap: | ||
agentless: no-collector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
StylesPath = ../../../ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
Grafana.Agentless = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
testinvalid.md:3:3:Grafana.Agentless:Grafana Alloy is a vendor-neutral distribution of the OpenTelemetry (OTel) Collector. It's not an agent. If you're talking about why and how to send signals directly from app to prefer no-collector to agentless. This is consistent with [OTel documentation](https://opentelemetry.io/docs/collector/deployment/no-collector/). | ||
testinvalid.md:4:3:Grafana.Agentless:Grafana Alloy is a vendor-neutral distribution of the OpenTelemetry (OTel) Collector. It's not an agent. If you're talking about why and how to send signals directly from app to prefer no-collector to agentless. This is consistent with [OTel documentation](https://opentelemetry.io/docs/collector/deployment/no-collector/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Don't use: | ||
|
||
- agentless deployment | ||
- agentless solution |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Instead use: | ||
|
||
- no-collector deployment | ||
- no-collector solution |