onefourfive
onefourfive
Are you sure you have the entire API key? There may be an '==' at the end.
Do you know what type of panels the renderer is getting hung up on? In my experience, in some recent versions of Grafana, some panels hang the renderer - alert...
@MarkoBursic The Grafana API does not expose the raw data, since you should be querying the datasource directly for data. Grafana is a visualization tool, not a database. However Grafana...
@MarkoBursic I understand what you are looking for-- I'm just saying that raw data is not available from Grafana via API. There is no way to get data directly from...
Do you need a port assignment in your API URL? ie 172.29.229.183:3000
> > awx_status_completed_created{status="canceled"} 1.693263938630845e+09 > > These numbers don't look right, or is there something I'm not understanding? This is a Unix time stamp showing when the metric was created—...
> Is there anything in prometheus_client that allows us to add aliases for the old names? Good question @gundalow ! Not that I am aware of, and none that I...