Commit ae1c610
committed
docs: Add gRPC block documentation for loki.source.awsfirehose
The loki.source.awsfirehose component uses the shared ServerConfig
(internal/component/common/net/config.go), which always binds both
HTTP and gRPC listeners regardless of whether the blocks are
configured. The docs only referenced the http block, leaving the
gRPC port undocumented -- the same root cause addressed for
loki.source.api in #5919.
Add the grpc and grpc > tls rows to the Blocks table, add the
grpc reference, and include the shared loki-server-grpc.md file,
matching the pattern used by loki.source.api, loki.source.heroku,
and loki.source.gcplog.1 parent f30d9ae commit ae1c610
File tree
1 file changed
+7
-0
lines changed- docs/sources/reference/components/loki
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
0 commit comments