action meshery_id_get_prometheus_config { label: "Handle GET for Prometheus configuration" description: "Used for fetching Prometheus configuration" provider: meshery method: GET path: "/api/telemetry/metrics/config" encoding: json output: { type: "object" additionalProperties: true } }