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

Provide more information about errors #489

Open
tun0 opened this issue Mar 9, 2023 · 1 comment
Open

Provide more information about errors #489

tun0 opened this issue Mar 9, 2023 · 1 comment
Labels
area/alerting Alerting related issues and PRs

Comments

@tun0
Copy link

tun0 commented Mar 9, 2023

Example:

{
  "level": "error",
  "ts": "2023-03-09T17:39:57.859Z",
  "logger": "event-server",
  "msg": "failed to send notification",
  "reconciler kind": "Kustomization",
  "name": "flux-system",
  "namespace": "flux-system",
  "error": "postMessage failed: failed to execute request: context deadline exceeded"
}

With a bit of guess-work I could deduce it to be about Slack notifications. More information (provider name, timeout value, etc) could/would help a lot in pinpointing the exact underlying issue(s).

@stefanprodan stefanprodan added the area/alerting Alerting related issues and PRs label Mar 9, 2023
@Lukeesec
Copy link

Agreed. I cannot get Slack to work as this error provides no information. I create the secret with the token didn't work, created secret with the address including all its needed info in URL params didn't work, finally used the deprecated method and that works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alerting Alerting related issues and PRs
Projects
None yet
Development

No branches or pull requests

3 participants