Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(components/memory): use common db + dmesg poller for events, move out of "dmesg" component #324

Merged
merged 2 commits into from
Jan 26, 2025

add missing ctx/cancel

13cc281
Select commit
Loading
Failed to load commit list.
Merged

feat(components/memory): use common db + dmesg poller for events, move out of "dmesg" component #324

add missing ctx/cancel
13cc281
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 26, 2025 in 0s

45.04% of diff hit (target 21.21%)

View this Pull Request on Codecov

45.04% of diff hit (target 21.21%)

Annotations

Check warning on line 11 in components/dmesg/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/dmesg/filters.go#L11

Added line #L11 was not covered by tests

Check warning on line 29 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L20-L29

Added lines #L20 - L29 were not covered by tests

Check warning on line 40 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L37-L40

Added lines #L37 - L40 were not covered by tests

Check warning on line 50 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L43-L50

Added lines #L43 - L50 were not covered by tests

Check warning on line 110 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L110

Added line #L110 was not covered by tests

Check warning on line 145 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L145

Added line #L145 was not covered by tests

Check warning on line 152 in components/memory/component.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/component.go#L150-L152

Added lines #L150 - L152 were not covered by tests

Check warning on line 30 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L26-L30

Added lines #L26 - L30 were not covered by tests

Check warning on line 39 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L32-L39

Added lines #L32 - L39 were not covered by tests

Check warning on line 49 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 55 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L55

Added line #L55 was not covered by tests

Check warning on line 80 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 82 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L82

Added line #L82 was not covered by tests

Check warning on line 89 in components/memory/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/memory/watcher.go#L89

Added line #L89 was not covered by tests

Check warning on line 677 in internal/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/server.go#L673-L677

Added lines #L673 - L677 were not covered by tests

Check warning on line 36 in pkg/dmesg/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/dmesg/watcher.go#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 49 in pkg/dmesg/watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/dmesg/watcher.go#L49

Added line #L49 was not covered by tests