File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ image_operator: quay.io/cortexlabs/operator:master
103103image_manager : quay.io/cortexlabs/manager:master
104104image_downloader : quay.io/cortexlabs/downloader:master
105105image_request_monitor : quay.io/cortexlabs/request-monitor:master
106+ image_image_async_gateway : quay.io/cortexlabs/async-gateway:master
106107image_cluster_autoscaler : quay.io/cortexlabs/cluster-autoscaler:master
107108image_metrics_server : quay.io/cortexlabs/metrics-server:master
108109image_inferentia : quay.io/cortexlabs/inferentia:master
Original file line number Diff line number Diff line change @@ -1210,6 +1210,9 @@ func (cc *CoreConfig) TelemetryEvent() map[string]interface{} {
12101210 if ! strings .HasPrefix (cc .ImageRequestMonitor , "cortexlabs/" ) {
12111211 event ["image_request_monitor._is_custom" ] = true
12121212 }
1213+ if ! strings .HasPrefix (cc .ImageAsyncGateway , "cortexlabs/" ) {
1214+ event ["image_async_gateway._is_custom" ] = true
1215+ }
12131216 if ! strings .HasPrefix (cc .ImageClusterAutoscaler , "cortexlabs/" ) {
12141217 event ["image_cluster_autoscaler._is_custom" ] = true
12151218 }
You can’t perform that action at this time.
0 commit comments