Caleb Hailey

Results 43 issues of Caleb Hailey

TBD if anything beyond #53 is required here. Let's complete #53 and then test this with Grafana 8.

We should sign our plugin to be compatible with Grafana's [plugin signature verification](https://grafana.com/docs/grafana/latest/plugins/plugin-signatures/): > Plugin signature verification (signing) is a security measure to make sure plugins haven’t been tampered with....

See: https://grafana.com/grafana/plugins

It would be helpful for new users if we would organize configuration documentation and/or examples _logically_. It has been helpful in my own exploration of OpenTelemetry to arrange my configuration...

The Sumo Logic OTC Distro [Installation documentation] in this repository is pretty great. Installation of the OpenTelemetry Collector is easy thanks to statically compiled binaries — just download the binary...

documentation

Related: #586 The Sumo Logic OTC Distro [Configuration documentation] is pretty good, but I was able to spend over 30 minutes reading through the docs without being instructed to actually...

documentation

See: https://docs.docker.com/compose/profiles/ Can we use this to consolidate all of the environments into a single Docker Compose template, and then just enable the corresponding services using profiles???

TIL that `which` is not posix! https://hynek.me/til/which-not-posix/

Can we setup a reference implementation for configuring OIDC w/ [Keycloak](https://www.keycloak.org)? See the [Keycloak on Docker](https://www.keycloak.org/getting-started/getting-started-docker) guide for more information.

## Suggested Improvement Sensu Go version 6.5 introduced a new [Pipeline](https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-process/pipelines/) resource as a first-class compilation tool for configuring pipelines. Pipelines make it much easier to reason about event processing...