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

Monitors should allow for non-unique 'codes' or allow for the same code to be called in multiple ways. #3815

Open
febbraiod opened this issue Oct 18, 2024 · 1 comment

Comments

@febbraiod
Copy link
Member

No description provided.

@amcclain
Copy link
Member

amcclain commented Oct 22, 2024

It seems that the developer could write some shared code within their app's MonitorDefinitionService and then expose several variants of a status check using the existing API.

I admit it would be kinda hacky, but they could even name them generically - eg positionsCheck1, positionsCheck2, ... and then have them all be exactly the same and pass their params to the shared code.

Obviously not as elegant as true support for spec'ing the exact same monitor multiple times, but I wonder if that could bridge the gap for your use case, given that I don't believe we've had this request before. I'm assuming it would be a relatively invasive change to pull some new composite key through the stack of monitor specs, running, and result reporting.

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

No branches or pull requests

2 participants