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,551 public repositories matching this topic...
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).
https://github.com/heptiolabs/healthcheck
This will give us metric on healtcheck and more granularity on checks we want to have.
-
Updated
Jul 27, 2021 - Go
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
-
Updated
Jul 25, 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
Jul 4, 2021
-
Updated
Jul 23, 2021 - HTML
-
Updated
Aug 6, 2021 - TypeScript
-
Updated
Nov 22, 2019 - Go
-
Updated
Jun 28, 2021
-
Updated
Jun 22, 2021 - C#
Describe the bug
When entering a cost per kWh in the charge-cost page, I need to use 4 decimal places as my supplier charges in fractions of cents. For example, if I enter 0.1446, it responds with:
`Please enter a valid value. The
-
Updated
Aug 4, 2020 - Java
Is your feature request related to a problem? Please describe.
While configuring the Azure backend, one has to hardcode secrets into the Tempo YAML, which may cause a problem in some restrictive environments where automated scans of code repositories may reveal secret-like strings and cause InfoSec teams to panic.
Describe the solution you'd like
It would be great if we could avoid th
-
Updated
May 15, 2021 - Java
-
Updated
Jun 21, 2021 - Shell
-
Updated
Aug 3, 2021 - Go
-
Updated
May 12, 2021 - Jsonnet
-
Updated
Sep 22, 2020 - Dockerfile
-
Updated
Aug 2, 2021 - HTML
-
Updated
Jul 13, 2021 - PLpgSQL
-
Updated
May 20, 2021 - Shell
-
Updated
Jul 10, 2021 - Java
-
Updated
Aug 19, 2020 - Smarty
Released January 19, 2014
Latest release 1 day 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