Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
44bc2b2d
Commit
44bc2b2d
authored
Mar 22, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated conf description, metrics interval
parent
a26436f5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
conf/defaults.ini
+1
-1
conf/sample.ini
+2
-2
pkg/metrics/report_usage.go
+1
-1
No files found.
conf/defaults.ini
View file @
44bc2b2d
app_name
=
Grafana
app_mode
=
production
# Once every
24 hours
Grafana will report anonymous data to
# Once every
1 hour
Grafana will report anonymous data to
# stats.grafana.org (https). No ip addresses are being tracked.
# only simple counters to track running instances, dashboard
# count and errors. It is very helpful to us.
...
...
conf/sample.ini
View file @
44bc2b2d
...
...
@@ -5,10 +5,10 @@
app_mode
=
production
# Once every
24 hours
Grafana will report anonymous data to
# Once every
1 hour
Grafana will report anonymous data to
# stats.grafana.org (https). No ip addresses are being tracked.
# only simple counters to track running instances, dashboard
# count and errors. It is very helpful to us.
# count
s
and errors. It is very helpful to us.
# Change this option to false to disable reporting.
reporting-enabled
=
true
...
...
pkg/metrics/report_usage.go
View file @
44bc2b2d
...
...
@@ -14,7 +14,7 @@ import (
func
StartUsageReportLoop
()
chan
struct
{}
{
M_Instance_Start
.
Inc
(
1
)
ticker
:=
time
.
NewTicker
(
10
*
time
.
Minute
)
ticker
:=
time
.
NewTicker
(
time
.
Hour
)
for
{
select
{
case
<-
ticker
.
C
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment