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

Feature Request: Rule Names and Descriptions #50

Open
dara-rockwell opened this issue Dec 20, 2022 · 1 comment
Open

Feature Request: Rule Names and Descriptions #50

dara-rockwell opened this issue Dec 20, 2022 · 1 comment

Comments

@dara-rockwell
Copy link

In order to parse traces better, it would be good to have a name and description property for each rule that are passed through to the logging trace.

@chhatch
Copy link
Collaborator

chhatch commented Dec 20, 2022

Do you mean something like this?

{
  "if": "foo == bar",
  "then": "dara = giantMech",
  "name": "muhRule",
  "description": "This is a rule that does stuff"
}

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