-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with prometheus remote write #378
Comments
POST /api/v1/prom/write HTTP/1.1. |
It's a strange endpoint in the vector example. For now please try to change the endpoint route to |
@tsearle could you confirm the last results + version of vector you are using for us to reproduce this fully? |
still no difference Nov 08 10:18:06 ip-10-150-3-90 qryn[594]: {"level":30,"time":1699438686447,"pid":594,"hostname":"ip-10-150-3-90","name":"qryn","reqId":"req-103d","req":{"method":"GET","url":"/api/prom/remote/write","hostname":"localhost:3100","remoteAddress":"127.0.0.1","remotePort":48828},"msg":"incoming request"} Nov 08 10:18:06 ip-10-150-3-90 qryn[594]: {"level":50,"time":1699438686448,"pid":594,"hostname":"ip-10-150-3-90","name":"qryn","reqId":"req-103d","err":"Unsupported Content-Encoding: snappy\nFastifyCompressError: Unsupported Content-Encoding: snappy\n at Object.preParsing (/usr/lib/node_modules/qryn/node_modules/@fastify/compress/index.js:322:24)\n at next (/usr/lib/node_modules/qryn/node_modules/fastify/lib> |
vector 0.33.1-1 amd64 running on debian 12 |
@all-contributors please add @tsearle for testing |
I've put up a pull request to add @tsearle! 🎉 |
when using vector to remote write to qryn a 500 server error occurs
The text was updated successfully, but these errors were encountered: