summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-19Backtrace info when modifying refcount of metrics.btvkalintiris
Keep the last X backtraces when a metric's reference count is increased/decreased. To keep CPU and memory consumption low we enable this only for UUIDs starting with 0x0A.
2024-03-19Fix sum calculation in rrdr2value (#17193)Stelios Fragkakis
Init sum to 0
2024-03-19health: unsilence cpu % alarm (#17194)Ilya Mashchenko
2024-03-19[ci skip] Update changelog and version for nightly build: v1.44.0-530-nightly.netdatabot
2024-03-18add callout that snapshots only available on v1 (#17189)Hugo Valente
2024-03-18Bump tj-actions/changed-files from 42 to 43 (#17187)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v42...v43) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18DYNCFG: alerts improvements (#17165)Costa Tsaousis
* updated schema * move "match" inside "config" in the json representation of the alert * removed green and red from everywhere, but if they exist in the config file they are replaced with fixed numeric values * additional health fields * default permissions for systemd dyncfg; remove test from alerts * added the ability to define time grouping options * updated prototype * Add new fields to the database and store * Read newly stored values when fetching config (not exposed to JSON) * Render new values --------- Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2024-03-18split apps.plugin into multiple files and support MacOS (#17180)Costa Tsaousis
* split apps.plugin into multiple files * move everything about pids to apps_proc_pids.c * code cleanup and reorg for supporting MacOS * fixed SIGFPE * more cleanup * completed split; added untested macos support * enable apps everywhere * macos fixes * disable macos for the moment * extern pagesize * fix missing function * added comments * restored function * working macos apps - not verified yet * enable apps.plugin in MacOS * added ppid * parse cmdline * fix scaling of cpu usage * fixed cmdline parsing * codacy fixes * support uptime for FreeBSD and MacOS * uptime in sec * enable uptime charts on macos and freebsd * disable vmsize on macos
2024-03-18Bump github.com/vmware/govmomi from 0.36.0 to 0.36.1 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17185) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18Bump github.com/prometheus/common from 0.48.0 to 0.50.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17182) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18Bump k8s.io/client-go from 0.29.2 to 0.29.3 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17184) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18[ci skip] Update changelog and version for nightly build: v1.44.0-522-nightly.netdatabot
2024-03-17Update README.mdCosta Tsaousis
2024-03-17Update README.mdCosta Tsaousis
2024-03-16[ci skip] Update changelog and version for nightly build: v1.44.0-519-nightly.netdatabot
2024-03-15Fix macOS issue with SOCK_CLOEXEC (#17151)Stelios Fragkakis
* Fix macos issue with SOCK_CLOEXEC * Code cleanup * Fix SOCK_NONBLOCK not available * Fix compilation error * Code simplify * Properly check return code
2024-03-15Update themes.md (#17176)Fotis Voutsas
2024-03-15go.d sd config add "disabled" (#17171)Ilya Mashchenko
2024-03-15Update themes.md (#17172)Fotis Voutsas
2024-03-15go.d sd docker use well-known port for app identification too (#17174)Ilya Mashchenko
2024-03-15go.d sd docker add mongodb-community-server (#17173)Ilya Mashchenko
2024-03-15Announce dynamic configuration capability to the cloud (#17162)Stelios Fragkakis
* Announce dyncfg capability * Set dyncfg status per node
2024-03-15[ci skip] Update changelog and version for nightly build: v1.44.0-511-nightly.netdatabot
2024-03-14docs: add "With NVIDIA GPUs monitoring" to docker install (#17167)Ilya Mashchenko
2024-03-14go.d.plugin: jsonschema allow array/object to be null (#17166)Ilya Mashchenko
2024-03-14go.d.plugin: update file path pattern in jsonschema (#17164)Ilya Mashchenko
2024-03-14Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17154) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14go.d.plugin: execute local-listeners periodically (#17160)Ilya Mashchenko
2024-03-14Install the correct service file based on systemd version (#17159)Tasos Katsoulas
--------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-03-14go.d.plugin: sd compose: allow multi config template (#17157)Ilya Mashchenko
2024-03-14go.d.plugin: add docker service discovery (#17152)Ilya Mashchenko
2024-03-14[ci skip] Update changelog and version for nightly build: v1.44.0-502-nightly.netdatabot
2024-03-13Add macos check (build from source) (#17139)Tasos Katsoulas
* MacOS build from source and test Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Setup notification Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Apply code review Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * new line char Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-03-13[ci skip] Update changelog and version for nightly build: v1.44.0-500-nightly.netdatabot
2024-03-12remove repetitive words (#17131)carrychair
2024-03-12Document new field on PagerDuty cloud integration (#17149)Juan Cañete
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-03-12[ci skip] Update changelog and version for nightly build: v1.44.0-497-nightly.netdatabot
2024-03-11Check alert duration on submission to the cloud (#17144)Stelios Fragkakis
Check alert duration on submission
2024-03-11Update functions tables docs (#17071)Joao Cardoso
* docs: update functions tables docs * chore: remove yellow color
2024-03-11bring back old docs that were containing missing information (#17146)Fotis Voutsas
* Create deployment-strategies.md * Create start-stop-restart.md
2024-03-11Update go.d.plugin packages (#17145)Ilya Mashchenko
2024-03-11Bump github.com/prometheus-community/pro-bing from 0.3.0 to 0.4.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17141) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17142) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11Bump github.com/vmware/govmomi from 0.35.0 to 0.36.0 in ↵Ilya Mashchenko
/src/go/collectors/go.d.plugin (#17140)
2024-03-11Bump golang.org/x/net from 0.21.0 to 0.22.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11Bump github.com/cloudflare/cfssl from 1.6.4 to 1.6.5 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17136) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.3 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17135) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11Bump github.com/likexian/whois-parser from 1.24.10 to 1.24.11 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17137) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-09[ci skip] Update changelog and version for nightly build: v1.44.0-485-nightly.netdatabot
2024-03-08Fix login to GHCR when publishing Docker images. (#17127)Austin S. Hemmelgarn