KevinSnyderCodes
KevinSnyderCodes
With an `OpenTelemetryCollector` in `sidecar` mode, the `sidecar.opentelemetry.io/injected` label gets added to the pod using the format `[otc_namespace].[otc_name]` https://github.com/open-telemetry/opentelemetry-operator/blob/07b9f22df8a87852464bf4877d793afcddae37c3/pkg/sidecar/pod.go#L48 Under the right conditions, the label value can exceed 63 characters,...
Fixes #1031 Use two new labels: - `sidecar.opentelemetry.io/injected-namespace`: namespace of the `OpenTelemetryCollector` - `sidecar.opentelemetry.io/injected-name`: name of the `OpenTelemetryCollector` Since Kubernetes object names and label values have the same restrictions, we...
## Description Support for multiple route tables when creating public and intra subnets. ## Motivation and Context Guarantee that the used route table for public and intra subnets on creation...
kqstats can persistently run on a Raspberry Pi that is on the same network as the Killer Queen cabinet. This is beneficial for a number of reasons: - No need...
Introduces multiple new class: - `Game` and the classes that it holds: - `Player` - `Gate` - `Snail` - `Hive` - `GameManager` - Numerous game `Error` classes `Game` is a...
With CircleCI set up, our code is getting build, tested, and linted on every PR. Great! But people still need to go through the hassle of running `npm install` whenever...
What was previously known as the full killboard can now be called the scoreboard, as the new events from the 08-21 beta build will add all sorts of stats to...
Add dockerfile and makefile
New events in 08-21 beta build let us collect all sort of game state and stats. @Sticksman is working on a new game model that holds game state. We can...
New events in 08-21 beta build let us display berry and snail stats. Although there's not much screen real estate to work with, we can probably fit these into the...