thiagoftsm
b7924fd125
MSI Improvements ( #18903 )
...
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-11-07 19:58:25 +02:00
Ilya Mashchenko
c210a9e730
build(deps): update go toolchain to v1.23.3 ( #18961 )
...
* build(deps): update go toolchain to v1.23.3
* format
2024-11-07 16:27:06 +02:00
Stelios Fragkakis
fc5605da7f
Adjust max possible extent size ( #18960 )
...
* Adjust max possible extent size
* Simplify calculation
Fix also the have_read_error
2024-11-07 10:52:14 +00:00
dependabot[bot]
bc8ebf9bc9
build(deps): bump github.com/vmware/govmomi from 0.45.1 to 0.46.0 in /src/go ( #18959 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 11:08:29 +02:00
netdatabot
2f1c54da62
[ci skip] Update changelog and version for nightly build: v1.99.0-508-nightly.
2024-11-07 00:20:16 +00:00
Ilya Mashchenko
8f0401ac3b
chore(go.d.plugin): remove duplicate logging in init/check ( #18955 )
2024-11-06 17:06:36 +02:00
Fotis Voutsas
2d7caee566
Update README.md ( #18954 )
2024-11-06 15:46:31 +02:00
Fotis Voutsas
2871c59b74
Fix br elements ( #18952 )
2024-11-06 15:03:01 +02:00
Ilya Mashchenko
0c4f36da26
docs: simplify go.d.plugin readme ( #18949 )
2024-11-06 11:55:18 +02:00
Ilya Mashchenko
458c73637e
docs: add "Plugin Privileges" section ( #18946 )
2024-11-06 11:28:16 +02:00
Costa Tsaousis
21e39a4ed3
fix memory leak when using libcurl ( #18947 )
2024-11-06 08:40:58 +02:00
Ilya Mashchenko
4fb9eb7d46
docs: fix Caddy docker compose example ( #18944 )
2024-11-05 21:14:22 +02:00
Stelios Fragkakis
cf4f1d2ccf
Hyper collector fixes ( #18934 )
...
* Fix get instance, dimension rename, remove label
* Add vm_net_interface_packets
Add vm_net_interface_traffic
Switch traffic charts to type area
Chart/dimension definition fixes
* Remove label from "root" charts
* Change vswitch_bytes to vswitch_traffic
* Added charts IPsecoffloadBytes, DirectedPackets,BroadcastPackets, MulticastPackets
* Fix wrong dimensions
* Internal rrdset rename
* Switch algorithm on Hypervisor processor chart
* Grouping per VM not Hv VPs
* Update src/collectors/windows.plugin/perflib-hyperv.c
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
* Update src/collectors/windows.plugin/perflib-hyperv.c
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
* Adjust chart priorities
Add processor total chart
* priority update
* Remove duplicate semicolon
---------
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-11-05 20:02:33 +02:00
Costa Tsaousis
df4277f111
Update README.md
2024-11-05 19:55:43 +02:00
Costa Tsaousis
cb17f13ee2
Update README.md
2024-11-05 19:34:05 +02:00
Costa Tsaousis
027e81e60e
Update README.md
2024-11-05 19:32:37 +02:00
Austin S. Hemmelgarn
ce852e1268
Switch DEB/RPM repositories to new subdomain. ( #18916 )
...
This switches over to the new hosting for the repository data itself.
2024-11-05 09:19:35 -05:00
Costa Tsaousis
fd9b49b865
Streaming re-organization ( #18941 )
...
split streaming into multiple files
2024-11-05 15:09:52 +02:00
Ilya Mashchenko
20a280aeb4
docs: grammar/format fixes to docs/netdata-agent/
( #18942 )
2024-11-05 14:04:11 +02:00
Costa Tsaousis
8af00b9dbe
random numbers No 3 ( #18940 )
...
prefer arc4 functions; use arc4 for unbiased number < UINT32_MAX; use bitmasking when the max is power of two
2024-11-05 09:27:30 +02:00
netdatabot
3dd343d751
[ci skip] Update changelog and version for nightly build: v1.99.0-492-nightly.
2024-11-05 00:21:19 +00:00
Costa Tsaousis
7d800def88
Random numbers improvements ( #18939 )
...
* random numbers use RAND_bytes() by default and fallback to others
* added rejection sampling to avoid bias; removed bcrypt
2024-11-04 23:37:03 +02:00
Stelios Fragkakis
a1abfb178c
Improve ACLK sync CPU usage ( #18935 )
...
* Avoid expensive checks if we don't schedule info
* Set config to uninitialized during exit
2024-11-04 23:03:39 +02:00
Ilya Mashchenko
35cd0ee1cd
fix(go.d/prometheus): correct unsupported protocol scheme "file" error ( #18938 )
2024-11-04 22:02:16 +02:00
Stelios Fragkakis
767229d296
Add hyper-v metrics ( #18697 )
...
* Add hyper-v metrics
* Address review comments
Code cleanup
* Cleanup adjust labels charts
2024-11-04 13:55:51 +02:00
Costa Tsaousis
4aba1a3c07
better randomness for heartbeat ( #18930 )
...
* add 10ms buffering to streaming senders
* queue for 1ms
* added jitter to heartbeat and sender
* remove jitter and add os_random in libnetdata
* cleanup
* cleanup
* fix random for all operating systems
* simpler random number generator
* make microsleep wait at least 1 nsec
* detect random number generators
* use libnetdata os_random()
* use the buffer versions of the random generators; fallback to using random()
* provide random functions per size
* getrandom() can fail; handle this case too
* fix for wrong params
2024-11-04 13:55:02 +02:00
Netdata bot
1635f9bb35
Regenerate integrations.js ( #18932 )
...
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-11-04 11:25:22 +02:00
Ralph Meijer
fc3d851b0e
Improve the documentation on removing stale nodes ( #18927 )
...
Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2024-11-04 11:24:58 +02:00
Fotis Voutsas
a4201c88dc
Installation section simplification ( #18911 )
...
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-11-04 11:18:34 +02:00
netdatabot
3e09256884
[ci skip] Update changelog and version for nightly build: v1.99.0-483-nightly.
2024-11-04 00:20:41 +00:00
Fotis Voutsas
7a7f5e2d69
Docs: Changes to title and CPU requirements ( #18925 )
...
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-11-03 17:25:58 +02:00
netdatabot
a97a034e0d
[ci skip] Update changelog and version for nightly build: v1.99.0-481-nightly.
2024-11-03 00:21:29 +00:00
Costa Tsaousis
4b25987ed4
add randomness per thread to heartbeat ( #18929 )
...
* add randomness per thread to heartbeat
* tune randomness
* use the thread tag name in the randomness hash
* use os_gettid()
* fix xenstat
* fix all occurences of heartbeat_init and heartbeat_next
* initialize clocks with a constructor; on windows enable high resolution timer globally
* better distribution of heartbeats; prevent heartbeats to be aligned with system HZ
* move randomness away from scheduler ticks
* make sure randomness is not the same across processes
* make randomness spread even across processes
2024-11-02 18:11:56 +02:00
netdatabot
d76ee0b513
[ci skip] Update changelog and version for nightly build: v1.99.0-479-nightly.
2024-11-02 01:49:24 +00:00
Austin S. Hemmelgarn
8257f50052
Fix release generation in build workflow.
2024-11-01 21:35:48 -04:00
netdatabot
84a1a70f6a
[ci skip] Update changelog and version for nightly build: v1.99.0-477-nightly.
2024-11-02 00:19:38 +00:00
thiagoftsm
bc813514ce
Update Libbpf ( #18921 )
2024-11-01 16:53:56 +00:00
Austin S. Hemmelgarn
6cb5e58f60
Update CI to generate MSI installer for Windows using WiX. ( #18914 )
...
* Update CI to generate MSI installer for Windows using WiX.
* Fix missing option for WiX install.
* Copy icon file alongside WiX sources.
* Run WiX in the build directory instead of CWD.
2024-11-01 12:06:13 -04:00
Ilya Mashchenko
99b2a7acc7
chore(go.d/nvidia_smi): remove use_csv_format (deprecated) from config ( #18924 )
2024-11-01 14:08:04 +02:00
Fotis Voutsas
4b8a945df9
Docs: small fixes and pass on sizing Agents ( #18923 )
...
* small fixes and pass on sizing Agents
* improvements
* grammar
* simplify innovations
* update title
---------
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-11-01 13:45:31 +02:00
Andrew Maguire
6cf1d17971
add dagster
to apps_groups.conf ( #18912 )
...
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-11-01 13:44:40 +02:00
Ilya Mashchenko
a502ea4027
go.d/portcheck: separate tabs for tcp/upd ports ( #18922 )
2024-11-01 12:29:39 +02:00
netdatabot
1bd66949a0
[ci skip] Update changelog and version for nightly build: v1.99.0-470-nightly.
2024-11-01 00:22:26 +00:00
Costa Tsaousis
e8d8e24ed1
log2journal now uses libnetdata ( #18919 )
2024-10-31 22:16:20 +00:00
Ilya Mashchenko
a878980b0f
docs: fix ui license link ( #18918 )
2024-10-31 21:36:14 +02:00
dependabot[bot]
6cbb5789da
build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 in /src/go ( #18920 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 21:35:53 +02:00
Netdata bot
64bbc4653c
Regenerate integrations.js ( #18917 )
...
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-10-31 21:07:38 +02:00
Ilya Mashchenko
7588f41712
docs: fix broken links in metadata ( #18915 )
2024-10-31 20:58:46 +02:00
Stelios Fragkakis
84f7f5a986
Fix a potential invalid double free memory ( #18905 )
...
Make sure err_msg is always initialized
2024-10-31 17:29:29 +00:00
Stelios Fragkakis
07975fe22d
Fix potential wait forever in mqtt loop ( #18913 )
...
Make sure timer for next keep alive is not < 0
2024-10-31 17:00:29 +00:00