-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add events emitted metric to eventbus * properly export grafana dashboard * Add eventbus subscriber and notification time metrics * expose name in subscription * use atomic.AddInt64 for backwards compatibility * make metrics optin * update dashboard json * follow options constructor pattern for eventbus * remove unused type * Review comments * remove event name * remove whitespace diff * address review changes. remove notification time * fix subscribers count * make subscriber queue state timeline * allow custom registerer. Make queue length gauge * eventbus: remove package version from subscriber metrics * eventbus: minor dashboard tweaks --------- Co-authored-by: Marten Seemann <martenseemann@gmail.com>
- Loading branch information
1 parent
5da8497
commit 3598171
Showing
8 changed files
with
846 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.