-
BT Group
- @tom_m_davies
Pinned Loading
-
nomad-autoscaler-dynatrace
nomad-autoscaler-dynatrace PublicAn APM plugin for nomad-autoscaler that allows querying for metrics from Dynatrace
Go
-
Suggests optimal EC2 instance mix fo...
Suggests optimal EC2 instance mix for single-core apps, like CS:GO servers 1const hosts = [
2{
3name: "z1d.12xlarge",
4capacity: 48,
5cost: 5.273,
-
nested-values.js
nested-values.js 1export function getNestedValue(key, object) {
2return key.split('.').reduce((previous, current) => {
3return previous[current];
4}, object);
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.