Folyd
Folyd
Why my prometheus can't access my pushgateway? They both in the same ECS cluster. ``` 2024-03-01T07:17:30.603Z warn internal/transaction.go:123 Failed to scrape Prometheus endpoint {"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_timestamp":...
I read this from the [v1.32.0 release notes](https://github.com/aws/copilot-cli/releases/tag/v1.32.0): > Bring your own application load balancer if you don't like the default shared application load balancer of your environment! Just specify...
Related issue: #384
Comparing to the `log` crate, `tracing` is so powerful and elegant. However, `tracing` also brings more binary size to the application due to the more complex expanded macro codes. I...
### Describe your idea/feature/enhancement Cloudflare is not compatible with Route 53 directly, it is hard to mix Cloudflare powerful security products and AWS copilot-cli. However, Cloudflare provided great [APIs](https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-create-dns-record) to...
**Why these changes?** Support add `startTime`/`endTime` for preset data. This is very useful for log search scenarios. For example: ``` - Last 1 minute - Last 10 minutes - Last...