tokers commented on a change in pull request #670:
URL:
https://github.com/apache/apisix-ingress-controller/pull/670#discussion_r726828800
##########
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:
Sorry, I mark to a wrong position, what I really want to know is why the
`MetricsCollector` field in `cluster` type should be exportable.
--
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]