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
28409688
Commit
28409688
authored
Sep 18, 2017
by
Matthew McGinn
Committed by
bergquist
Sep 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing spelling of millesecond -> millisecond
parent
0a8a6fd8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pkg/metrics/metrics.go
+5
-5
No files found.
pkg/metrics/metrics.go
View file @
28409688
...
...
@@ -102,7 +102,7 @@ func init() {
M_Http_Request_Summary
=
prometheus
.
NewSummaryVec
(
prometheus
.
SummaryOpts
{
Name
:
"http_request_duration_mill
e
seconds"
,
Name
:
"http_request_duration_mill
i
seconds"
,
Help
:
"http request summary"
,
},
[]
string
{
"handler"
,
"statuscode"
,
"method"
},
...
...
@@ -127,19 +127,19 @@ func init() {
})
M_Api_Dashboard_Save
=
prometheus
.
NewSummary
(
prometheus
.
SummaryOpts
{
Name
:
"api_dashboard_save_mill
e
seconds"
,
Name
:
"api_dashboard_save_mill
i
seconds"
,
Help
:
"summary for dashboard save duration"
,
Namespace
:
exporterName
,
})
M_Api_Dashboard_Get
=
prometheus
.
NewSummary
(
prometheus
.
SummaryOpts
{
Name
:
"api_dashboard_get_mill
e
seconds"
,
Name
:
"api_dashboard_get_mill
i
seconds"
,
Help
:
"summary for dashboard get duration"
,
Namespace
:
exporterName
,
})
M_Api_Dashboard_Search
=
prometheus
.
NewSummary
(
prometheus
.
SummaryOpts
{
Name
:
"api_dashboard_search_mill
e
seconds"
,
Name
:
"api_dashboard_search_mill
i
seconds"
,
Help
:
"summary for dashboard search duration"
,
Namespace
:
exporterName
,
})
...
...
@@ -223,7 +223,7 @@ func init() {
})
M_DataSource_ProxyReq_Timer
=
prometheus
.
NewSummary
(
prometheus
.
SummaryOpts
{
Name
:
"api_dataproxy_request_all_mill
e
seconds"
,
Name
:
"api_dataproxy_request_all_mill
i
seconds"
,
Help
:
"summary for dashboard search duration"
,
Namespace
:
exporterName
,
})
...
...
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