Skip to content

Commit b1f3446

Browse files
darmond157rickbrouwerJorTurFerarapulidomittalvaibhav1
authored
fix: timeout should be of type string | unless it would not be applie… (#1612)
* Deprecate type setting CPU/MEM and tls setting IBMMQ (#1564) * Remove deprecated tls setting IBMMQ Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Remove deprecate type setting CPU/MEM Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Remove deprecated type setting CPU/MEM Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> --------- Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * fix: Remove non-canonical pages from sitemap (#1596) * fix: Remove non-canonical pages from sitemap Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * fix: Remove non-canonical pages from sitemap Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> --------- Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * Indicate that the Datadog scaler is maintained by the Community (#1605) Signed-off-by: Ara Pulido <ara.pulido@datadoghq.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * (sumologic): update scaler docs for recent fixes in sumologc scaler (#1599) Signed-off-by: mittalvaibhav1 <mittalvaibhavandroid@gmail.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * Add gcp pubsub scaler subscriptionsize deprecated message (#1584) Signed-off-by: Steven Chau <stevenchau1998@outlook.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * Fix indentation in yaml examples on the deploy page (#1572) Signed-off-by: semihbkgr <buyukgungorsemih@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * fix: change timeout values from integer to string Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> * DCO - Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com> (#1604) Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> --------- Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com> Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Ara Pulido <ara.pulido@datadoghq.com> Signed-off-by: mittalvaibhav1 <mittalvaibhavandroid@gmail.com> Signed-off-by: Steven Chau <stevenchau1998@outlook.com> Signed-off-by: semihbkgr <buyukgungorsemih@gmail.com> Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com> Co-authored-by: Rick Brouwer <rickbrouwer@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Co-authored-by: @ara Pulido <ara.pulido@datadoghq.com> Co-authored-by: Vaibhav Mittal <53215737+mittalvaibhav1@users.noreply.github.com> Co-authored-by: SC <45040952+stevencjy@users.noreply.github.com> Co-authored-by: Semih Buyukgungor <buyukgungorsemih@gmail.com> Co-authored-by: harrylincoln-CS <harry.lincoln@container-solutions.com>
1 parent fba5c40 commit b1f3446

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/docs/2.17/scalers/azure-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ triggers:
5858
# Optional (Default: false)
5959
unsafeSsl: "false"
6060
# Optional. Custom timeout for the HTTP client used in this scaler
61-
timeout: 1000
61+
timeout: "1000"
6262
```
6363
6464
**Parameter list:**

content/docs/2.17/scalers/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ triggers:
2626
ignoreNullValues: "false" # Default is `true`, which means ignoring the empty value list from Prometheus. Set to `false` the scaler will return error when Prometheus target is lost
2727
queryParameters: key-1=value-1,key-2=value-2
2828
unsafeSsl: "false" # Default is `false`, Used for skipping certificate check when having self-signed certs for Prometheus endpoint
29-
timeout: 1000 # Optional. Custom timeout for the HTTP client used in this scaler
29+
timeout: "1000" # Optional. Custom timeout for the HTTP client used in this scaler
3030
```
3131
3232
**Parameter list:**

content/docs/2.17/scalers/rabbitmq-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ triggers:
2828
usernameFromEnv: RABBITMQ_USERNAME # Optional. You can use this instead of TriggerAuthentication
2929
passwordFromEnv: RABBITMQ_PASSWORD # Optional. You can use this instead of TriggerAuthentication
3030
unsafeSsl: true
31-
timeout: 1000 # Optional. Custom timeout for the HTTP client used in this scaler
31+
timeout: "1000" # Optional. Custom timeout for the HTTP client used in this scaler
3232
```
3333
3434
**Parameter list:**

content/docs/2.18/scalers/azure-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ triggers:
5858
# Optional (Default: false)
5959
unsafeSsl: "false"
6060
# Optional. Custom timeout for the HTTP client used in this scaler
61-
timeout: 1000
61+
timeout: "1000"
6262
```
6363
6464
**Parameter list:**

content/docs/2.18/scalers/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ triggers:
2626
ignoreNullValues: "false" # Default is `true`, which means ignoring the empty value list from Prometheus. Set to `false` the scaler will return error when Prometheus target is lost
2727
queryParameters: key-1=value-1,key-2=value-2
2828
unsafeSsl: "false" # Default is `false`, Used for skipping certificate check when having self-signed certs for Prometheus endpoint
29-
timeout: 1000 # Optional. Custom timeout for the HTTP client used in this scaler
29+
timeout: "1000" # Optional. Custom timeout for the HTTP client used in this scaler
3030
```
3131
3232
**Parameter list:**

content/docs/2.18/scalers/rabbitmq-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ triggers:
2828
usernameFromEnv: RABBITMQ_USERNAME # Optional. You can use this instead of TriggerAuthentication
2929
passwordFromEnv: RABBITMQ_PASSWORD # Optional. You can use this instead of TriggerAuthentication
3030
unsafeSsl: true
31-
timeout: 1000 # Optional. Custom timeout for the HTTP client used in this scaler
31+
timeout: "1000" # Optional. Custom timeout for the HTTP client used in this scaler
3232
```
3333
3434
**Parameter list:**

0 commit comments

Comments
 (0)