Mehmet Başal
Mehmet Başal
+1 for this feature, we currently have scenario that needs counter type metrics.
Hi, @zwopir Let say i have table called 'failed_sms' and i want to fire alerts when count of failed SMSes in last 5 minutes greater than 1.
I can not use type gauge either. Because if query returns zero rows, metric value stays the same.I see you don't change the metric value when query returns zero rows...
@zwopir thanks for the suggestion, but i think best way to handle this is usage type gauge and always return rows to make metric value 0.
Hi @evanelias, I am having same issue. I would like to work on this issue if you can point me at right direction. Do you plan to add `user-wrapper` and...
We use different passwords for each database instances. My current use-case: schemas/ foo => host:foo.db.example.com (different instance, password) bar => host:bar.db.example.com (different instance, password) baz => host:bar.db.example.com (different instance, password)...
> password=`/usr/local/bin/somecommand --host={HOST}` would execute that command and supply the current HOST password=$SOME_ENV_VAR would look up that environment variable password=normalvalue would supply a literal password (as it does now) since...
@evanelias, thank you for such a detailed explanation. i have recently started use skeema and its really great tool. I can understand your concern about third-party PR and i will...
I see your point but i think IMDS settings tend to be go unnoticed than any other changes to module. You can clearly see whats changed in security groups rules...
Hi @alexlance I also need the feature you asked. Given the fact that the last commit to the repository is 3 years ago, i forked repo and added the feature....