defang
defang copied to clipboard
Defang CLI and sample projects
At current we do not have a way to monitor managed aws services (redis, postgres) and depend on monitoring the health status of apps which depend on the managed services...
It will destroy services by their names, regardless of project. This affects the CI, since it does a `compose up` and `compose down`, but since it runs on every trigger,...
I'm testing the AI debugger with very simple examples, either breaking the code or the config in different ways, and I'm still unclear on when it's supposed to kick in....
Link is not showing up in the BYOC deployment. Image above is when I make a change but do a defang compose up without compose down, the URL is not...
I feel like to someone who doesn't want that much detail, a progress bar would help keep the audience engaged.
At the moment, something like this turns into an empty string: ``` environment: KEY: ${ENV_VAR} ``` This is because we decided we don't want to accidentally expose a user's local...
This is not due to the hsm size. There is no logging that said there is not enough memory for the container, but upon further investigation, that seems like it...
Currently, `Tail` does an implicit query when the `since` parameter is set. Query doesn't do pagination, so would only ever return max 1000 lines. If we create a separate rpc...
Organize loki labels across our codebase to have consistent categorization. 1. Create a document to detail the current labels 2. Document the desired categorization 3. Implement across code base Example:...