You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release-v0.40] Replace docs/reference shortcode with ref URIs (#6889)
* Replace all docs/reference use with ref URIs
Signed-off-by: Jack Baldry <[email protected]>
* Fix missing parens
Signed-off-by: Jack Baldry <[email protected]>
(cherry picked from commit 7b41d2a)
Signed-off-by: Jack Baldry <[email protected]>
---------
Signed-off-by: Jack Baldry <[email protected]>
|**Kubernetes native**|[Yes][helm chart]| No | Yes | Yes | No |
82
-
|**Clustering**|[Yes][clustering]| No | No | No | No |
83
-
|**Prometheus rules**|[Yes][rules]| No | No | No | No |
84
-
|**Native Vault support**|[Yes][vault]| No | No | No | No |
118
+
|**Clustering**|[Yes](ref:clustering)| No | No | No | No |
119
+
|**Prometheus rules**|[Yes](ref:rules)| No | No | No | No |
120
+
|**Native Vault support**|[Yes](ref:vault)| No | No | No | No |
85
121
86
122
#### Grafana Cloud solutions
87
123
@@ -94,7 +130,7 @@ Each variant of Grafana Agent provides a different level of functionality. The f
94
130
95
131
### Static mode
96
132
97
-
[Static mode][] is the original variant of Grafana Agent, introduced on March 3, 2020.
133
+
[Static mode](ref:static-mode) is the original variant of Grafana Agent, introduced on March 3, 2020.
98
134
Static mode is the most mature variant of Grafana Agent.
99
135
100
136
You should run Static mode when:
@@ -110,7 +146,7 @@ Grafana Agent version 0.37 and newer provides Prometheus Operator compatibility
110
146
You should use Grafana Agent Flow mode for all new Grafana Agent deployments.
111
147
{{< /admonition >}}
112
148
113
-
The [Static mode Kubernetes operator][] is a variant of Grafana Agent introduced on June 17, 2021. It's currently in beta.
149
+
The [Static mode Kubernetes operator](ref:static-mode-kubernetes-operator) is a variant of Grafana Agent introduced on June 17, 2021. It's currently in beta.
114
150
115
151
The Static mode Kubernetes operator provides compatibility with Prometheus Operator,
116
152
allowing static mode to support resources from Prometheus Operator, such as ServiceMonitors, PodMonitors, and Probes.
@@ -123,7 +159,7 @@ You should run the Static mode Kubernetes operator when:
123
159
124
160
### Flow mode
125
161
126
-
[Flow mode][] is a stable variant of Grafana Agent, introduced on September 29, 2022.
162
+
[Flow mode](ref:flow-mode) is a stable variant of Grafana Agent, introduced on September 29, 2022.
127
163
128
164
Grafana Agent Flow mode focuses on vendor neutrality, ease-of-use,
129
165
improved debugging, and ability to adapt to the needs of power users by adopting a configuration-as-code model.
@@ -147,10 +183,3 @@ You should run Flow mode when:
147
183
[BoringCrypto](https://pkg.go.dev/crypto/internal/boring) is an **EXPERIMENTAL** feature for building Grafana Agent
148
184
binaries and images with BoringCrypto enabled. Builds and Docker images for Linux arm64/amd64 are made available.
0 commit comments