Open
Description
https://github.com/grpc/grpc-go/blob/master/stats/stats.go#L21
// All APIs are experimental.
Reading the above gives an impression that the statsHandler
api is not stable. Does this mean
- api can be removed?
- statsHandler interface or the stats it offers can change?
If answer to above is yes, is there a plan by when can we expect it to become stable?
If answer is no, can you please explain why that line exists? how should we interpret that.