Skip to content

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Dec 1, 2023

Description:
Adds process.cgroup resource attribute to process metrics

Link to tracking Issue:
Fixes #29282

@atoulme atoulme requested a review from dmitryax as a code owner December 1, 2023 23:03
@atoulme atoulme requested a review from a team December 1, 2023 23:03
@crobert-1
Copy link
Member

CI test is hitting a panic that looks like it's caused by this change:

--- FAIL: TestScrapeMetrics_Filtered (0.00s)
    --- FAIL: TestScrapeMetrics_Filtered/No_Filter (0.00s)
panic: interface conversion: processscraper.processHandle is *processscraper.processHandleMock, not *process.Process [recovered]
	panic: interface conversion: processscraper.processHandle is *processscraper.processHandleMock, not *process.Process

@atoulme
Copy link
Contributor Author

atoulme commented Dec 7, 2023

Yes, I need to work on this some more. The interface used doesn't work well to access fields on the struct.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 22, 2023
@crobert-1 crobert-1 removed the Stale label Jan 2, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 17, 2024