eventing icon indicating copy to clipboard operation
eventing copied to clipboard

Refactor observability setup in heartbeats/event_display

Open Cali0707 opened this issue 5 months ago • 2 comments

Given the similarities in the two sets of code, I wonder whether extracting them into a common method would be helpful, possibly with a signature like:

// SetUpObservability configures global otel meter and tracing providers, returning a
// cleanup function to be called on shutdown, and an error.
SetUpObservability(context.Context) (func(), error)

Originally posted by @evankanderson in https://github.com/knative/eventing/pull/8640#discussion_r2214490866

Cali0707 avatar Jul 18 '25 14:07 Cali0707

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Oct 17 '25 01:10 github-actions[bot]

/remove-lifecycle stale

creydr avatar Oct 20 '25 06:10 creydr