i'm working on support for service.meta data which was introduced in consul around 1.10 , see hashicorp/consul#4045
this includes upgrading the build stack and dependencies for consul and prometheus and upgrade to go 1.13
still work in progress because current go build are based on glide which is deprecated, but currently my local
build can run the make clean build test integration targets with no errors and meta tag added
to containerpilot.json configuration.
currently i have changed 15 files, so it's a kind of big. how do a approach the inclusion of the feature in the tree ?
see also #572 , current project owner/status is unclear and it has been idle for some years..
this could become a 3.9.0 as both consul and prometheus dependencies are upgraded to highest level
which glide can handle , prometheus is requires go mod for higher updates.
i'm working on support for service.meta data which was introduced in consul around 1.10 , see hashicorp/consul#4045
this includes upgrading the build stack and dependencies for consul and prometheus and upgrade to go 1.13
still work in progress because current go build are based on glide which is deprecated, but currently my local
build can run the make clean build test integration targets with no errors and meta tag added
to containerpilot.json configuration.
currently i have changed 15 files, so it's a kind of big. how do a approach the inclusion of the feature in the tree ?
see also #572 , current project owner/status is unclear and it has been idle for some years..
this could become a 3.9.0 as both consul and prometheus dependencies are upgraded to highest level
which glide can handle , prometheus is requires go mod for higher updates.