Sindweller commented on a change in pull request #670:
URL:
https://github.com/apache/apisix-ingress-controller/pull/670#discussion_r727264335
##########
File path: pkg/apisix/cluster.go
##########
@@ -77,7 +77,8 @@ type ClusterOptions struct {
BaseURL string
Timeout time.Duration
// SyncInterval is the interval to sync schema.
- SyncInterval types.TimeDuration
+ SyncInterval types.TimeDuration
+ MetricsCollector metrics.Collector
Review comment:
`MetricsCollector` in `cluster` is not used outside the package. I've
change it into non-export field. It's better, thanks for reminding:)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]