The “Apigee Errors (router)” graph in the Apigee Monitoring dashboard is using a select statement which uses a table upstream_apigee_errors which does not seem to exist in the influxdb:
SELECT non_negative_derivative(mean(“rate”), 1s) FROM “upstream_apigee_errors” WHERE “dpcolor” =~ /^$color$/ AND “org” =~ /^$org$/ AND “env” =~ /^$env$/ AND $timeFilter GROUP BY time($interval), “dpcolor”, “host”, “vhost” fill(null)
This seems to be definitely the case in 18.01. Can anyone confirm that this works in earlier versions.
Has there been a change that causes this?