-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fix #146 (safe limit of 200 characters from group label value) #147
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… label value) Signed-off-by: jzajic <jan.zajic@corpus.cz>
bwplotka
approved these changes
Feb 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, do you mind adding tests?
Also 200+ chars labels values are bad for Prometheus as well. Curious who instrumented such metric? (What is the source of it)?
rufusnufus
pushed a commit
to KazanExpress/jiralert
that referenced
this pull request
May 13, 2024
… label value) (prometheus-community#147) Signed-off-by: jzajic <jan.zajic@corpus.cz>
rufusnufus
added a commit
to KazanExpress/jiralert
that referenced
this pull request
May 13, 2024
* Better Jira error handling (prometheus-community#140) * Better Jira error handling * Return HTTP 400 Bad Request for non-retriable errors. It is inaccurate, but will prevent alertmanager from retrying. * Turns out go-jira does actually produce useful error messages (and it consumes the response body in the process). Log that instead of the empty body. Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com> * Also include HTTP response status 429 among retriable errors. Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com> * Include both the go-jira error and the response body in errors. Sometimes go-jira consumes the body and includes it in its error, sometimes it doesn't. Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com> --------- Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com> Co-authored-by: Alin Sinpalean <alin.sinpalean@gmail.com> * disable update existing jira issues with parameter (prometheus-community#150) * Bump all dependencies (prometheus-community#133) Signed-off-by: Jan-Otto Kröpke <jok@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <jok@cloudeteer.de> Signed-off-by: Holger Waschke <holger.waschke@dvag.com> * parameter to disable update jira issues Signed-off-by: Holger Waschke <holger_2000@hotmail.com> Signed-off-by: Holger Waschke <holger.waschke@dvag.com> * rename parameter to make it more clear and avoid double negation. fix bug with missing return value. Signed-off-by: Holger Waschke <holger.waschke@dvag.com> * Update main.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * Update notify.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * Update main.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * Update main.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * Update main.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * Update notify.go Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> * fix for notify test Signed-off-by: Holger Waschke <holger.waschke@dvag.com> --------- Signed-off-by: Jan-Otto Kröpke <jok@cloudeteer.de> Signed-off-by: Holger Waschke <holger.waschke@dvag.com> Signed-off-by: Holger Waschke <holger_2000@hotmail.com> Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de> Co-authored-by: Holger Waschke <holger_2000@hotmail.com> * Adding getEnv templating function (prometheus-community#153) Signed-off-by: Jiri Tyr <jiri.tyr@gmail.com> * feat: add support for static jira labels (prometheus-community#154) Signed-off-by: Herman Ewert <longtomjr@gmail.com> Co-authored-by: Herman Ewert <hewert@mezzanineware.com> * Fix prometheus-community#146 (safe limit of 200 characters from group label value) (prometheus-community#147) Signed-off-by: jzajic <jan.zajic@corpus.cz> * doc(PAT): Adds doc for PAT usage (prometheus-community#155) Signed-off-by: Julian Beck <ju-fa-beck@t-online.de> * truncate descriptions that exceed -max-description-length (default 32KB) (prometheus-community#165) * truncate descriptions that exceed -max-description-length (default 32,768) Signed-off-by: Jason Wells <spinmaster@gmail.com> * Update main.go size was off by 1 Signed-off-by: Jason Wells <spinmaster@gmail.com> --------- Signed-off-by: Jason Wells <spinmaster@gmail.com> * fix: 🐛 Fixes error message for doTransition to display the proper transition state (prometheus-community#176) Signed-off-by: Nathan Gotz <nathan.gotz@gmail.com> * search for existing issue in multiple projects (prometheus-community#162) * search for existing issue in multiple projects Signed-off-by: Jason Wells <spinmaster@gmail.com> * Apply suggestions from code review Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: Jason Wells <spinmaster@gmail.com> --------- Signed-off-by: Jason Wells <spinmaster@gmail.com> Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> * add Fingerprint field to Alert so that it may be used in templates (prometheus-community#152) (prometheus-community#163) Signed-off-by: Jason Wells <spinmaster@gmail.com> --------- Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com> Signed-off-by: Jan-Otto Kröpke <jok@cloudeteer.de> Signed-off-by: Holger Waschke <holger.waschke@dvag.com> Signed-off-by: Holger Waschke <holger_2000@hotmail.com> Signed-off-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> Signed-off-by: Jiri Tyr <jiri.tyr@gmail.com> Signed-off-by: Herman Ewert <longtomjr@gmail.com> Signed-off-by: jzajic <jan.zajic@corpus.cz> Signed-off-by: Julian Beck <ju-fa-beck@t-online.de> Signed-off-by: Jason Wells <spinmaster@gmail.com> Signed-off-by: Nathan Gotz <nathan.gotz@gmail.com> Co-authored-by: Alin Sinpalean <58422065+alin-at-dfinity@users.noreply.github.com> Co-authored-by: Alin Sinpalean <alin.sinpalean@gmail.com> Co-authored-by: dvag-holger-waschke <85643002+dvag-holger-waschke@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de> Co-authored-by: Holger Waschke <holger_2000@hotmail.com> Co-authored-by: Jiri Tyr <jtyr@users.noreply.github.com> Co-authored-by: Herman <longtomjr@gmail.com> Co-authored-by: Herman Ewert <hewert@mezzanineware.com> Co-authored-by: Jan Zajic <jan.zajic@gmail.com> Co-authored-by: Julian Beck <ju-fa-beck@t-online.de> Co-authored-by: Jason Wells <spinmaster@gmail.com> Co-authored-by: Nathan Gotz <775979+nlgotz@users.noreply.github.com> Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Get first 200 characters when creating Jira label from prometheus label value.