Results 8 comments of Silent

Need more info on apisix configs, upstream and route. And if any global rules(if present).

Old or expired metrics data, anyhow won't be present in the new pod(while scaling) or restarted pod which will create discrepancies in the metrics or `grafana` dashboard.

@zll600, let's work together on this one. [co-work]

Are you sending https(https://127.0.0.1:9080/post) request on http port(http://127.0.0.1:9080/post) ? @Abhijeetmishr

The current way needs an API token [auth token] that needs to be generated and provided, which is not required. From UI the incident is created this way but I...

REF: https://observhq.vercel.app/blog/fluentbit/fluentbit-k8s-plugin-configs

It's may not because of `task-send-sent-event`, it may be because if someone configure default queue in celery configs as this `app.conf.task_default_queue = "default-busy"`, but just publish the task without mentioning...

I think for @thiarthur, the task is called without mentioning the queue_name, as queue_name is defined on task definition. This might solve the problem. ``` data["queue"] = "data-manager" -> is...