Skip to content

Instantly share code, notes, and snippets.

View shreyasp's full-sized avatar

Shreyas Patil shreyasp

View GitHub Profile
syntax = "proto3";
package tutorial;
import "google/protobuf/timestamp.proto";
option go_package = "github.com/protocolbuffers/protobuf/examples/go/tutorialpb";
message Request {
}
@shreyasp
shreyasp / netdata.conf
Created December 28, 2016 18:29
NetData Minimal Configuration
# netdata configuration
#
# You can download the latest version of this file, using:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
# or
# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
#
# You can uncomment and change any of the options below.
# The value shown in the commented settings, is the default value.