github.com/google/cloudprober@v0.11.3/surfacers/postgres/proto/config.proto (about)

     1  syntax = "proto2";
     2  
     3  package cloudprober.surfacer.postgres;
     4  
     5  option go_package = "github.com/google/cloudprober/surfacers/postgres/proto";
     6  
     7  message SurfacerConf {
     8    required string connection_string = 1;
     9    required string metrics_table_name = 2;
    10    optional int64 metrics_buffer_size = 3 [default = 10000];
    11  }