> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-release-notes/release/4.8.2025022701.md).

# 4.8.2025022701

## <mark style="color:blue;">New</mark> ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)

* 칵테일 모니터링 에이전트가 정지되어 있는 동안 송신하지 못했던 메트릭을 시작과 함께 재 전송 합니다.
* 그 외에 네트워크 연결 이슈, 모니터링 애드온 연결문제등으로 처리되지 못했던 데이터들도 재 전송합니다.

## <mark style="color:blue;">Improved</mark>&#x20;

### 1. Cocktail APM 서비스 기능이 개선되었습니다.  ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Beta Service](https://img.shields.io/badge/Beta-cf5b9e.svg?style=plastic)

* APM > App Top 10 메뉴 이름이 App Dashboard로 변경되었으며, 아래와 같은 내용이 개선되었습니다.
  * Top 10 App이 아닌 전체 App을 확인할 수 있도록 개선되었습니다.
  * 기존 에러율만 노출되던 정보를 \[에러수/요청수]의 형태로 노출하도록 변경하였습니다.
  * 응답시간 분포도에서 데이터 선택시 Trace 상세 화면으로 이동하여 상세 분석이 가능하도록 개선되었습니다.
* APM > Application > Trace 상세 화면에서 Trace 상세 정보 추적시 Exception 에러 내용을 추가로 노출합니다.
* 모니터링 > 클러스터 > 사용률이 높은 노드에 대한 모니터링 정보에서 노드 이름이 추가로 표시됩니다.
* 사용자 권한 유형에 \[운영자] 유형이 추가 되었습니다. 운영자 유형은 인프라 관제 권한을 가진 사용자를 위한 유형으로 아래 3개의 메뉴만 이용이 가능합니다.
  * APM
  * 인프라 > 네임스페이스
  * 모니터링

### 2. 백업/복원의 진행상태를 확인할 수 있습니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)&#x20;

### 3. 파이프라인 서비스가 여러 서비스맵 (클러스터)에 대한 배포를 지원합니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)&#x20;

* 파이프라인을 생성하면서 더이상 서비스맵을 선택하지 않습니다.
* 파이프라인에 워크스페이스를 연결하여 워크스페이스 내에서 관리 및 실행할 수 있습니다.
* 파이프라인의 배포현황에서 여러 서비스맵을 선택하여 조회할 수 있습니다.

## <mark style="color:blue;">Changed</mark> ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)

* Kubernetes 1.31 버전을 지원합니다.
* 퍼시스턴트 볼륨 사용량 항목이 스토리지 총량 대신 볼륨 요청량 기준으로 변경되었습니다.\
  이는 요청량 대비 사용량을 보다 직관적으로 확인 할 수 있도록 개선한 것입니다.\
  스토리지 총량 정보는 유형에 따라 의미가 명확하지 않아 더 이상 제공하지 않습니다.

## <mark style="color:blue;">Fixed</mark> ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square) ![Cocktail Online](https://img.shields.io/badge/Online-fca60f.svg?\&style=flat-square)

* 특정 상황에서 칵테일 License가 올바르게 적용되지 않던 문제가 수정되었습니다. ![Cocktail Enterprise](https://img.shields.io/badge/Enterprise-4456a6.svg?\&style=flat-square)
* 알람, 이벤트 조회시 간헐적으로 조회가 실패하던 현상을 수정하였습니다.
* 만료된 백업 중 백업 저장소가 없는 경우 제거가 불가능했던 문제가 수정되었습니다.
* 백업 저장소에 연결된 클러스터의 상태가 간헐적으로 Unavailable로 표시되던 문제가 수정되었습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-release-notes/release/4.8.2025022701.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
