Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cloudhub AI] Manual Interval UI Feature Deprecated #554

Open
jaegeunha opened this issue Dec 19, 2024 · 1 comment
Open

[Cloudhub AI] Manual Interval UI Feature Deprecated #554

jaegeunha opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@jaegeunha
Copy link
Collaborator

jaegeunha commented Dec 19, 2024

관련 이슈

Manual Interval 기능 제거 이유

  1. 수집 데이터 구조 개선:

    • Logstash에서 인터페이스별 in-octetsout-octets총합을 계산.
    • 계산된 총합 데이터를 각 장비의 태그(예: 메모리 정보)와 함께 저장.
  2. 쿼리 처리 방식 변경:

    • 기존에는 derivative + sum 방식으로 데이터를 처리.
    • 변경된 방식:
      • derivative + mean 방식으로 전환.
      • 1번에서 수집된 총합 필드를 사용하여 쿼리 처리.
  3. Manual Interval 기능 제거:

    • 위의 개선된 데이터 수집 및 처리 방식 덕분에, 수동 간격 설정(Manual Interval) 기능이 더 이상 필요하지 않음.

현재 상황

  • 관련 코드는 유지한 상태에서 Manual Interval Toggle Hide 해 놓은 상태
<PredictionHexbinToggle 
    isHide={true}
    ...
/>
  • 6개월 정도 상황을 보고 관련 코드 제거 논의
@jaegeunha jaegeunha added this to v2.1 Dec 19, 2024
@jaegeunha jaegeunha converted this from a draft issue Dec 19, 2024
@jaegeunha jaegeunha self-assigned this Dec 19, 2024
@jaegeunha jaegeunha added the question Further information is requested label Dec 19, 2024
@jaegeunha
Copy link
Collaborator Author

#553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Backlog
Development

No branches or pull requests

1 participant