Saswata Mukherjee

Results 45 comments of Saswata Mukherjee
trafficstars

It's a bit difficult to guess what's wrong based on this. Can you provide the K8s YAML config for Querier, as it seems to be not detecting the path to...

@yangyang919 @arunmarria for a simpler local example, this works, Generating cert and key ```bash openssl genrsa 2048 > host.key chmod 400 host.key openssl req -new -x509 -nodes -sha256 -days 365...

## Bug Fix - Add units in Probes modal [🔀] - Able to give empty url and branch and details are getting saved for later use. (Errors are displayed by...

We moved to emded in #6900! Closing!

Hmm, I think `go install` also fails if the module being installed has replace/exclude directives, ``` $ go install github.com/prometheus-operator/prometheus-operator/cmd/po-lint@latest go: downloading github.com/prometheus-operator/prometheus-operator v0.70.0 go: github.com/prometheus-operator/prometheus-operator/cmd/po-lint@latest (in github.com/prometheus-operator/[email protected]): The go.mod...

Ack, you're right! I guess there is some bug with local replace directives then!

Yes, please submit everything using the LFX website 🙂

Does something like the config below seem better? ```yaml apiVersion: pyrra.dev/v1alpha1 kind: ServiceLevelObjective metadata: name: custom-severity namespace: monitoring labels: prometheus: k8s role: alert-rules spec: target: 99 window: 2w indicator: ratio:...

@metalmatze should I update this PR with the config above then?

Hi! So we already had this request previously [here](https://github.com/prometheus-operator/prometheus-operator/pull/4196#discussion_r681593422) and added option in mdox to preserve soft line breaks in markdown (`--soft-wraps`), which essentially preserves any soft line breaks. For...