Skip to content

Commit 39d4599

Browse files
committed
Add telemetry data for usage of deployment web
Update spec
1 parent 29cc9de commit 39d4599

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

spec/request/deployments_spec.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@
582582
strategy: 'canary',
583583
options: {
584584
max_in_flight: 10,
585+
web_instances: 5,
586+
memory_in_mb: 1024,
587+
disk_in_mb: 1024,
588+
log_rate_limit_in_bytes_per_second: -1,
585589
canary: {
586590
steps: [{ instance_weight: 1 }, { instance_weight: 2 }]
587591
}
@@ -603,6 +607,10 @@
603607
strategy: 'canary',
604608
options: {
605609
max_in_flight: 10,
610+
web_instances: 5,
611+
memory_in_mb: 1024,
612+
disk_in_mb: 1024,
613+
log_rate_limit_in_bytes_per_second: -1,
606614
canary: {
607615
steps: [{ instance_weight: 1 }, { instance_weight: 2 }]
608616
}
@@ -627,6 +635,10 @@
627635
'strategy' => 'canary',
628636
'max-in-flight' => 10,
629637
'canary-steps' => [{ 'instance_weight' => 1 }, { 'instance_weight' => 2 }],
638+
'instances' => 5,
639+
'memory' => 1024,
640+
'disk' => 1024,
641+
'log-rate' => -1,
630642
'app-id' => OpenSSL::Digest::SHA256.hexdigest(app_model.guid),
631643
'user-id' => OpenSSL::Digest::SHA256.hexdigest(user.guid)
632644
}
@@ -649,6 +661,10 @@
649661
'strategy' => 'canary',
650662
'max-in-flight' => 10,
651663
'canary-steps' => [{ 'instance_weight' => 1 }, { 'instance_weight' => 2 }],
664+
'instances' => 5,
665+
'memory' => 1024,
666+
'disk' => 1024,
667+
'log-rate' => -1,
652668
'app-id' => OpenSSL::Digest::SHA256.hexdigest(app_model.guid),
653669
'user-id' => OpenSSL::Digest::SHA256.hexdigest(user.guid),
654670
'revision-id' => OpenSSL::Digest::SHA256.hexdigest(revision.guid)

0 commit comments

Comments
 (0)