Configuration | Grafana Labs
grafana.com › docs › grafanaRemove comments in the .ini files. Grafana uses semicolons (the ; char) to comment out lines in a .ini file. You must uncomment each line in the custom.ini or the grafana.ini file that you are modify by removing ; from the beginning of that line. Otherwise your changes will be ignored. For example: # The HTTP port to use ;http_port = 3000 Override configuration with environment variables
grafana/defaults.ini at main · grafana/grafana · GitHub
github.com › grafana › blobJan 07, 2022 · # Configures how long Grafana stores API annotations. Default is 0, which keeps them forever. # This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month). max_age = # Configures max number of API annotations that Grafana keeps. Default value is 0, which keeps all API annotations. max_annotations_to_keep =
grafana.ini · GitHub
gist.github.com › stephencornelius › 05cdffegrafana.ini. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters. # Server reporting, sends usage counters to stats.grafana.org every 24 hours.
Grafana Tutorial: Getting Started with Installation ...
logz.io › blog › grafana-tutorialAug 25, 2020 · To log all SQL calls and their execution times, go the Database section of grafana.ini and set log_queries to true. To enable data proxy logs, go to the Data Proxy section and make sure logging = true. There are also multiple settings in grafana.ini under the Logging section for [log], [log.console], [log.file], and [log.syslog]. A sample ...