Skip to content

feat: add KVDataMemory for periodic memory usage monitoring#35

Merged
SeanSilke merged 2 commits intomainfrom
feature/memory-monitoring
Feb 24, 2026
Merged

feat: add KVDataMemory for periodic memory usage monitoring#35
SeanSilke merged 2 commits intomainfrom
feature/memory-monitoring

Conversation

@SeanSilke
Copy link
Collaborator

@SeanSilke SeanSilke commented Feb 16, 2026

📦 Published PR as canary version: 2.0.15--canary.35.22184405764.0

✨ Test out this PR locally via:

npm install @salutejs/web-telemetry@2.0.15--canary.35.22184405764.0
# or 
yarn add @salutejs/web-telemetry@2.0.15--canary.35.22184405764.0

@SeanSilke SeanSilke requested a review from pamellix February 16, 2026 10:09
@pamellix
Copy link
Collaborator

this.frameTime?.startMonitoring();

Не нужно ли сюда инициализацию метрики добавить?

Copy link
Collaborator

@pamellix pamellix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting

this.scheduleNext();
}

public stopMonitoring(): void {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай придерживаться устоявшегося нейминга, давай напишем endMonitoring -

endMonitoring() {

@pamellix
Copy link
Collaborator

И прогони приттиер -
image

@SeanSilke SeanSilke force-pushed the feature/memory-monitoring branch from 0096ee4 to a6b4fdb Compare February 19, 2026 13:48
@pamellix
Copy link
Collaborator

image Данные отлетают (не досылается так как это тестовый режим, однако можно заметить что данные собираются и передаются)

@SeanSilke SeanSilke merged commit 6963b0c into main Feb 24, 2026
4 of 5 checks passed
@SeanSilke SeanSilke deleted the feature/memory-monitoring branch February 24, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants