Results 84 issues of Ben Ye

Signed-off-by: Ben Ye This pr adds a IterateGroupHierarchy method to execute multiple IterateHierarchy calls using goroutines and only takes the cluster read lock once. Ideally this should make https://github.com/argoproj/argo-cd/blob/master/controller/appcontroller.go#L382 faster.

Now a `Tracer` interface is added to support adding some fields to the logger https://github.com/argoproj/gitops-engine/blob/master/pkg/utils/tracing/api.go#L10. We want to add real opentracing/opentelemetry support based on this interface. However, to support real...

## Why you need it? Dragonfly is used in cloud native situations and its components like dfdaemon and supernode maybe run as containers. But currently the detailed logs are stored...

kind/feature-request
kind/feature
areas/log

I have some use cases to write open metrics format text files with exemplars and use node exporter to collect them. It seems that currently only Text format is supported....

Signed-off-by: Ben Ye * **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Modify the comment of the function `getJobLog`. Fixes #2251 * **What is...

task-manager

Now in the jsonnet lib, the configmap is very basic and doesn't support adding additional scrape configs. For us who still rely on getting memory profiles via /pprof, it is...

enhancement
help wanted
good first issue
area/deploy

This issue might not make sense as Conprof usually stores recent data. But it would be good if it can store data longer. Now Conprof has a merge API to...

Signed-off-by: Ben Ye * [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes This pr adds a...

size/XL

Link: https://github.com/thanos-io/thanos/runs/4199928541?check_suite_focus=true ``` === CONT TestCompactWithStoreGatewayWithPenaltyDedup/dedup_enabled;_no_delete_delay;_compactor_should_work_and_remove_things_as_expected Error: compact_test.go:759: compact_test.go:759: unexpected error: unable to find metrics [thanos_compact_blocks_marked_total] with expected values after 50 retries. Last error: . Last values: [2] ``` This...

bug
help wanted
tests
dont-go-stale

Signed-off-by: Ben Ye * [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes Fixes https://github.com/thanos-io/thanos/issues/5450 Expose info timeout...

size/M