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
Describe the bug
According to https://prometheus.io/docs/prometheus/latest/querying/api/, many endpoints allow specifying query string parameters in the body via the application/x-www-form-urlencoded header. In an effort to maintain parity, we should support this on the following endpoints:
Describe the bug
According to https://prometheus.io/docs/prometheus/latest/querying/api/, many endpoints allow specifying query string parameters in the body via the
application/x-www-form-urlencoded
header. In an effort to maintain parity, we should support this on the following endpoints:This can be easily handled in https://github.com/grafana/loki/tree/master/pkg/loghttp
The text was updated successfully, but these errors were encountered: