slogen icon indicating copy to clipboard operation
slogen copied to clipboard

tool to create and manage content for reliability tracking from logs/event data.

Results 21 slogen issues
Sort by recently updated
recently updated
newest added

From the release page for v1.0.1, I downloaded [slogen_1.0.0_Linux_x86_64.tar.gz](https://github.com/OpenSLO/slogen/releases/download/v1.0.1/slogen_1.0.0_Linux_x86_64.tar.gz) (strange that the version number is different!). And I attempted to run it: ```bash $ ./slogen --help ./slogen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34'...

bug

The Monitors created don't have useful missing data alerts. I'd like to be alerted if I screw up a query and the total count goes to 0 for x minutes.

enhancement

The current sumologic email connection is helpful, but l need to use the Webhook connection as well with the payload_override [described in the terraform module](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor#notifications). This will allow me to...

enhancement

All of the dashboards created by slogen are "This Month", and since its the 1st of March, most of the data is only showing for 1 day. I'd like the...

enhancement

I have an SLO that is 30m (short window) and 6h (long window). I've put the threshold the same on both. When the SLO was triggered, it was quite quick...

enhancement

to be done via a separate yaml config or user uploaded lookup table

enhancement

Top N slots where error budget was most affected

Based on [terraform-sumologic-sumo-logic-monitor//monitor_packages](https://github.com/SumoLogic/terraform-sumologic-sumo-logic-monitor/tree/0715a0e4e80310a4dc55fd9447bf6401567f2cc6/monitor_packages)

For a monthly compliance with 90% SLO, if at end of first week there are 100K request then is total error budget 10K request failures or (30/7)*100K*(1-0.9) Maybe we need...