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,520 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).
Is your feature request related to a problem? Please describe.
my /var/log directory has files with different structures, which requires me to use different pipeline_stages for each set of different files.
Describe the solution you'd like
something like this would exclude all files that match the pattern /host/var/log/contained.*.log:
static_configs:
- -
Updated
Jul 17, 2021 - Go
-
Updated
Jul 23, 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
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
Nov 22, 2019 - Go
-
Updated
Jun 28, 2021
-
Updated
Jun 22, 2021 - C#
-
Updated
Aug 4, 2020 - Java
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
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
Jul 22, 2021 - Go
-
Updated
May 12, 2021 - Jsonnet
-
Updated
Sep 22, 2020 - Dockerfile
-
Updated
Jul 14, 2021 - HTML
-
Updated
Jul 13, 2021 - PLpgSQL
-
Updated
May 20, 2021 - Shell
-
Updated
Jul 10, 2021 - Java
-
Updated
Aug 19, 2020 - Smarty
-
Updated
Jun 8, 2021 - Python
Released January 19, 2014
Latest release Today
- 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