Replies: 1 comment 2 replies
-
To do things like monitoring events associated with a particular hardware failure could you use signals? Columns might also be useful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if there is a solution already but thought I would raise this as an idea.
For a bit of context we work primarily with teller machines and use Seq to capture statuses and useful log events so that we can identify potential issues with either the software stack or hardware.
What we would potentially like to do is have the ability to add "Tags" or "Fields" to a log event after it has been posted to our Seq instance. For example, this would allow us to monitor software events associated with a particular hardware failure or maybe filter out false positives such as someone diagnosing a faulty bit of hardware.
Thanks,
Craig
Beta Was this translation helpful? Give feedback.
All reactions