Jacob Aronoff
Jacob Aronoff
Closes #1029
Currently, no metrics are emitted by the target allocator which makes it difficult to understand the state of it. Ideally, the TA would emit some metrics about it's success and...
Has anyone figured out how to make the API work with users who have two factor auth? I'm able to manually get my FBID and my access token, but all...
Hello! I was wondering if there's been any effort or if it would be welcome upstream to remove opencensus as a dependency? Opencensus has been merged with opentracing to create...
Closes #334
The target allocator now has two methods of allocation (least-weighted, and consistent-hashing) the next strategy will be a composite strategy that will only assign targets post relabeling. All of these...
Hello all, after some of the past week's challenges around repository maintenance, some operator contributors had the idea that we could use Github's official terraform provider to provision and manage...
Many prometheus and kubernetes users are familiar with the [kube-prometheus-stack chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) which aims to quickly set up and manage a prometheus and grafana installation for a user that collects mostly...
Right now the types.Logger interface only has two methods `DebugF` and `Errorf` with the same signature `format string, v ...interface{}`. This makes it difficult to incorporate custom loggers which may...
### Component(s) collector ### Is your feature request related to a problem? Please describe. The operator should add the v1alpha2 types to its known schemas ### Describe the solution you'd...