afarbos

Results 10 issues of afarbos

Add Support for Monitor Search, see https://docs.datadoghq.com/api/v1/monitors/#monitors-search Note: OverallStateModified is not a string when using the monitors/search but an int

**Is your feature request related to a problem? Please describe.** Today, goverter can return the following error: ``` TypeMismatch: Cannot convert *float64 to float64 ``` And this can be similar...

Hello, I encounter a similar issue as https://github.com/rs/zerolog/issues/422, https://github.com/rs/zerolog/issues/283, https://github.com/rs/zerolog/issues/249 and https://github.com/rs/zerolog/issues/239. However, I am always relying on the context logger so I don't see how I would be reusing...

Should this library support `DD_TAGS` like `dd-trace-go` do it [here](https://github.com/DataDog/dd-trace-go/blob/v1.32.0/ddtrace/tracer/option.go#L158) ? This would avoid to use the [`WithTags`](https://pkg.go.dev/github.com/DataDog/datadog-go/statsd?utm_source=godoc#WithTags) and enable configuration from the environment.

When sending a message with pubsub we cannot any additional start span options. This block the use of some functions, for example Tag.Measured(). Example: ``` pr = Publish(ctx , t,...

ack
proposal

Like [cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) and many other go binaries, it usually possible to import them within your own go applications. This PR would allow a similar behavior with daytona too, see example...

## Your Question This library start multiple process without a way to stop them using the `context.Context` and/or a `Finalize()` / `Close()` function(s). Are there any reasons? Could this be...

Cloud Spanner databases provides multiple interfaces to interact with schema or data. Today, (golang) migrate only support schema update (also called DDL). This PR will add support for data updates...

When the poller call the scaler today there is no way (at least documented) to add authentication headers. It would be nice to either add support, document alternative path to...

enhancement