Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

feat: Implement Tags feature #97

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

feat: Implement Tags feature #97

wants to merge 7 commits into from

Conversation

aVolpe
Copy link

@aVolpe aVolpe commented Aug 7, 2017

This implement a basic tag feature.

All tags are stored in a separate key in redis, like the services id.

The /api/report/services method accept a query param with tags to filter the services.

TODO:

  • Custom tags per service
  • Filter services by tags
  • Improve the appearance
  • Add tags when specific conditions mets, like outages.

ref #56

aVolpe added 7 commits August 7, 2017 15:32
A simple option to store tags is added, this allows the user to tag a
server with an array of tags.

The tags are stored in a separate redis key identified by the
TAGS_KEY_SUFIX constant.

ref iloire#11
Add tags and filter by tag.

ref iloire#55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant