Skip to content

Commit

Permalink
Update VARIABLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin authored Jan 18, 2024
1 parent 20161f2 commit 96f3df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
| datadog_metrics_hms_readwrite_readonly | Prometheus Metrics sent to datadog | list(string) | ["metrics_classloading_loaded_value","metrics_threads_count_value","metrics_memory_heap_max_value","metrics_init_total_count_tables_value","metrics_init_total_count_dbs_value","metrics_memory_heap_used_value","metrics_init_total_count_partitions_value"] | no |
| datadog_metrics_port | Port in which metrics will be send for Datadog | string | 8080 | no |
| enable_sysctl_config_in_eks | Enable sysctl configuration for Hive Metastore. For EKS you need to allow this on your cluster (https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ check EKS version for details). Also see tcp_keepalive_* variables. | bool | false | no |
| tcp_keepalive_time | Sets net.ipv4.tcp_keepalive_time (seconds), enable via 'enable_sysctl_config'. | number | `200` | no |
| tcp_keepalive_intvl | Sets net.ipv4.tcp_keepalive_intvl (seconds), enable via 'enable_sysctl_config'. | number | `30` | no |
| tcp_keepalive_probes | Sets net.ipv4.tcp_keepalive_probes (seconds), enable via 'enable_sysctl_config'. | number | `2` | no |
| tcp_keepalive_time | Sets net.ipv4.tcp_keepalive_time (seconds). | number | `200` | no |
| tcp_keepalive_intvl | Sets net.ipv4.tcp_keepalive_intvl (seconds) | number | `30` | no |
| tcp_keepalive_probes | Sets net.ipv4.tcp_keepalive_probes (seconds) | number | `2` | no |

### apiary_assume_roles

Expand Down

0 comments on commit 96f3df7

Please sign in to comment.