Jenna
Jenna
This PR seeks to make the naming of commands in the source code consistent in both case and format. I think it can go one step further and rename the...
Currently in GodotSteam, the `avatar_loaded` callback gives connected methods the Steam ID of the player changed, the size of the square image, and the actual data buffer of the loaded...
#### PR Description This PR adds a wrapper around the Datadog Exporter from the [opentelemetry-collector-contrib repo](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/exporter/datadogexporter/v0.99.0/exporter/datadogexporter). It enables use of the Datadog exporter, which allows Alloy to send telemetry (metrics...
### Request Grafana Alloy wraps a lot of various Open Telemetry components, including some from the [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.96.0) repo (i.e. the Jaeger receiver). This repo also has support for interacting with...
Currently, we use [zerolog](https://github.com/rs/zerolog) throughout the project, however since this was first written [slog](https://go.dev/blog/slog) has been added to the stdlib. We should migrate to slog to stay internally consistent with...