Timon Engelke
Timon Engelke
Closes #56. I couldn't test it yet because I don't have an outlook setup.
This change should let dependabot create a single pull request for all minor and patch releases, reducing the workload for maintainers. If you want, I can also look into the...
This PR introduces the following changes: - correctly set the calendarID for zep: previously, it was always an empty string. - correctly identify all-day events: zep represents them as events...
This PR introduces some fixes for all-day events: - the TimeFrame filter should not filter all-day events because if it does, there is no way to filter for business hours...
### What happened? `jaeger_storage_bulk_index_latency_ok_seconds_bucket` currently uses the buckets `0, 5, 10, 25, 50, 75, 100, 250, 500, 750, 1000, 2500, 5000, 7500, 10000`, but the values of the metric are...
### What happened? The metrics `jaeger_collector_spans_received_total`, `jaeger_collector_spans_rejected_total`, `jaeger_collector_spans_dropped_total`, and `jaeger_collector_spans_bytes` are always zero since the upgrade from v1.65 to v1.66. The metric `jaeger_collector_spans_saved_by_svc_total` is still there. The metrics are also...
**Describe the bug** In the Helm Chart version 105 and 106, version `2.8.0-rc3` of the kuberhealthy image is referenced, but it does not exist. **Expected behavior** The image tag should...
This PR adds the `json` kind as an ignore rule. This rule parses JSON in resource attributes and, if valid, compares the parsed objects. I personally used it for refactoring...
#### PR Description After I added the `regex` field to the `structured_metadata` stage in #4629, this PR adds the field to `logfmt` and `json` as well. As pointed out by...