Grafana
Grafana is an open source data visualization platform which is primarily used
for displaying metrics dashboards. It can aggregate, query, and display data
from multiple sources such as Graphite, Prometheus, or MySQL.
Here are 2,925 public repositories matching this topic...
Originally posted by sunker December 17, 2021
When support for Metrics Insights was added to the GetMetricData api, a few new error codes were introduced. These should be handled as an error or possibly as a warning.
, minute (m), milliseconds (ms) and second (s) duration format works with the offset modifier but day (d), week (w) and year (y) throws this error = parse error at line 1, col 47: syntax error: unexpected NUMBER, expecting DURATION
To Reproduce
Make the 1d and 1w query visible
Describe the bug
No response
To reproduce
create table pricetable2
(ts timestamp,symbolname SYMBOL CACHE ,price Double,aggregateTradeId Long,firstTradeId Long,lastTradeId Long,buyerMaker Boolean,qty Double)
partition by day;Executes without error and crates table without designated timestamp partitioned by DAY
Expected Behavior
Create table query sh
-
Updated
Dec 29, 2021 - Go
-
Updated
Jan 26, 2022 - Go
-
Updated
Dec 22, 2021
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
-
Updated
Aug 25, 2021
-
Updated
Jan 23, 2022 - HTML
-
Updated
Jan 21, 2022 - TypeScript
-
Updated
Nov 22, 2019 - Go
-
Updated
Oct 20, 2021
-
Updated
Jan 26, 2022 - Elixir
-
Updated
Jan 19, 2022 - C#
Describe the bug
The query-frontend logs some details about the query when it completes, for example:
level=info ts=2021-11-25T11:32:38.59660534Z caller=handler.go:96 tenant=1 method=GET traceID=57060d6b589d1903 url="/tempo/api/search?x-dbg-exhaustive=true&limit=20" duration=7.079269575s response_size=96 status=200
If you cancel the request before it completes, this log does
-
Updated
Aug 27, 2021 - Java
-
Updated
Oct 11, 2021 - Java
-
Updated
Jan 6, 2022 - Jsonnet
-
Updated
Jan 19, 2022 - Shell
-
Updated
Oct 29, 2021 - Go
-
Updated
Jan 17, 2022 - Go
-
Updated
Jan 26, 2022 - Shell
-
Updated
Sep 22, 2020 - Dockerfile
-
Updated
Jan 25, 2022 - PLpgSQL
-
Updated
Dec 30, 2021 - Java
Released January 19, 2014
Latest release 9 days ago
- Repository
- grafana/grafana
- Website
- grafana.com
- Wikipedia
- Wikipedia
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there