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
0bc5bf53
Commit
0bc5bf53
authored
Sep 20, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct comments
parent
3f5daa5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
pkg/tsdb/plugins/plugins.go
+2
-8
No files found.
pkg/tsdb/plugins/plugins.go
View file @
0bc5bf53
...
...
@@ -13,16 +13,10 @@ import (
func
Init
()
(
*
plugin
.
Client
,
error
)
{
/*
Setup
go get -u google.golang.org/grpc \
go get -u github.com/golang/protobuf/{proto,protoc-gen-go} \
go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \
setup protoc using https://gist.github.com/bergquist/5df1f201bb605e42538ef40f6ccf82a9
run "protoc --go_out=plugins=grpc:. *.proto" to update proto files
*/
/*
protoc --go_out=plugins=grpc:. *.proto
*/
logger
:=
log
.
New
(
"grafana.plugins"
)
client
:=
plugin
.
NewClient
(
&
plugin
.
ClientConfig
{
HandshakeConfig
:
plugin
.
HandshakeConfig
{
...
...
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