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

Discord notifier: Add username and avatar_url #4081

Merged
merged 4 commits into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. Feat(discord):

    Allow for custom username and avatar URLs to be set in discord notifications.
    
    Add `username` and `avatar_url` to discord configuration, default empty string.
    
    Re-implement prometheus#3821
    
    Signed-off-by: Jeff Wong <[email protected]>
    featheredtoast committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4bfbecb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    155e76e View commit details
    Browse the repository at this point in the history
  2. Test the new fields

    Signed-off-by: gotjosh <[email protected]>
    gotjosh committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e1f76b View commit details
    Browse the repository at this point in the history
  3. These are not templeatable strings

    Signed-off-by: gotjosh <[email protected]>
    gotjosh committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a769cf3 View commit details
    Browse the repository at this point in the history