Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f6d872a

Browse files
Emmanuel T Odekesongy23
authored andcommitted
agent/common/v1: use exporter_version, core_library_version in LibraryInfo (#100)
By using: * `exporter_version`(previously `version`, but same field id: 2) * `core_library_version` -- version of OpenCensus Library we can succinctly convey information to the agent about the exporter and core libraries used. Updates #99
1 parent ee2e6d8 commit f6d872a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opencensus/proto/agent/common/v1/common.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ message LibraryInfo {
8383
Language language = 1;
8484

8585
// Version of Agent exporter of Library.
86-
string version = 2;
86+
string exporter_version = 2;
87+
88+
// Version of OpenCensus Library.
89+
string core_library_version = 3;
8790
}
8891

8992
// Additional service information.

0 commit comments

Comments
 (0)