Prabhat Sharma

Results 116 comments of Prabhat Sharma

Can be handled using - https://github.com/openobserve/openobserve/issues/1081

I am working on updating it. Already made some updates. I'll try to finish it as soon as possible.

Closing this as all variables have been covered. We will keep improving the minor ones.

Try this - https://github.com/openobserve/openobserve/discussions/985

We totally need this. Too many higher priority items before this though.

For now, you can use the following annotation in nginx ingress: ``` nginx.ingress.kubernetes.io/configuration-snippet: | location ~* ^/metrics { return 404; } ```

This would be a feature request. Let's add this to backlog.

Have you seen VRL functions? Could that do what you are looking for? https://openobserve.ai/docs/user-guide/functions/#example