The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg
Torkel Ödegaard 79f798f67b Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 11 years ago
..
api Added delete user action to user admin api, and made it work in UI, Closes #1466, #1446 11 years ago
bus Worked on event system, needs a little more work 11 years ago
cmd Assign new dashboard ID when importing dashboard via command-line 11 years ago
components/renderer Changed go package path 11 years ago
events Fixed failing events test and issue with dashboard list panel 11 years ago
log started work on new arch 11 years ago
middleware Fixed failing dashboard sql test 11 years ago
models Added two columns to user table, email_verified and theme, no used right now but will probably shortly 11 years ago
services Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 11 years ago
setting Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 11 years ago
social Changed go package path 11 years ago
util Worked on login remember cookie, and redirect after login 11 years ago