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

[pull] master from netdata:master #180

Merged
merged 32 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
eaeca09
Schedule a node state update after context load (#18795)
stelfrag Oct 17, 2024
10e2613
docs: fix grammar in readme (#18799)
ilyam8 Oct 17, 2024
6362936
bugfix for logs integrations (#18800)
Ancairon Oct 17, 2024
f3163a1
Regenerate integrations.js (#18801)
netdatabot Oct 17, 2024
b46dd43
feat(apps.plugin): add vernemq to apps_groups.conf (#18802)
ilyam8 Oct 17, 2024
3ef0995
Remove macOS 12 from CI, and add macOS 15. (#18797)
Ferroin Oct 17, 2024
dbd1b26
local-listeners improvements (#18798)
ktsaou Oct 17, 2024
524f781
cgroup-network now uses its own spawn server (#18674)
ktsaou Oct 17, 2024
393c7b3
fix(go.d/sensors): ignore 'unknown' values (#18806)
ilyam8 Oct 17, 2024
eeb5551
allow local-listeners to associate container sockets with pids (#18807)
ktsaou Oct 17, 2024
a612572
aesthetic changes in the code (#18808)
ktsaou Oct 17, 2024
26c30b5
[ci skip] Update changelog and version for nightly build: v1.99.0-367…
netdatabot Oct 18, 2024
c39a074
Calculate currently collected metrics (#18803)
stelfrag Oct 18, 2024
d289c0b
Update README.md
ktsaou Oct 18, 2024
f8e4771
Update README.md
ktsaou Oct 18, 2024
e3bded0
Update README.md
ktsaou Oct 18, 2024
707a4c7
fix(proc/proc_net_dev): delay collecting all virtual interfaces (#18812)
ilyam8 Oct 18, 2024
8c42986
Fix variable scope to prevent invalid memory access (#18813)
stelfrag Oct 18, 2024
fe153fc
Comment out dictionary with hashtable code for now (#18814)
stelfrag Oct 18, 2024
1d0eaea
claiming should wait for node id and status ONLINE only (#18816)
ktsaou Oct 18, 2024
5813cf2
Revert "Fix atomic builtins test that currently fails for llvm+compil…
stelfrag Oct 18, 2024
38b5c46
[ci skip] Update changelog and version for nightly build: v1.99.0-377…
netdatabot Oct 19, 2024
a78e8e1
optimizations for servers with vast amounts of sockets (#18820)
ktsaou Oct 19, 2024
7d8da98
Windows storage metrics (#18810)
ktsaou Oct 19, 2024
22b55e1
fixes last PR merge (#18821)
ktsaou Oct 19, 2024
d091649
numa basic meminfo (#18822)
ktsaou Oct 19, 2024
39e7628
fix compilation on windows (#18823)
ktsaou Oct 19, 2024
54c4543
More windows metrics (#18824)
ktsaou Oct 19, 2024
e93a781
[ci skip] Update changelog and version for nightly build: v1.99.0-384…
netdatabot Oct 20, 2024
7e26fa5
fix(go.d/vernemq)!: support prometheus namespace added in v2.0 (#18815)
ilyam8 Oct 20, 2024
1a90d93
Regenerate integrations.js (#18826)
netdatabot Oct 20, 2024
40e08bd
[ci skip] Update changelog and version for nightly build: v1.99.0-387…
netdatabot Oct 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,12 +1042,12 @@ jobs:
max-parallel: 8
matrix:
include:
- name: macos-12
runner: macos-12
- name: macos-13
runner: macos-13
- name: macos-14-M1
runner: macos-14
- name: macos-15-M1
runner: macos-15
steps:
- name: Skip Check
id: skip
Expand Down
45 changes: 25 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,31 @@

**Merged pull requests:**

- Regenerate integrations.js [\#18826](https://github.com/netdata/netdata/pull/18826) ([netdatabot](https://github.com/netdatabot))
- More windows metrics [\#18824](https://github.com/netdata/netdata/pull/18824) ([ktsaou](https://github.com/ktsaou))
- fix compilation on windows [\#18823](https://github.com/netdata/netdata/pull/18823) ([ktsaou](https://github.com/ktsaou))
- numa basic meminfo [\#18822](https://github.com/netdata/netdata/pull/18822) ([ktsaou](https://github.com/ktsaou))
- fixes last PR merge [\#18821](https://github.com/netdata/netdata/pull/18821) ([ktsaou](https://github.com/ktsaou))
- optimizations for servers with vast amounts of sockets [\#18820](https://github.com/netdata/netdata/pull/18820) ([ktsaou](https://github.com/ktsaou))
- claiming should wait for node id and status ONLINE only [\#18816](https://github.com/netdata/netdata/pull/18816) ([ktsaou](https://github.com/ktsaou))
- fix\(go.d/vernemq\)!: support prometheus namespace added in v2.0 [\#18815](https://github.com/netdata/netdata/pull/18815) ([ilyam8](https://github.com/ilyam8))
- Comment out dictionary with hashtable code for now [\#18814](https://github.com/netdata/netdata/pull/18814) ([stelfrag](https://github.com/stelfrag))
- Fix variable scope to prevent invalid memory access [\#18813](https://github.com/netdata/netdata/pull/18813) ([stelfrag](https://github.com/stelfrag))
- fix\(proc/proc\_net\_dev\): delay collecting all virtual interfaces [\#18812](https://github.com/netdata/netdata/pull/18812) ([ilyam8](https://github.com/ilyam8))
- Revert "Fix atomic builtins test that currently fails for llvm+compiler\_rt when gcc is not present" [\#18811](https://github.com/netdata/netdata/pull/18811) ([stelfrag](https://github.com/stelfrag))
- Windows storage metrics [\#18810](https://github.com/netdata/netdata/pull/18810) ([ktsaou](https://github.com/ktsaou))
- aesthetic changes in the code [\#18808](https://github.com/netdata/netdata/pull/18808) ([ktsaou](https://github.com/ktsaou))
- allow local-listeners to associate container sockets with pids [\#18807](https://github.com/netdata/netdata/pull/18807) ([ktsaou](https://github.com/ktsaou))
- fix\(go.d/sensors\): ignore 'unknown' values [\#18806](https://github.com/netdata/netdata/pull/18806) ([ilyam8](https://github.com/ilyam8))
- Calculate currently collected metrics [\#18803](https://github.com/netdata/netdata/pull/18803) ([stelfrag](https://github.com/stelfrag))
- feat\(apps.plugin\): add vernemq to apps\_groups.conf [\#18802](https://github.com/netdata/netdata/pull/18802) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18801](https://github.com/netdata/netdata/pull/18801) ([netdatabot](https://github.com/netdatabot))
- bugfix for logs integrations [\#18800](https://github.com/netdata/netdata/pull/18800) ([Ancairon](https://github.com/Ancairon))
- docs: fix grammar in readme [\#18799](https://github.com/netdata/netdata/pull/18799) ([ilyam8](https://github.com/ilyam8))
- local-listeners improvements [\#18798](https://github.com/netdata/netdata/pull/18798) ([ktsaou](https://github.com/ktsaou))
- Remove macOS 12 from CI, and add macOS 15. [\#18797](https://github.com/netdata/netdata/pull/18797) ([Ferroin](https://github.com/Ferroin))
- Windows fixes \(chart labels and warnings\) [\#18796](https://github.com/netdata/netdata/pull/18796) ([ktsaou](https://github.com/ktsaou))
- Schedule a node state update after context load [\#18795](https://github.com/netdata/netdata/pull/18795) ([stelfrag](https://github.com/stelfrag))
- Regenerate integrations.js [\#18794](https://github.com/netdata/netdata/pull/18794) ([netdatabot](https://github.com/netdatabot))
- Add ref to dyncfg [\#18793](https://github.com/netdata/netdata/pull/18793) ([Ancairon](https://github.com/Ancairon))
- systemd-journal; support querying archived files [\#18792](https://github.com/netdata/netdata/pull/18792) ([ktsaou](https://github.com/ktsaou))
Expand Down Expand Up @@ -98,6 +122,7 @@
- Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 in /src/go [\#18679](https://github.com/netdata/netdata/pull/18679) ([dependabot[bot]](https://github.com/apps/dependabot))
- go.d downgrade go-ora to v2.8.20 [\#18677](https://github.com/netdata/netdata/pull/18677) ([ilyam8](https://github.com/ilyam8))
- Docs fixes [\#18676](https://github.com/netdata/netdata/pull/18676) ([Ancairon](https://github.com/Ancairon))
- cgroup-network now uses its own spawn server [\#18674](https://github.com/netdata/netdata/pull/18674) ([ktsaou](https://github.com/ktsaou))
- Apps plugin improvements2 [\#18673](https://github.com/netdata/netdata/pull/18673) ([ktsaou](https://github.com/ktsaou))
- Regenerate integrations.js [\#18672](https://github.com/netdata/netdata/pull/18672) ([netdatabot](https://github.com/netdatabot))
- Regenerate integrations.js [\#18671](https://github.com/netdata/netdata/pull/18671) ([netdatabot](https://github.com/netdatabot))
Expand Down Expand Up @@ -415,26 +440,6 @@
- Remove python squid collector implementation [\#18279](https://github.com/netdata/netdata/pull/18279) ([Ancairon](https://github.com/Ancairon))
- add go.d/rethinkdb [\#18278](https://github.com/netdata/netdata/pull/18278) ([ilyam8](https://github.com/ilyam8))
- remove python.d/rethinkdb [\#18277](https://github.com/netdata/netdata/pull/18277) ([ilyam8](https://github.com/ilyam8))
- Squid collector port to Go [\#18276](https://github.com/netdata/netdata/pull/18276) ([Ancairon](https://github.com/Ancairon))
- set GOPROXY when building go.d.plugin [\#18275](https://github.com/netdata/netdata/pull/18275) ([ilyam8](https://github.com/ilyam8))
- go.d snmp: adjust max repetitions automatically [\#18274](https://github.com/netdata/netdata/pull/18274) ([ilyam8](https://github.com/ilyam8))
- go.d fix dimension id check [\#18272](https://github.com/netdata/netdata/pull/18272) ([ilyam8](https://github.com/ilyam8))
- go.d smartctl: undo extra\_devices skip from \#18269 [\#18270](https://github.com/netdata/netdata/pull/18270) ([ilyam8](https://github.com/ilyam8))
- go.d smartctl: improve checking scsi-sat in scan [\#18269](https://github.com/netdata/netdata/pull/18269) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18268](https://github.com/netdata/netdata/pull/18268) ([netdatabot](https://github.com/netdatabot))
- apps conf add beanstalkd [\#18267](https://github.com/netdata/netdata/pull/18267) ([ilyam8](https://github.com/ilyam8))
- Fix CI issues in build workflow. [\#18266](https://github.com/netdata/netdata/pull/18266) ([Ferroin](https://github.com/Ferroin))
- Add detailed reporting of failed checksums in kickstart script. [\#18265](https://github.com/netdata/netdata/pull/18265) ([Ferroin](https://github.com/Ferroin))
- go.d beanstalk [\#18263](https://github.com/netdata/netdata/pull/18263) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18262](https://github.com/netdata/netdata/pull/18262) ([netdatabot](https://github.com/netdatabot))
- go.d x509check add not\_revoked dimension [\#18261](https://github.com/netdata/netdata/pull/18261) ([ilyam8](https://github.com/ilyam8))
- remove python.d/beanstalk [\#18259](https://github.com/netdata/netdata/pull/18259) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18258](https://github.com/netdata/netdata/pull/18258) ([netdatabot](https://github.com/netdatabot))
- docs: improve "Settings on Microsoft Teams" description [\#18257](https://github.com/netdata/netdata/pull/18257) ([ilyam8](https://github.com/ilyam8))
- docs: add a note that the min dbengine tier size is 256 MB [\#18256](https://github.com/netdata/netdata/pull/18256) ([ilyam8](https://github.com/ilyam8))
- Update Installer Code \(Services\) [\#18253](https://github.com/netdata/netdata/pull/18253) ([thiagoftsm](https://github.com/thiagoftsm))
- Don’t install netdata-updater code on Windows. [\#18251](https://github.com/netdata/netdata/pull/18251) ([Ferroin](https://github.com/Ferroin))
- Add trigger to clean up chart labels and charts [\#18248](https://github.com/netdata/netdata/pull/18248) ([stelfrag](https://github.com/stelfrag))

## [v1.46.3](https://github.com/netdata/netdata/tree/v1.46.3) (2024-07-23)

Expand Down
25 changes: 18 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,7 @@ int main() {

check_cxx_source_compiles("
int main() {
int test;
__atomic_load_n(&test, 0);
__atomic_load_8(nullptr, 0);
return 0;
}
" HAVE_BUILTIN_ATOMICS)
Expand Down Expand Up @@ -761,6 +760,14 @@ set(LIBNETDATA_FILES
src/libnetdata/os/setenv.h
src/libnetdata/os/strndup.c
src/libnetdata/os/strndup.h
src/libnetdata/os/windows-wmi/windows-wmi.c
src/libnetdata/os/windows-wmi/windows-wmi.h
src/libnetdata/os/windows-wmi/windows-wmi-GetDiskDriveInfo.c
src/libnetdata/os/windows-wmi/windows-wmi-GetDiskDriveInfo.h
src/libnetdata/os/windows-perflib/perflib.c
src/libnetdata/os/windows-perflib/perflib.h
src/libnetdata/os/windows-perflib/perflib-names.c
src/libnetdata/os/windows-perflib/perflib-dump.c
src/libnetdata/spawn_server/spawn_server_nofork.c
src/libnetdata/spawn_server/spawn_server.h
src/libnetdata/spawn_server/spawn_popen.c
Expand All @@ -775,10 +782,6 @@ set(LIBNETDATA_FILES
src/libnetdata/os/close_range.h
src/libnetdata/os/setproctitle.c
src/libnetdata/os/setproctitle.h
src/libnetdata/os/windows-perflib/perflib.c
src/libnetdata/os/windows-perflib/perflib.h
src/libnetdata/os/windows-perflib/perflib-names.c
src/libnetdata/os/windows-perflib/perflib-dump.c
src/libnetdata/paths/paths.c
src/libnetdata/paths/paths.h
src/libnetdata/json/json-c-parser-inline.c
Expand Down Expand Up @@ -1171,7 +1174,15 @@ endif()

set(INTERNAL_COLLECTORS_FILES
src/collectors/common-contexts/common-contexts.h
src/collectors/common-contexts/disk-await.h
src/collectors/common-contexts/disk-avgsz.h
src/collectors/common-contexts/disk-busy.h
src/collectors/common-contexts/disk-io.h
src/collectors/common-contexts/disk-iotime.h
src/collectors/common-contexts/disk-ops.h
src/collectors/common-contexts/disk-qops.h
src/collectors/common-contexts/disk-svctm.h
src/collectors/common-contexts/disk-util.h
src/collectors/common-contexts/system-io.h
src/collectors/common-contexts/system-interrupts.h
src/collectors/common-contexts/system-processes.h
Expand Down Expand Up @@ -1767,7 +1778,7 @@ target_include_directories(libnetdata BEFORE PUBLIC ${CONFIG_H_DIR} ${CMAKE_SOUR
target_link_libraries(libnetdata PUBLIC
"$<$<NOT:$<BOOL:${HAVE_BUILTIN_ATOMICS}>>:atomic>"
"$<$<OR:$<BOOL:${OS_LINUX}>,$<BOOL:${OS_FREEBSD}>>:pthread;rt>"
"$<$<BOOL:${OS_WINDOWS}>:kernel32;advapi32;winmm;rpcrt4;bcrypt;wevtapi>"
"$<$<BOOL:${OS_WINDOWS}>:kernel32;advapi32;winmm;rpcrt4;bcrypt;wevtapi;ole32;oleaut32;wbemuuid>"
"$<$<BOOL:${LINK_LIBM}>:m>"
"${SYSTEMD_LDFLAGS}")

Expand Down
Loading
Loading