Stelios Fragkakis
|
b8958eb8ad
Fix locking access to chart labels (#13064)
|
2 лет назад |
Emmanuel Vasilakis
|
bf85ce8014
Delay children chart obsoletion check (#12992)
|
2 лет назад |
Stelios Fragkakis
|
a5c7122092
Don't expose the chart definition to streaming if there is no metadata change (#12990)
|
2 лет назад |
kklionz
|
cfe983fc06
modify code to resolve compile warning issue (#12969)
|
2 лет назад |
Stelios Fragkakis
|
3b8d4c21e5
Adjust the dimension liveness status check (#12933)
|
2 лет назад |
Ilya Mashchenko
|
e652e6054e
fix!: do not replace a hyphen in the chart name with an underscore (#12812)
|
2 лет назад |
Stelios Fragkakis
|
154cf74d6a
Improve agent cloud chart synchronization (#12655)
|
2 лет назад |
vkalintiris
|
ebdd819d6e
Remove per chart configuration. (#12728)
|
2 лет назад |
vkalintiris
|
272b61424c
Avoid clearing already unset flags. (#12727)
|
2 лет назад |
vkalintiris
|
b6d2a3662d
Make atomics a hard-dep. (#12730)
|
2 лет назад |
Ilya Mashchenko
|
091540d59a
feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)
|
2 лет назад |
Ilya Mashchenko
|
03fe3d5703
chore: reduce logging in rrdset (#12739)
|
2 лет назад |
vkalintiris
|
71286c1336
Remove commented code. (#12726)
|
2 лет назад |
Stelios Fragkakis
|
fedab0d7fa
Add a chart label filter parameter in context data queries (#12652)
|
2 лет назад |
Ilya Mashchenko
|
feb2b193db
chore: disable chart exists message (#12594)
|
2 лет назад |
Stelios Fragkakis
|
e816ee4923
Fix issue with charts not properly synchronized with the cloud (#12451)
|
2 лет назад |
Vladimir Kobal
|
7bfc543172
Fix memory leaks on Netdata exit (#12511)
|
2 лет назад |
Vladimir Kobal
|
52456f5baf
Remove backends subsystem (#12146)
|
3 лет назад |
Stelios Fragkakis
|
d5baf4ca55
Fix chart synchronization with the cloud #12356
|
3 лет назад |
Stelios Fragkakis
|
6872df9e6a
Adjust cloud dimension update frequency (#12284)
|
3 лет назад |
vkalintiris
|
69ea17d6ec
Track anomaly rates with DBEngine. (#12083)
|
3 лет назад |
Stelios Fragkakis
|
a330a27a62
Remove chart specific configuration from netdata.conf except enabled (#12209)
|
3 лет назад |
Vladimir Kobal
|
32cd848cb9
Add serial numbers to chart names (#12067)
|
3 лет назад |
Vladimir Kobal
|
d8b7b6a25f
Fix compilation warnings on macOS (#12082)
|
3 лет назад |
Vladimir Kobal
|
4919103c4b
Fix time_t format (#11897)
|
3 лет назад |
Vladimir Kobal
|
c511d98c34
Simple fix for the data API query (#11787)
|
3 лет назад |
Stelios Fragkakis
|
51869f7a06
Skip sending hidden dimensions via ACLK (#11770)
|
3 лет назад |
Stelios Fragkakis
|
a2852377d0
Store and submit dimension delete messages for new cloud architecture (#11765)
|
3 лет назад |
Stelios Fragkakis
|
e9efad18e8
Improve the ACLK sync process for the new cloud architecture (#11744)
|
3 лет назад |
vkalintiris
|
9ed4cea590
Anomaly Detection MVP (#11548)
|
3 лет назад |
vkalintiris
|
81e2f8da65
Reuse the SN_EXISTS bit to track anomaly status. (#11154)
|
3 лет назад |
Stelios Fragkakis
|
c8b513a045
Fix chart config overflow (#11645)
|
3 лет назад |
Stelios Fragkakis
|
12f16063f5
Enable additional functionality for the new cloud architecture (#11579)
|
3 лет назад |
Stelios Fragkakis
|
2085a518c3
Add chart message support for ACLK new architecture (#11447)
|
3 лет назад |
Vladimir Kobal
|
96636b7c6f
Move cleanup of obsolete charts to a separate thread (#11222)
|
3 лет назад |
Timotej S
|
59af90b08c
Allows ACLK NG and Legacy to coexist (#11225)
|
3 лет назад |
Stelios Fragkakis
|
37bee1d197
Store uuid_t metric_uuid in the dimension state structure instead of uuid_t * (#11212)
|
3 лет назад |
Stelios Fragkakis
|
51a1d131f0
Reduce the number of ACLK chart updates during chart obsoletion (#11133)
|
3 лет назад |
Vladimir Kobal
|
157fb5860a
Backend chart filtering backward compatibility fix (#11002)
|
3 лет назад |
Tomáš Kopal
|
757e418090
Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#10354)
|
4 лет назад |
Stelios Fragkakis
|
87002ef11f
Enable metadata persistence in all memory modes (#10742)
|
4 лет назад |
vkalintiris
|
adec24dffa
Rename struct avl to avl_element and the typedef to avl_t (#10735)
|
4 лет назад |
Stelios Fragkakis
|
2e6de7e835
Update chart's metadata in database when it already exists during creation (#10728)
|
4 лет назад |
Stelios Fragkakis
|
fddcb83ee9
Add the ability to store chart labels in the database (#10718)
|
4 лет назад |
Stelios Fragkakis
|
4ac52b168d
Remove unused entries from structures (#10519)
|
4 лет назад |
Stelios Fragkakis
|
cd443de780
Support multiple chart label keys in data queries (#10483)
|
4 лет назад |
Markos Fountoulakis
|
8ce96cdefc
Fix heap-use-after-free due to the chart using netdata_config memory for some strings. (#10498)
|
4 лет назад |
Stelios Fragkakis
|
d600ae20c0
Fix issue with chart metadata sent multiple times over ACLK (#10381)
|
4 лет назад |
Ilya Mashchenko
|
0f8175dd30
Kubernetes labels (#10107)
|
4 лет назад |
Timotej S
|
f1db235a36
ACLK Child Availability Messages (#9918)
|
4 лет назад |