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
Copy file name to clipboardExpand all lines: docs/sources/setup/install/helm/reference.md
+79-15
Original file line number
Diff line number
Diff line change
@@ -5086,29 +5086,37 @@ null
5086
5086
"ingressClassName": "",
5087
5087
"labels": {},
5088
5088
"paths": {
5089
-
"read": [
5090
-
"/api/prom/tail",
5091
-
"/loki/api/v1/tail",
5092
-
"/loki/api",
5093
-
"/api/prom/rules",
5094
-
"/loki/api/v1/rules",
5095
-
"/prometheus/api/v1/rules",
5096
-
"/prometheus/api/v1/alerts"
5097
-
],
5098
-
"singleBinary": [
5089
+
"distributor": [
5099
5090
"/api/prom/push",
5100
5091
"/loki/api/v1/push",
5092
+
"/otlp/v1/logs"
5093
+
],
5094
+
"queryFrontend": [
5095
+
"/api/prom/query",
5096
+
"/api/prom/label",
5097
+
"/api/prom/series",
5101
5098
"/api/prom/tail",
5099
+
"/loki/api/v1/query",
5100
+
"/loki/api/v1/query_range",
5102
5101
"/loki/api/v1/tail",
5103
-
"/loki/api",
5102
+
"/loki/api/v1/label",
5103
+
"/loki/api/v1/labels",
5104
+
"/loki/api/v1/series",
5105
+
"/loki/api/v1/index/stats",
5106
+
"/loki/api/v1/index/volume",
5107
+
"/loki/api/v1/index/volume_range",
5108
+
"/loki/api/v1/format_query",
5109
+
"/loki/api/v1/detected_fields",
5110
+
"/loki/api/v1/detected_labels",
5111
+
"/loki/api/v1/patterns"
5112
+
],
5113
+
"ruler": [
5104
5114
"/api/prom/rules",
5115
+
"/api/prom/api/v1/rules",
5116
+
"/api/prom/api/v1/alerts",
5105
5117
"/loki/api/v1/rules",
5106
5118
"/prometheus/api/v1/rules",
5107
5119
"/prometheus/api/v1/alerts"
5108
-
],
5109
-
"write": [
5110
-
"/api/prom/push",
5111
-
"/loki/api/v1/push"
5112
5120
]
5113
5121
},
5114
5122
"tls": []
@@ -5125,6 +5133,62 @@ null
5125
5133
"loki.example.com"
5126
5134
]
5127
5135
</pre>
5136
+
</td>
5137
+
</tr>
5138
+
<tr>
5139
+
<td>ingress.paths.distributor</td>
5140
+
<td>list</td>
5141
+
<td>Paths that are exposed by Loki Distributor. If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.distributorFullname"}}`. If deployment mode is SimpleScalable, the requests are forwarded to write k8s service: `{{"loki.writeFullname"}}`. If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`</td>
5142
+
<td><pre lang="json">
5143
+
[
5144
+
"/api/prom/push",
5145
+
"/loki/api/v1/push",
5146
+
"/otlp/v1/logs"
5147
+
]
5148
+
</pre>
5149
+
</td>
5150
+
</tr>
5151
+
<tr>
5152
+
<td>ingress.paths.queryFrontend</td>
5153
+
<td>list</td>
5154
+
<td>Paths that are exposed by Loki Query Frontend. If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.queryFrontendFullname"}}`. If deployment mode is SimpleScalable, the requests are forwarded to write k8s service: `{{"loki.readFullname"}}`. If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`</td>
5155
+
<td><pre lang="json">
5156
+
[
5157
+
"/api/prom/query",
5158
+
"/api/prom/label",
5159
+
"/api/prom/series",
5160
+
"/api/prom/tail",
5161
+
"/loki/api/v1/query",
5162
+
"/loki/api/v1/query_range",
5163
+
"/loki/api/v1/tail",
5164
+
"/loki/api/v1/label",
5165
+
"/loki/api/v1/labels",
5166
+
"/loki/api/v1/series",
5167
+
"/loki/api/v1/index/stats",
5168
+
"/loki/api/v1/index/volume",
5169
+
"/loki/api/v1/index/volume_range",
5170
+
"/loki/api/v1/format_query",
5171
+
"/loki/api/v1/detected_fields",
5172
+
"/loki/api/v1/detected_labels",
5173
+
"/loki/api/v1/patterns"
5174
+
]
5175
+
</pre>
5176
+
</td>
5177
+
</tr>
5178
+
<tr>
5179
+
<td>ingress.paths.ruler</td>
5180
+
<td>list</td>
5181
+
<td>Paths that are exposed by Loki Ruler. If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.rulerFullname"}}`. If deployment mode is SimpleScalable, the requests are forwarded to k8s service: `{{"loki.backendFullname"}}`. If deployment mode is SimpleScalable but `read.legacyReadTarget` is `true`, the requests are forwarded to k8s service: `{{"loki.readFullname"}}`. If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`</td>
Copy file name to clipboardExpand all lines: production/helm/loki/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
13
13
14
14
[//]: #(<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)
15
15
16
+
## 6.5.2
17
+
18
+
-[BUGFIX] Fixed Ingress routing for all deployment modes.
19
+
16
20
## 6.5.0
17
21
18
22
-[CHANGE] Changed version of Grafana Enterprise Logs to v3.0.1
0 commit comments