Juan Calderon-Perez

Results 1409 comments of Juan Calderon-Perez

@neilmcguigan What error are you getting and where? On vector or openobserve?

What does it say in OpenObserve? Are you using the username/token that OpenObserve gives you in the `Ingest` -> Metrics page?

@neilmcguigan Copy the vector config that it gives you for logs and change the URL to the one for prometheus remote write.

I know what your problem is... Remove the `compression: gzip` > @gaby > > ``` > > sources: > > host_metrics: > type: host_metrics > scrape_interval_secs: 60 > collectors: >...

In reality you should be using `compression: snappy`. As stated here: https://prometheus.io/docs/specs/remote_write_spec/#protocol

The logs in OpenObserve should be telling you why the request is bad `http 400`.

@erikdubbelboer This was fixed in https://github.com/valyala/fasthttp/pull/1893 it can be closed

> Disabling this option in the screenshot helped me. With it disabled, the text that get's inserted from the prompt template remains unchanged. > > ![Image](https://github.com/user-attachments/assets/ce8601fa-17f4-4344-945b-3e8b0b6d4189) This should be an...

@harrywenjie Yes, it breaks rendering of code. Specially python code.

One easy solution for now would be making this value default to `False`. The user has to enable it. Ideally this is configurable via global admin setting.