The Wayback Machine - https://web.archive.org/web/20210805031942/https://github.com/topics/grafana
Skip to content
#

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,550 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

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

grafana
kvrhdn
kvrhdn commented May 28, 2021

This is kind of a follow up to #32677 and the PR #34762.

In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing: /api/echo (grafana/tempo#714).

questdb
marregui
marregui commented Jul 20, 2021

Scenario

create table tab(f float);
insert into tab(f) values(4273.8);

Results in: org.postgresql.util.PSQLException: ERROR: inconvertible types: DOUBLE -> FLOAT [from=4273.8, to=f]

Expectation

Possibly enhance type compatibility check (SqlCompiler.isAssignableFrom) with extra cases for numeric types:

  • Float <- Double: if the double fits in the Float, then
bboreham
bboreham commented Jul 30, 2021

Describe the bug
I copy-pasted a trace ID and added a space at the end by accident.
The resulting error was:

failed to get trace with id: 1f34e43692d1f5d8 Status: 400 Bad Request Body: encoding/hex: invalid byte: U+0020 ' '

This error is quite difficult to understand, and also not helpful in pointing out the problem.

Expected behavior
Something like this would be easier

Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等

  • Updated Aug 2, 2021
  • HTML

Released January 19, 2014

Latest release 7 days ago

Repository
grafana/grafana
Website
grafana.com
Wikipedia
Wikipedia