Sebastian Poxhofer

Results 60 issues of Sebastian Poxhofer

**Is your feature request related to a problem? Please describe.** The imported code of Prometheus does not work with scrape configs which happen to conflicting each other. There there has...

receiver/prometheus
priority:needed

**Description:** Adding the capability to dynamically request jobs from a TargetAllocator instance ( OpenTelemetryOperator ) or compatible API. Supersedes: - #8055 **Link to tracking Issue:** #7944 **Testing:** Added unit test...

ready-to-merge

## Changes Removes an edge case when no packageRules are defined and no depName is supplied. Current behavior is to skip packageName logic if `depName` is not defined and there...

## Changes Change type of `autodiscoverFilter` from string to array. ## Context tracking issue: https://github.com/renovatebot/renovate/issues/8763 Supersedes #13100 This is a breaking change which affects administrators running a self hosted instance...

breaking
v33

## Changes Implements a minimal implementation of OpenTelemetry tracing. Some manual spans are created and following instrumentations are added and activated: - [instrumentation-http](https://www.npmjs.com/package/@opentelemetry/instrumentation-http) Auto trace http(s) requests - [instrumentation-buyan](https://www.npmjs.com/package/@opentelemetry/instrumentation-bunyan) Add...

Currently the operator uses jobs generated by the `promconfig` to extract a list of relevant jobs from the target allocator. This is working as long as all target updates are...

area:target-allocator

- use flag.func instead of manual parsing - add unit tests - add snapshot tests - replace global config with parameter - improve Makefile

To pull together all information regarding adding code to this project, we should add a `Contributing.md`. The content should contain at least following sections: - How to build this project...

enhancement

This PR adds structured logging using [zap](https://github.com/uber-go/zap). ATM it only logs in the [logfmt](https://www.cloudbees.com/blog/logfmt-a-log-format-thats-easy-to-read-and-write) and following fields are used: - ts ( timestamp ) - level - msg ( message...

At the moment we only allow to configure the exporter using flags. But in some environments it is easier to configure using environment variables. Suggested variable prefix: `FORTIGATE_EXPORTER_*` This is...

enhancement