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

Find a way for reload timestamps to appear in README generated by script #295

Closed
kuskoman opened this issue Feb 27, 2024 · 1 comment
Closed
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@kuskoman
Copy link
Owner

There are two metrics:

| logstash_stats_pipeline_reloads_last_failure_timestamp | gauge | Timestamp of last failed pipeline reload. |
| logstash_stats_pipeline_reloads_last_success_timestamp | gauge | Timestamp of last successful pipeline reload. |

That only appear after at least one pipeline is reloaded. Currently doing it involves manual process.
https://discuss.elastic.co/t/restart-individual-logstash-pipeline/168100
Would be nice to modify ./scripts/add_metrics_to_readme.sh, so that it will do it automatically
Also, the script seems to be missing set -euo pipefail

@kuskoman kuskoman added bug Something isn't working documentation Improvements or additions to documentation labels Feb 27, 2024
@satk0
Copy link
Collaborator

satk0 commented Apr 7, 2024

Shouldn't we close this issue? @kuskoman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants