v.6.65.0¶
Improvements:¶
[LUNA-7820] Added new resource get lambda metrics (beta). It allows to receive lambda prometheus metrics. See more at luna-lambda service development documentation.
[LUNA-7847] For disable and enable lambda added: New resources:
- Updated resources:
See more at luna-lambda service development documentation.
Bugs fixed:¶
- [LUNA-7860] Fixed “{unknown_route}” path in metrics and monitoring points appearing upon requests to known routes with not allowed method.
Example of executing DELETE request on /version path
Before: path=”DELETE:{unknown_route}”,service=”luna-api”,status_code=”405”
After: path=”DELETE:/version”,service=”luna-api”,status_code=”405”
Migration:¶
See a migration manual.
[LUNA-7847] See a migration manual.