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/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ Following is the supported API format for writing to loki:
324
324
format: the format of each line: printf (writes using golang's default map printing), fields (writes one key and value field per line) or json (default)
325
325
reorder: reorder json map keys
326
326
clientProtocol: type of client protocol to use: 'http' or 'grpc' (default: 'http')
327
-
grpcConfig: gRPC client configuration (used only for gRPC client protocol)
327
+
grpcConfig: gRPC client configuration (used only for gRPC client type)
0 commit comments