envoy: add full version (#2287)

* envoy: add full version

* remove unused import

* get envoy for lint
This commit is contained in:
Caleb Doxsey 2021-06-14 13:58:12 -06:00 committed by GitHub
parent 5dd68f5ff0
commit 31fa214983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 103 additions and 48 deletions

View file

@ -36,6 +36,7 @@ const (
ServiceLabel = "service"
ConfigLabel = "config"
VersionLabel = "version"
EnvoyVersionLabel = "envoy_version"
RevisionLabel = "revision"
GoVersionLabel = "goversion"
HostLabel = "host"