codewarrior
codewarrior
This PR adds IsLevelEnabled function to FieldLogger interface, fix #1204
The problem is in middleware some information is unknown, those information can only be determined later. For example, I have an instrumentation middleware, which measures the request handling time (egress...
**What happened**: I am using `kube_cronjob_status_active` to monitor my cronjob, it runs every 5 minutes. In the given time window, `kube_cronjob_status_active{cronjob=my-job}` shows that there is no active cronjob running: However...
The response is a JSON type which cannot be represented in string, like https://the-guild.dev/graphql/scalars/docs/scalars/json, how to support it? thanks.
https://the-guild.dev/graphql/scalars/docs/scalars/json
I have a query structure defined like this: ``` type queryAccounts struct { Accounts []struct { ID string graphql.String `graphql:"id"` Type string graphql.String `graphql:"type"` Region string graphql.String `graphql:"region"` Owners string...
My log file contains log entries from components that I don't care about, does Klogg support adding filter to exclude matched lines like `egrep -v`? Similar to the TextAnalysisTool.NET. Thanks.
`graphql.Client` doesn't provide an interface, so how can I use gomock to create a mock of `graphql.Client` for testing? Thanks.
Is there a way to extend the support to types like scalar JSON?
``` [Info - 07:22:19.831] Resolving ssh remote authority 'ssh-remote+devbox' (attemp #1) [Trace - 07:22:19.842] Identity keys: /Users/zzz/.ssh/id_ed25519 ssh-ed25519 SHA256:xxxxxxxxxxxxxxxxxxx **[Info - 07:22:21.689] Trying no-auth authentication** [Error - 07:22:22.617] Error resolving...