This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax = "proto3"; | |
package tutorial; | |
import "google/protobuf/timestamp.proto"; | |
option go_package = "github.com/protocolbuffers/protobuf/examples/go/tutorialpb"; | |
message Request { | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |