Results 14 issues of 嗯嗯

Maybe it can support prometheus pushgateway

wontfix

#93

wontfix

**Environment** * Prometheus Operator version: ```txt quay.io/prometheus-operator/prometheus-operator:v0.55.0 ``` * Kubernetes version information: ```txt Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.8", GitCommit:"5575935422cc1cf5169dfc8847cb587aa47bac5a", GitTreeState:"clean", BuildDate:"2021-06-16T13:00:45Z", GoVersion:"go1.15.13", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.11-aliyunedge.1", GitCommit:"1403255",...

kind/support
stale

对docker部署更友好

https://github.com/apache/apisix-dashboard/blob/0e6411f1d6818843481797f75e5cb25c00c11442/api/internal/handler/schema/plugin.go#L38-L41 https://github.com/apache/apisix-dashboard/blob/0e6411f1d6818843481797f75e5cb25c00c11442/api/internal/handler/schema/plugin.go#L47-L63 读取的是本地[`schema`](https://github.com/apache/apisix-dashboard/blob/master/api/conf/schema.json)。而不是通过`admin api`读取`apisix`配置的[`plugins`](https://apisix.apache.org/zh/docs/apisix/admin-api#plugin)。 这样会导致配置在`apisix`的`conf.yaml`中配置的`plugins`与`dashboard`显示的不一致。 例如:新增插件[`opentelemetry`](https://apisix.apache.org/zh/docs/apisix/plugins/opentelemetry) ### Expected behavior - ### How to Reproduce - ### Screenshots _No response_ ### Environment ### Additional context _No response_

bug

https://github.com/ent/contrib/blob/58da6fd3719540211f7e3a0efb6eb50f54846646/entproto/adapter.go#L162-L178 The above code only displays `entproto: failed generating protos: entproto: failed parsing ent graph: proto: message field "entpb.Order.products" cannot resolve type: "*.Product` and does not specify the specific error.

```php # bootstrap.php //全局bootstrap事件 date_default_timezone_set('Asia/Shanghai'); Swoole\Coroutine::set(['hook_flags' => SWOOLE HOOK ALL]); ```

fix https://github.com/ent/ent/issues/3795