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
0c67194b
Commit
0c67194b
authored
Feb 23, 2019
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moves tracing packge into /infra
parent
26dcabc2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
+1
-1
pkg/cmd/grafana-server/server.go
+1
-1
pkg/infra/tracing/tracing.go
+0
-0
pkg/infra/tracing/tracing_test.go
+0
-0
No files found.
pkg/cmd/grafana-server/server.go
View file @
0c67194b
...
...
@@ -30,6 +30,7 @@ import (
_
"github.com/grafana/grafana/pkg/extensions"
_
"github.com/grafana/grafana/pkg/infra/metrics"
_
"github.com/grafana/grafana/pkg/infra/serverlock"
_
"github.com/grafana/grafana/pkg/infra/tracing"
_
"github.com/grafana/grafana/pkg/plugins"
_
"github.com/grafana/grafana/pkg/services/alerting"
_
"github.com/grafana/grafana/pkg/services/auth"
...
...
@@ -39,7 +40,6 @@ import (
_
"github.com/grafana/grafana/pkg/services/rendering"
_
"github.com/grafana/grafana/pkg/services/search"
_
"github.com/grafana/grafana/pkg/services/sqlstore"
_
"github.com/grafana/grafana/pkg/tracing"
)
func
NewGrafanaServer
()
*
GrafanaServerImpl
{
...
...
pkg/tracing/tracing.go
→
pkg/
infra/
tracing/tracing.go
View file @
0c67194b
File moved
pkg/tracing/tracing_test.go
→
pkg/
infra/
tracing/tracing_test.go
View file @
0c67194b
File moved
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