diff --git a/opencensus/proto/agent/common/v1/common.proto b/opencensus/proto/agent/common/v1/common.proto index ce2606d..9654fa3 100644 --- a/opencensus/proto/agent/common/v1/common.proto +++ b/opencensus/proto/agent/common/v1/common.proto @@ -83,7 +83,10 @@ message LibraryInfo { Language language = 1; // Version of Agent exporter of Library. - string version = 2; + string exporter_version = 2; + + // Version of OpenCensus Library. + string core_library_version = 3; } // Additional service information.