summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-07Updated txt - Prometheus section README.md (#16957)Aliki92
2024-02-07Fix path in health integrations (#16956)Fotis Voutsas
fix path
2024-02-07Move health/ under src/ (#16954)vkalintiris
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
2024-02-07[ci skip] Update changelog and version for nightly build: v1.44.0-334-nightly.netdatabot
2024-02-06Remove tags field from RRD hosts. (#16894)vkalintiris
* Remove tags field from RRD hosts. My understanding is that this field has been deprecated in favour of RRD labels. * Remove unused config
2024-02-06Do not declare struct meant for internal usage (#16951)vkalintiris
2024-02-06Remove cleanup_destroyed_dictionaries call during shutdown (#16944)Stelios Fragkakis
Remove cleanup_destroyed_dictionaries
2024-02-06fix linking of a markdown file (#16952)Tasos Katsoulas
Update README.md
2024-02-06Update README.mdCosta Tsaousis
2024-02-06Update codeowners and cleanup .gitignore (#16946)vkalintiris
2024-02-06Update README.mdCosta Tsaousis
2024-02-06fix wrong sizeof (#16950)Costa Tsaousis
* fix wrong sizeof - it is the same size, but for accuracy it should be fixed * made the direction sticky
2024-02-06Update README.mdCosta Tsaousis
2024-02-06Assorted cleanup of native packaging code. (#16640)Austin S. Hemmelgarn
* Assorted cleanup of DEB packaging code. * Assorted cleanup of the RPM spec file. * DEB package fixes.
2024-02-06enable network-viewer aggregated views (#16940)Costa Tsaousis
2024-02-06update bundled UI to v6.85.0 (#16948)Ilya Mashchenko
2024-02-06Move daemon/ under src/ (#16933)vkalintiris
2024-02-06respect NETDATA_LOG_LEVEL if set (#16943)Ilya Mashchenko
2024-02-06Update CODEOWNERS (#16907)Tasos Katsoulas
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-06Update documentation (Replication DB) (#16816)thiagoftsm
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-06[ci skip] Update changelog and version for nightly build: v1.44.0-317-nightly.netdatabot
2024-02-05fix charts.d.plugin configuration directory names (#16939)Ilya Mashchenko
2024-02-05respect log level for all sources (#16922)Ilya Mashchenko
2024-02-05Check for agent already running (#16937)Stelios Fragkakis
* Check for server socket listen setup and exit normally instead of fatal() Move ML initialization until after socket listen is successful * Switch to error level
2024-02-05Remove duplicate check (#16936)Stelios Fragkakis
2024-02-05Drop ESLint CI jobs and config. (#16935)Austin S. Hemmelgarn
We don’t actually use it for anything, as all of the JS code is being developed outside of the repo.
2024-02-05Make sure the duration is not negative (#16931)Stelios Fragkakis
2024-02-05Bump peter-evans/create-pull-request from 5 to 6 (#16926)dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request 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-02-05Regenerate integrations.js (#16934)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-02-05Exporting moved, so changes needed for integrations, + CODEOWNERS change ↵Fotis Voutsas
(#16932)
2024-02-05Protect analytics set data (#16929)Stelios Fragkakis
2024-02-05Regenerate integrations.js (#16930)Netdata bot
Co-authored-by: vkalintiris <vkalintiris@users.noreply.github.com>
2024-02-05fix installation of `libfluent-bit.so` (#16924)Ilya Mashchenko
2024-02-05Move exporting/ under src/ (#16913)vkalintiris
2024-02-05Release label key if already in use (#16916)Stelios Fragkakis
Release key_match if found
2024-02-05Bump nick-invision/retry from 2 to 3 (#16928)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05Bump nick-fields/retry from 2 to 3 (#16927)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05[ci skip] Update changelog and version for nightly build: v1.44.0-300-nightly.netdatabot
2024-02-04Minor rework on document (#16925)Tasos Katsoulas
1. format line length to 120 2. transform the table into an actual table (worked with magic atm) 3. Make the list of actions more consistent 4. Remove an old reference to memory mode save 5. Remove whitespace --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-04[ci skip] Update changelog and version for nightly build: v1.44.0-298-nightly.netdatabot
2024-02-03split dictionary into multiple files (#16920)Costa Tsaousis
* split dictionary into multiple files * rename to hashtable * dictionaries now support SIMPLE_HASHTABLE indexing, with user selection via a dictionary option
2024-02-03Update network-connections-chart.htmlCosta Tsaousis
2024-02-03Update network-connections-chart.htmlCosta Tsaousis
2024-02-03Update network-connections-chart.htmlCosta Tsaousis
2024-02-03[ci skip] Update changelog and version for nightly build: v1.44.0-293-nightly.netdatabot
2024-02-02add support for the info parameter to all external plugin functions (#16915)Costa Tsaousis
* add support for the info parameter to all functions * add SO_CLOEXEC to inbound connections * network-connections aggregated view for servers with dozens of thousands of connections * optimized /proc/net files parsing; aggregated view of network-connections returns sorted sockets to avoid dancing visualization * local-sockets is now using aral * lower the payload returned by network-connections
2024-02-02Update file match patterns in CI jobs. (#16917)Austin S. Hemmelgarn
They’ve not been accurate for some time.
2024-02-02Network viewer: filter by username (#16911)Costa Tsaousis
* add users to network-connections function * cleaner and simpler filters; removed IPs and ports, added serverPort
2024-02-02[ci skip] Update changelog and version for nightly build: v1.44.0-289-nightly.netdatabot
2024-02-02Build network-viewer only on linux (#16910)vkalintiris