github.com/google/cloudprober@v0.11.3/surfacers/cloudwatch/proto/config.proto (about) 1 syntax = "proto2"; 2 3 package cloudprober.surfacer.cloudwatch; 4 5 option go_package = "github.com/google/cloudprober/surfacers/cloudwatch/proto"; 6 7 message SurfacerConf { 8 // The cloudwatch metric namespace 9 optional string namespace = 1 [default = "cloudprober"]; 10 11 // The cloudwatch resolution value, lowering this below 60 will incur 12 // additional charges as the metrics will be charged at a high resolution 13 // rate. 14 optional int64 resolution = 2 [default = 60]; 15 }