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 #175

Merged
merged 23 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6d187c7
Change default pages per extent (#18623)
stelfrag Sep 29, 2024
fbeee6b
Misc mqtt related code cleanup (#18622)
stelfrag Sep 29, 2024
3c0ff62
[ci skip] Update changelog and version for nightly build: v1.99.0-210…
netdatabot Sep 30, 2024
ee2e1e0
Remove Python OpenLDAP implementation (#18626)
Ancairon Sep 30, 2024
2f12797
Update file names. (#18638)
vkalintiris Sep 30, 2024
7d4f9c5
Move plugins.d directory outside of collectors (#18637)
vkalintiris Sep 30, 2024
06bf663
apps.plugin for windows (#18594)
ktsaou Sep 30, 2024
23067a7
Port the OpenLDAP collector from Python to Go (#18625)
Ancairon Sep 30, 2024
b8c8e44
Regenerate integrations.js (#18647)
netdatabot Sep 30, 2024
0689f2b
fixed freebsd cpu calculation (#18648)
ktsaou Sep 30, 2024
4ba63ac
[ci skip] Update changelog and version for nightly build: v1.99.0-218…
netdatabot Oct 1, 2024
ff8feb3
go.d remove duplicate chart check in tests (#18650)
ilyam8 Oct 1, 2024
3c91cb0
Use temporary file for commit date check. (#18646)
Ferroin Oct 1, 2024
6c6b8e1
Log agent start / stop timing events (#18632)
stelfrag Oct 1, 2024
59d806e
Windows Installer (Silent mode) (#18613)
thiagoftsm Oct 1, 2024
723a0a8
[ci skip] Update changelog and version for nightly build: v1.99.0-223…
netdatabot Oct 2, 2024
c75e514
go.d sd fix sprig funcmap (#18658)
ilyam8 Oct 2, 2024
f3efa0f
New wording about edit-config script in docs (#18639)
Ancairon Oct 2, 2024
2b6b105
bump go toolchain v1.22.8 (#18659)
ilyam8 Oct 2, 2024
587e836
apps.plugin improvements (#18652)
ktsaou Oct 2, 2024
934fa2e
Handle mqtt ping timeouts (#18653)
stelfrag Oct 2, 2024
e61d416
Fix win apps uptime (#18662)
ktsaou Oct 2, 2024
dbec341
[ci skip] Update changelog and version for nightly build: v1.99.0-230…
netdatabot Oct 3, 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
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ area/collectors:
- src/collectors/**
- src/go/**

collectors/plugins.d:
- any:
- changed-files:
- any-glob-to-any-file:
- src/collectors/plugins.d/**

collectors/apps:
- any:
- changed-files:
Expand Down Expand Up @@ -289,3 +283,9 @@ area/web:
- changed-files:
- any-glob-to-any-file:
- src/web/**

area/plugins.d:
- any:
- changed-files:
- any-glob-to-any-file:
- src/plugins.d/**
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,37 @@

## [**Next release**](https://github.com/netdata/netdata/tree/HEAD)

[Full Changelog](https://github.com/netdata/netdata/compare/v1.47.2...HEAD)
[Full Changelog](https://github.com/netdata/netdata/compare/v1.47.3...HEAD)

**Merged pull requests:**

- Fix win apps uptime [\#18662](https://github.com/netdata/netdata/pull/18662) ([ktsaou](https://github.com/ktsaou))
- bump go toolchain v1.22.8 [\#18659](https://github.com/netdata/netdata/pull/18659) ([ilyam8](https://github.com/ilyam8))
- go.d sd fix sprig funcmap [\#18658](https://github.com/netdata/netdata/pull/18658) ([ilyam8](https://github.com/ilyam8))
- Handle mqtt ping timeouts [\#18653](https://github.com/netdata/netdata/pull/18653) ([stelfrag](https://github.com/stelfrag))
- apps.plugin improvements [\#18652](https://github.com/netdata/netdata/pull/18652) ([ktsaou](https://github.com/ktsaou))
- go.d remove duplicate chart check in tests [\#18650](https://github.com/netdata/netdata/pull/18650) ([ilyam8](https://github.com/ilyam8))
- fixed freebsd cpu calculation [\#18648](https://github.com/netdata/netdata/pull/18648) ([ktsaou](https://github.com/ktsaou))
- Regenerate integrations.js [\#18647](https://github.com/netdata/netdata/pull/18647) ([netdatabot](https://github.com/netdatabot))
- Use temporary file for commit date check. [\#18646](https://github.com/netdata/netdata/pull/18646) ([Ferroin](https://github.com/Ferroin))
- New wording about edit-config script in docs [\#18639](https://github.com/netdata/netdata/pull/18639) ([Ancairon](https://github.com/Ancairon))
- Update file names. [\#18638](https://github.com/netdata/netdata/pull/18638) ([vkalintiris](https://github.com/vkalintiris))
- Move plugins.d directory outside of collectors [\#18637](https://github.com/netdata/netdata/pull/18637) ([vkalintiris](https://github.com/vkalintiris))
- go.d/smartctl: fix exit status check in scan [\#18635](https://github.com/netdata/netdata/pull/18635) ([ilyam8](https://github.com/ilyam8))
- go.d pkg/socket: keep only one timeout option [\#18633](https://github.com/netdata/netdata/pull/18633) ([ilyam8](https://github.com/ilyam8))
- Log agent start / stop timing events [\#18632](https://github.com/netdata/netdata/pull/18632) ([stelfrag](https://github.com/stelfrag))
- Regenerate integrations.js [\#18630](https://github.com/netdata/netdata/pull/18630) ([netdatabot](https://github.com/netdatabot))
- go.d/postgres: fix checkpoints query for postgres 17 [\#18629](https://github.com/netdata/netdata/pull/18629) ([ilyam8](https://github.com/ilyam8))
- go.d/ceph: fix leftovers after \#18582 [\#18628](https://github.com/netdata/netdata/pull/18628) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18627](https://github.com/netdata/netdata/pull/18627) ([netdatabot](https://github.com/netdatabot))
- Remove Python OpenLDAP implementation [\#18626](https://github.com/netdata/netdata/pull/18626) ([Ancairon](https://github.com/Ancairon))
- Port the OpenLDAP collector from Python to Go [\#18625](https://github.com/netdata/netdata/pull/18625) ([Ancairon](https://github.com/Ancairon))
- Change default pages per extent [\#18623](https://github.com/netdata/netdata/pull/18623) ([stelfrag](https://github.com/stelfrag))
- Misc mqtt related code cleanup [\#18622](https://github.com/netdata/netdata/pull/18622) ([stelfrag](https://github.com/stelfrag))
- Revert "Add ceph commands to ndsudo" [\#18620](https://github.com/netdata/netdata/pull/18620) ([ilyam8](https://github.com/ilyam8))
- go.d/hddtemp: connect and read [\#18619](https://github.com/netdata/netdata/pull/18619) ([ilyam8](https://github.com/ilyam8))
- go.d/uwsgi: don't write just connect and read [\#18618](https://github.com/netdata/netdata/pull/18618) ([ilyam8](https://github.com/ilyam8))
- Windows Installer \(Silent mode\) [\#18613](https://github.com/netdata/netdata/pull/18613) ([thiagoftsm](https://github.com/thiagoftsm))
- POST Functions [\#18611](https://github.com/netdata/netdata/pull/18611) ([ktsaou](https://github.com/ktsaou))
- Correctly include Windows installer in release creation. [\#18609](https://github.com/netdata/netdata/pull/18609) ([Ferroin](https://github.com/Ferroin))
- feat: HW req for onprem installation. [\#18608](https://github.com/netdata/netdata/pull/18608) ([M4itee](https://github.com/M4itee))
Expand All @@ -24,6 +42,7 @@
- Regenerate integrations.js [\#18598](https://github.com/netdata/netdata/pull/18598) ([netdatabot](https://github.com/netdatabot))
- go.d/sensors fix meta [\#18597](https://github.com/netdata/netdata/pull/18597) ([ilyam8](https://github.com/ilyam8))
- go.d/sensors update meta [\#18595](https://github.com/netdata/netdata/pull/18595) ([ilyam8](https://github.com/ilyam8))
- apps.plugin for windows [\#18594](https://github.com/netdata/netdata/pull/18594) ([ktsaou](https://github.com/ktsaou))
- Regenerate integrations.js [\#18592](https://github.com/netdata/netdata/pull/18592) ([netdatabot](https://github.com/netdatabot))
- Add DLLs to CmakeLists.txt [\#18590](https://github.com/netdata/netdata/pull/18590) ([thiagoftsm](https://github.com/thiagoftsm))
- Bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0 in /src/go [\#18589](https://github.com/netdata/netdata/pull/18589) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down Expand Up @@ -174,6 +193,10 @@
- fix warnings in Dockerfile [\#18395](https://github.com/netdata/netdata/pull/18395) ([NicolasCARPi](https://github.com/NicolasCARPi))
- Use existing ACLK event loop for cloud queries [\#18218](https://github.com/netdata/netdata/pull/18218) ([stelfrag](https://github.com/stelfrag))

## [v1.47.3](https://github.com/netdata/netdata/tree/v1.47.3) (2024-10-02)

[Full Changelog](https://github.com/netdata/netdata/compare/v1.47.2...v1.47.3)

## [v1.47.2](https://github.com/netdata/netdata/tree/v1.47.2) (2024-09-24)

[Full Changelog](https://github.com/netdata/netdata/compare/v1.47.1...v1.47.2)
Expand Down Expand Up @@ -401,25 +424,6 @@
- Switch to legacy images for CentOS 7 CI. [\#18085](https://github.com/netdata/netdata/pull/18085) ([Ferroin](https://github.com/Ferroin))
- Track LTS for Debian EOL status. [\#18084](https://github.com/netdata/netdata/pull/18084) ([Ferroin](https://github.com/Ferroin))
- Remove Debian 10 from supported platforms. [\#18083](https://github.com/netdata/netdata/pull/18083) ([Ferroin](https://github.com/Ferroin))
- Remove Ubuntu 23.10 from supported platforms. [\#18082](https://github.com/netdata/netdata/pull/18082) ([Ferroin](https://github.com/Ferroin))
- go.d fail2ban: add docker support [\#18081](https://github.com/netdata/netdata/pull/18081) ([ilyam8](https://github.com/ilyam8))
- Improve alerts [\#18080](https://github.com/netdata/netdata/pull/18080) ([stelfrag](https://github.com/stelfrag))
- Bump golang.org/x/net from 0.26.0 to 0.27.0 in /src/go [\#18078](https://github.com/netdata/netdata/pull/18078) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github.com/gofrs/flock from 0.11.0 to 0.12.0 in /src/go [\#18077](https://github.com/netdata/netdata/pull/18077) ([dependabot[bot]](https://github.com/apps/dependabot))
- proc: collect ksm/swap/cma/zswap only when feature enabled [\#18076](https://github.com/netdata/netdata/pull/18076) ([ilyam8](https://github.com/ilyam8))
- health add alarm docker container down [\#18075](https://github.com/netdata/netdata/pull/18075) ([ilyam8](https://github.com/ilyam8))
- go.d ipfs fix tests [\#18074](https://github.com/netdata/netdata/pull/18074) ([ilyam8](https://github.com/ilyam8))
- Regenerate integrations.js [\#18073](https://github.com/netdata/netdata/pull/18073) ([netdatabot](https://github.com/netdatabot))
- Port ipfs from python to Go [\#18070](https://github.com/netdata/netdata/pull/18070) ([Ancairon](https://github.com/Ancairon))
- update golang version in netdata.spec [\#18069](https://github.com/netdata/netdata/pull/18069) ([ilyam8](https://github.com/ilyam8))
- go.d set sensitive props to "password" widget [\#18068](https://github.com/netdata/netdata/pull/18068) ([ilyam8](https://github.com/ilyam8))
- netdata.spec/plugin-go: added weak dependency for lm\_sensors [\#18067](https://github.com/netdata/netdata/pull/18067) ([k0ste](https://github.com/k0ste))
- Disable health thread on windows [\#18066](https://github.com/netdata/netdata/pull/18066) ([stelfrag](https://github.com/stelfrag))
- Remove hard-coded url from python.d puppet chart plugin [\#18064](https://github.com/netdata/netdata/pull/18064) ([Hufschmidt](https://github.com/Hufschmidt))
- go.d postgres github.com/jackc/pgx/v5 [\#18062](https://github.com/netdata/netdata/pull/18062) ([ilyam8](https://github.com/ilyam8))
- fix prometeus export: missing comma before "instance" label [\#18061](https://github.com/netdata/netdata/pull/18061) ([ilyam8](https://github.com/ilyam8))
- go.d vsphere add update\_every ui:help [\#18060](https://github.com/netdata/netdata/pull/18060) ([ilyam8](https://github.com/ilyam8))
- restructure go.d [\#18058](https://github.com/netdata/netdata/pull/18058) ([ilyam8](https://github.com/ilyam8))

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

Expand Down
88 changes: 46 additions & 42 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN" OR "${CMAKE_SYSTEM_NAME}" STREQU
add_definitions(-D_GNU_SOURCE)

if($ENV{CLION_IDE})
set(RUN_UNDER_CLION True)

# clion needs these to find the includes
if("${CMAKE_SYSTEM_NAME}" STREQUAL "MSYS" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
if("$ENV{MSYSTEM}" STREQUAL "MSYS")
Expand Down Expand Up @@ -158,7 +160,7 @@ option(ENABLE_DBENGINE "Enable dbengine metrics storage" True)
option(ENABLE_PLUGIN_GO "Enable metric collectors written in Go" ${DEFAULT_FEATURE_STATE})
option(ENABLE_PLUGIN_PYTHON "Enable metric collectors written in Python" ${DEFAULT_FEATURE_STATE})

cmake_dependent_option(ENABLE_PLUGIN_APPS "Enable per-process resource usage monitoring" ${DEFAULT_FEATURE_STATE} "NOT OS_WINDOWS" False)
cmake_dependent_option(ENABLE_PLUGIN_APPS "Enable per-process resource usage monitoring" ${DEFAULT_FEATURE_STATE} "OS_LINUX OR OS_FREEBSD OR OS_MACOS OR OS_WINDOWS" False)
cmake_dependent_option(ENABLE_PLUGIN_CHARTS "Enable metric collectors written in Bash" ${DEFAULT_FEATURE_STATE} "NOT OS_WINDOWS" False)
cmake_dependent_option(ENABLE_PLUGIN_CUPS "Enable CUPS monitoring" ${DEFAULT_FEATURE_STATE} "NOT OS_WINDOWS" False)

Expand Down Expand Up @@ -763,6 +765,10 @@ 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 @@ -796,6 +802,8 @@ set(LIBNETDATA_FILES
src/libnetdata/os/timestamps.h
src/libnetdata/parsers/entries.c
src/libnetdata/parsers/entries.h
src/libnetdata/sanitizers/chart_id_and_name.c
src/libnetdata/sanitizers/chart_id_and_name.h
)

if(ENABLE_PLUGIN_EBPF)
Expand Down Expand Up @@ -1125,29 +1133,29 @@ endif()

set(INTERNAL_COLLECTORS_FILES
src/collectors/common-contexts/common-contexts.h
src/collectors/common-contexts/disk.io.h
src/collectors/common-contexts/system.io.h
src/collectors/common-contexts/system.interrupts.h
src/collectors/common-contexts/system.processes.h
src/collectors/common-contexts/system.ram.h
src/collectors/common-contexts/mem.swap.h
src/collectors/common-contexts/mem.pgfaults.h
src/collectors/common-contexts/mem.available.h
src/collectors/common-contexts/disk-io.h
src/collectors/common-contexts/system-io.h
src/collectors/common-contexts/system-interrupts.h
src/collectors/common-contexts/system-processes.h
src/collectors/common-contexts/system-ram.h
src/collectors/common-contexts/mem-swap.h
src/collectors/common-contexts/mem-pgfaults.h
src/collectors/common-contexts/mem-available.h
)

set(PLUGINSD_PLUGIN_FILES
src/collectors/plugins.d/plugins_d.c
src/collectors/plugins.d/plugins_d.h
src/collectors/plugins.d/pluginsd_dyncfg.c
src/collectors/plugins.d/pluginsd_dyncfg.h
src/collectors/plugins.d/pluginsd_functions.c
src/collectors/plugins.d/pluginsd_functions.h
src/collectors/plugins.d/pluginsd_internals.c
src/collectors/plugins.d/pluginsd_internals.h
src/collectors/plugins.d/pluginsd_parser.c
src/collectors/plugins.d/pluginsd_parser.h
src/collectors/plugins.d/pluginsd_replication.c
src/collectors/plugins.d/pluginsd_replication.h
src/plugins.d/plugins_d.c
src/plugins.d/plugins_d.h
src/plugins.d/pluginsd_dyncfg.c
src/plugins.d/pluginsd_dyncfg.h
src/plugins.d/pluginsd_functions.c
src/plugins.d/pluginsd_functions.h
src/plugins.d/pluginsd_internals.c
src/plugins.d/pluginsd_internals.h
src/plugins.d/pluginsd_parser.c
src/plugins.d/pluginsd_parser.h
src/plugins.d/pluginsd_replication.c
src/plugins.d/pluginsd_replication.h
)

set(RRD_PLUGIN_FILES
Expand Down Expand Up @@ -1427,12 +1435,8 @@ set(WINDOWS_PLUGIN_FILES
src/collectors/windows.plugin/GetSystemUptime.c
src/collectors/windows.plugin/GetSystemRAM.c
src/collectors/windows.plugin/GetSystemCPU.c
src/collectors/windows.plugin/perflib.c
src/collectors/windows.plugin/perflib.h
src/collectors/windows.plugin/perflib-rrd.c
src/collectors/windows.plugin/perflib-rrd.h
src/collectors/windows.plugin/perflib-names.c
src/collectors/windows.plugin/perflib-dump.c
src/collectors/windows.plugin/perflib-storage.c
src/collectors/windows.plugin/perflib-processor.c
src/collectors/windows.plugin/perflib-thermalzone.c
Expand Down Expand Up @@ -1555,8 +1559,6 @@ endif()
set(MQTT_WEBSOCKETS_FILES
src/aclk/mqtt_websockets/mqtt_wss_client.c
src/aclk/mqtt_websockets/mqtt_wss_client.h
src/aclk/mqtt_websockets/mqtt_wss_log.c
src/aclk/mqtt_websockets/mqtt_wss_log.h
src/aclk/mqtt_websockets/ws_client.c
src/aclk/mqtt_websockets/ws_client.h
src/aclk/mqtt_websockets/mqtt_ng.c
Expand Down Expand Up @@ -1721,7 +1723,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>"
"$<$<BOOL:${OS_WINDOWS}>:kernel32;advapi32;winmm;rpcrt4;bcrypt>"
"$<$<BOOL:${LINK_LIBM}>:m>"
"${SYSTEMD_LDFLAGS}")

Expand Down Expand Up @@ -1885,19 +1887,23 @@ if(ENABLE_PLUGIN_APPS)
src/collectors/apps.plugin/apps_targets.c
src/collectors/apps.plugin/apps_users_and_groups.c
src/collectors/apps.plugin/apps_output.c
src/collectors/apps.plugin/apps_proc_pid_status.c
src/collectors/apps.plugin/apps_proc_pid_limits.c
src/collectors/apps.plugin/apps_proc_pid_stat.c
src/collectors/apps.plugin/apps_proc_pid_cmdline.c
src/collectors/apps.plugin/apps_proc_pid_io.c
src/collectors/apps.plugin/apps_proc_stat.c
src/collectors/apps.plugin/apps_proc_pid_fd.c
src/collectors/apps.plugin/apps_proc_pids.c
src/collectors/apps.plugin/apps_proc_meminfo.c
src/collectors/apps.plugin/apps_pid_files.c
src/collectors/apps.plugin/apps_pid.c
src/collectors/apps.plugin/apps_aggregations.c
src/collectors/apps.plugin/apps_os_linux.c
src/collectors/apps.plugin/apps_os_freebsd.c
src/collectors/apps.plugin/apps_os_macos.c
src/collectors/apps.plugin/apps_os_windows.c
src/collectors/apps.plugin/apps_incremental_collection.c
src/collectors/apps.plugin/apps_os_windows_nt.c
)

add_executable(apps.plugin ${APPS_PLUGIN_FILES})
target_link_libraries(apps.plugin libnetdata ${CAP_LIBRARIES})

target_link_libraries(apps.plugin libnetdata ${CAP_LIBRARIES}
"$<$<BOOL:${OS_WINDOWS}>:Version>"
"$<$<BOOL:${OS_WINDOWS}>:ntdll>")

target_include_directories(apps.plugin PRIVATE ${CAP_INCLUDE_DIRS})
target_compile_options(apps.plugin PRIVATE ${CAP_CFLAGS_OTHER})

Expand Down Expand Up @@ -2070,7 +2076,7 @@ if(ENABLE_PLUGIN_CUPS)
endif()

if(NEED_NDSUDO)
set(NDSUDO_FILES src/collectors/plugins.d/ndsudo.c)
set(NDSUDO_FILES src/collectors/utils/ndsudo.c)

add_executable(ndsudo ${NDSUDO_FILES})

Expand Down Expand Up @@ -2214,7 +2220,7 @@ endif()

if(ENABLE_PLUGIN_LOCAL_LISTENERS)
set(LOCAL_LISTENERS_FILES
src/collectors/plugins.d/local_listeners.c
src/collectors/utils/local_listeners.c
src/libnetdata/maps/local-sockets.h
)

Expand Down Expand Up @@ -2939,7 +2945,6 @@ if(ENABLE_PLUGIN_PYTHON)
src/collectors/python.d.plugin/am2320/am2320.conf
src/collectors/python.d.plugin/go_expvar/go_expvar.conf
src/collectors/python.d.plugin/haproxy/haproxy.conf
src/collectors/python.d.plugin/openldap/openldap.conf
src/collectors/python.d.plugin/oracledb/oracledb.conf
src/collectors/python.d.plugin/pandas/pandas.conf
src/collectors/python.d.plugin/spigotmc/spigotmc.conf
Expand All @@ -2952,7 +2957,6 @@ if(ENABLE_PLUGIN_PYTHON)
src/collectors/python.d.plugin/am2320/am2320.chart.py
src/collectors/python.d.plugin/go_expvar/go_expvar.chart.py
src/collectors/python.d.plugin/haproxy/haproxy.chart.py
src/collectors/python.d.plugin/openldap/openldap.chart.py
src/collectors/python.d.plugin/oracledb/oracledb.chart.py
src/collectors/python.d.plugin/pandas/pandas.chart.py
src/collectors/python.d.plugin/spigotmc/spigotmc.chart.py
Expand Down
Loading
Loading