John Bryan Sazon
John Bryan Sazon
It would be nice if `-paths` can be parsed from a config file (YAML, JSON, etc). :)
I stumbled on this repository when trying to use redoc to generate static html public documentation. Now, I'm trying to find out how to automate the generation of code samples....
Reference: https://pkg.go.dev/github.com/dgraph-io/badger#DB.NewWriteBatch
What would be the best approach to show that ModelA and ModelB is `anyOf` in my swagger doc? ```go type Object struct { Models []interface{} `json:"models"` // E.g: []interface{}{ModelA{}, ModelB{}}`...
This PR makes the flags configurable using environment variables using the [ff](https://github.com/peterbourgon/ff) package: ```txt Usage of clickhouse-exporter: -insecure Ignore server certificate if using https. Override environment (CLICKHOUSE_INSECURE) (default true) -password...
Create Grafana dashboard (JSON) for the Prometheus metrics **http_client_roundtrip_latency_bucket**. **http_client_roundtrip_latency** is the end-to-end latency, by HTTP method and response status.
It would be nice if the metrics will have a namespace **chproxy** which will prefix each metrics with **chproxy_**. E.g. chproxy_request_success_total instead of just request_success_total The problem is that the...
@nickdgriffin @anton-kasperovich Contributing the groovy script that we are currently using in our project. It configures the SMTP settings for Extended Email and Mail Server in "Manage Jenkins". Example required...