Kazuyoshi Kato
80b825ca2c
Remove gogoproto.stdtime
...
This commit removes gogoproto.stdtime, since it is not supported by
Google's official toolchain
(see https://github.com/containerd/containerd/issues/6564 ).
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com >
2022-04-19 13:39:30 +00:00
Kazuyoshi Kato
296f75bd07
Do not use weak import
...
According to https://github.com/protocolbuffers/protobuf/issues/9184
> Weak fields are an old and deprecated internal-only feature that we never
> open sourced.
This blocks us to upgrade protoc.
Fixes #6232 .
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com >
2022-02-21 18:26:40 +00:00
Maksym Pavlenko
c1b01eabc0
Add copyright header to proto files
...
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com >
2021-01-05 10:44:07 -08:00
Stephen J Day
50532f231a
api: use weak imports for plugin protobufs
...
Because of a side-effect import, we have the possibility of pulling in
several unnecessary packages that are used by the plugin and not at
runtime to implement protobuf structures. Setting these imports to
`weak` prevents this from happening, reducing the total import set,
reducing memory usage and binary size.
Signed-off-by: Stephen J Day <stephen.day@docker.com >
2017-11-16 20:18:15 -08:00
Michael Crosby
4c5ed9c068
Move metrics requests to services
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-09-05 17:41:30 -04:00
Michael Crosby
8510512e7e
Add test for client metrics
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-09-05 17:26:26 -04:00
Michael Crosby
697dcdd407
Refactor task service metrics
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-09-05 17:26:26 -04:00