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
da74fa08
Commit
da74fa08
authored
Apr 22, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated configuration and http api docs
parent
1dfc5762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
docs/sources/installation/configuration.md
+1
-1
docs/sources/reference/http_api.md
+8
-0
No files found.
docs/sources/installation/configuration.md
View file @
da74fa08
...
...
@@ -252,7 +252,7 @@ How long sessions lasts in seconds. Defaults to `86400` (24 hours).
When enabled Grafana will send anonymous usage statistics to stats.grafana.org.
No ip addresses are being tracked, only simple counters to track running instances,
versions, dashboard & error counts. It is very helpful to us, please leave this
enabled. Counters are sent every 24 hours.
enabled. Counters are sent every 24 hours.
Default value is
`true`
.
### google_analytics_ua_id
If you want to track Grafana usage via Google analytics specify
*your*
Univeral Analytics ID
...
...
docs/sources/reference/http_api.md
View file @
da74fa08
...
...
@@ -135,8 +135,16 @@ Will return the dashboard given the dashboard slug. Slug is the url friendly ver
},
}
### Delete dashboard
`DELETE /api/dashboards/db/:slug`
The above will delete the dashboard with the specified slug. The slug is the url friendly (unique) version of the dashboard title.
## Data sources
### Create data source
## Organizations
## Users
...
...
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