JasonZhu

Results 34 comments of JasonZhu

Sorry I've been a little busy lately, I'll improve this PR in this week.

hi @tao12345666333 , I tried doing some export renames and fixes for some type issues, I'm not sure if my naming is in line with the project specification, could you...

> All "apisix.apache.org/v2beta3" needs to remain as they are, since this is the version information we use I totally agree, it was my omission.

> > Previously the "easy to use" was the first thing we considered when we designed this feature. So some specific settings like `Query`, `Header` and etc were introduced. >...

I'd like to write e2e test cases for plugin "prometheus"

> @Belyenochi Thanks! We currently have it covered. But in the latest APISIX the Prometheus plugin needs to be exposed using the public-api plugin, it would be great if you...

> > > @Belyenochi Thanks! We currently have it covered. But in the latest APISIX the Prometheus plugin needs to be exposed using the public-api plugin, it would be great...

> Hi, I want to continue this issues about adding test cases for prometheus plug-in. If you(@Belyenochi ) are still in this issues or finish it a while, please tell...

I finally worked out the available deployment yaml ``` # all-in-one.yaml --- apiVersion: v1 kind: Service metadata: labels: app: jaeger name: otlp-collector spec: ports: - port: 55680 protocol: TCP targetPort:...

我来提供一个 ``` { "__inputs": [ { "name": "DS_HOST", "label": "host", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "panel", "id": "alertlist", "name": "Alert List",...