Skip to content

refactor(finder): add Stats method to Result interface#315

Merged
mchrome merged 3 commits into
go-graphite:masterfrom
mchrome:refactor/finder-interface-stats
Jun 5, 2025
Merged

refactor(finder): add Stats method to Result interface#315
mchrome merged 3 commits into
go-graphite:masterfrom
mchrome:refactor/finder-interface-stats

Conversation

@mchrome

@mchrome mchrome commented May 29, 2025

Copy link
Copy Markdown
Collaborator

This PR adds the Stats() method to the Result interface that returns a slice of FinderStat objects. Currently, the FinderStat is forwarded through the Execute() argument which doesn't support stats from multiple queries to Clickhouse (TaggedFinder can do that since #304)

Comment thread finder/finder.go
Comment thread finder/base.go
@mchrome mchrome merged commit 0b30928 into go-graphite:master Jun 5, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants