Emil 'Skeen' Madsen

Results 47 comments of Emil 'Skeen' Madsen
trafficstars

I imagine this could be supported by adding an optional (mutually exclusive with `team`)'s field to the `sentry_project` resource, alike this: ``` resource "sentry_project" "default" { organization = "my-organization" teams...

Would https://github.com/jianyuan/terraform-provider-sentry/pull/138 solve this?

Please reconsider this @jmattheis. While SQLite does indeed work nicely with small userbases and all, some users may already have managed database infrastructure in place which they wish to use,...

Are there any blockers for getting this merged?

I have a similar issue, specifically with this: ``` >>> from zoneinfo import ZoneInfo >>> from datetime import datetime >>> datetime(1939, 1, 1, tzinfo=ZoneInfo('Asia/Aden')).isoformat() '1939-01-01T00:00:00+03:06:52' ``` Which yields: ``` >>>...

The token can be picked up rather easily with a delegation of a shell command: - name: Get setup token. shell: 'icingacli setup token create | sed "s/.*token is: \(.*\)/\1/g"'...

I'm not convinced this issue should be closed yet, there's still the manual step which requires a web browser.

It might be better to pull the `setup_token` from the `/etc/icingaweb2/setup.token` file.

> ... Can you add examples on how you use `async_instrumentation`? Hi, we use this feature actively. The use-case is exactly as with the non-async case: ```python sync_metric = Info("sync_metric",...

> @Skeen, thanks for the example. Adapted it into a unit test You're awesome, thank you for the work that you do!