github.com/moqsien/xraycore@v1.8.5/app/metrics/config.proto (about)

     1  syntax = "proto3";
     2  
     3  package xray.app.metrics;
     4  option csharp_namespace = "Xray.App.Metrics";
     5  option go_package = "github.com/xtls/xray-core/app/metrics";
     6  option java_package = "com.xray.app.metrics";
     7  option java_multiple_files = true;
     8  
     9  // Config is the settings for metrics.
    10  message Config {
    11    // Tag of the outbound handler that handles metrics http connections.
    12    string tag = 1;
    13  }