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

Re-add Slack integration #169

Closed
jongpie opened this issue Jun 9, 2021 · 0 comments · Fixed by #165
Closed

Re-add Slack integration #169

jongpie opened this issue Jun 9, 2021 · 0 comments · Fixed by #165
Assignees
Labels
Feature: Plugin Framework Items related to Nebula Logger's plugin framework Logging Source: API Items related to using Nebula Logger via REST API Plugin: Slack Type: Enhancement New feature or request

Comments

@jongpie
Copy link
Owner

jongpie commented Jun 9, 2021

In an old beta release of Logger, there was built-in support for sending alerts to Slack for certain logs/log entries - I ended up removing it to focus on the core logging functionality, but it'd be great to have an add-on package that can be installed on top of Logger in orgs that want to integrate with Slack.

Design

  • The entire integration should be 100% optional - not every org uses Slack, so no extra metadata for this integration should be included in the nebula-logger directory
    • TODO: need to decide if this will (dynamically?) work for both versions of the package (unlocked & managed w/ namespace), but to start, it'll probably be just for the unlocked package (no namespace)
  • There should be a way to control which logs/log entries are pushed to Slack - the old integration used a checkbox field on the records, that may still be the best way to handle it
  • There should be a declarative way to control the message string sent to Slack - the base message could be stored as a custom label or in a CMDT object
  • There should be a way to declaratively set/update the Slack details (API key, channel, etc.)
@jongpie jongpie added Type: Enhancement New feature or request Logging Source: API Items related to using Nebula Logger via REST API labels Jun 9, 2021
@jongpie jongpie self-assigned this Jun 10, 2021
@jongpie jongpie added the Feature: Plugin Framework Items related to Nebula Logger's plugin framework label Jun 13, 2021
@jongpie jongpie added this to the Version 4.5.0 milestone Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Plugin Framework Items related to Nebula Logger's plugin framework Logging Source: API Items related to using Nebula Logger via REST API Plugin: Slack Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant