0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00
Commit graph

17247 commits

Author SHA1 Message Date
Fotis Voutsas
f27f4f714a
Documentation changes, new files and restructuring the hierarchy ()
* docs additions

* docs from writerside, not to be published in this state, links need work and Learn map needs to include them

* rename some files to reduce repetition on filenames

* use new packaging documentation and replace links to old

* change learn-rel-path to new category names

* replace configuration file with new one, add conf directory section to it, and replace links to point to that

* linkfix

* run integrations pipeline to get new links

* catoverpage

* fix writerside style links

* addition in on-prem mention

* comment out mermaid problematic line

* change path of alerting integrations docs for Learn

* fix

* fixes

* fix diagrams
2024-02-20 09:08:46 +02:00
netdatabot
3da2004b82 [ci skip] Update changelog and version for nightly build: v1.44.0-388-nightly. 2024-02-20 00:15:11 +00:00
Stelios Fragkakis
b8254f9495
Metric release does not need to fetch retention ()
metric release does not need to fetch retention
2024-02-19 17:52:51 +02:00
Stelios Fragkakis
2daf34cf19
Increase RRD_ID_LENGTH_MAX to 1200 ()
Increase RRD_ID_LENGTH_MAX to 1200 (was 1000)
2024-02-19 17:25:08 +02:00
dependabot[bot]
0010f7bdc4
Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 in /src/go/collectors/go.d.plugin ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 10:34:41 +02:00
dependabot[bot]
8e756ff814
Bump k8s.io/client-go from 0.29.1 to 0.29.2 in /src/go/collectors/go.d.plugin ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 10:33:37 +02:00
netdatabot
9ef835afd3 [ci skip] Update changelog and version for nightly build: v1.44.0-383-nightly. 2024-02-17 00:15:24 +00:00
Stelios Fragkakis
dea9d1feb2
Protect metric release in dimension delete callback ()
Protect metric release
2024-02-16 23:28:55 +02:00
Austin S. Hemmelgarn
43eab7b7da
Fix determining repo root in Coverity scan script. () 2024-02-16 11:58:31 -05:00
Costa Tsaousis
81cb35dcca
DYNCFG support deleting orphan configurations ()
* dyncfg: allow deleting orphan configs

* restore applied text

* make the dyncfg applied text more descriptive
2024-02-16 16:39:00 +02:00
thiagoftsm
23e9e990ba
eBPF - Network Viewer (Move code) () 2024-02-16 13:51:49 +00:00
netdatabot
9f08cd92e6 [ci skip] Update changelog and version for nightly build: v1.44.0-378-nightly. 2024-02-16 00:15:20 +00:00
Costa Tsaousis
5a0b632d25
dyncfg: allow tree for individual IDs () 2024-02-15 19:54:07 +02:00
thiagoftsm
1f97a71b97
eBPF & NV (update packages) () 2024-02-15 12:27:25 +00:00
netdatabot
d36c3ea63a [ci skip] Update changelog and version for nightly build: v1.44.0-375-nightly. 2024-02-15 00:15:48 +00:00
Austin S. Hemmelgarn
12306a3e05
Assorted cleanup of CI/packaging related code. ()
* Drop unused Dockerfile.test.

It’s not been used for years, and it doesn’t even work at this point for
it’s intended purpose.

* Remove CodeClimate configuration.

We’re not using it anymore, so there is no point to keeping the
configuration around.

* Remove the build_external directory.

This isn’t used by any of our code AFAICT, and if it _is_ needed, it
should actually be in some sub-directory of `tests` instead of a
top-level directory whose name doesn’t even describe what it does.

* Remove .gitattributes

If there's any objection we can reinstate it.

* Move coverity-scan.sh under packaging/utils

* Move cmake files under packaging/cmake

* Remove devcontainer

* Fix up coverity script to run correctly from new location.

---------

Co-authored-by: vkalintiris <vasilis@netdata.cloud>
2024-02-14 07:01:52 -05:00
vkalintiris
2d64790f8c
Abort on non-zero rc. () 2024-02-14 13:10:36 +02:00
Costa Tsaousis
06796dc0b4
dyncfg: fix support for testing new jobs () 2024-02-14 11:05:09 +02:00
Stelios Fragkakis
b7086f0408
Misc improvements ()
Use spinlock init for proper initialization so that it will work properly when compiling with NETDATA_INTERNAL_CHECKS
Clear errno so that it will not report an error when logging analyze command
2024-02-14 10:49:02 +02:00
netdatabot
6c0c20a2c7 [ci skip] Update changelog and version for nightly build: v1.44.0-370-nightly. 2024-02-14 00:15:53 +00:00
Austin S. Hemmelgarn
3a29b66132
Include Go plugin sources in main repository. ()
* Include Go plugin sources in main repository.

* Fix CI issues.

* Rename source tree.
2024-02-13 06:56:20 -05:00
Stelios Fragkakis
57eec3da0e
Adjust storage tiers if we fail to create the requested number of tiers ()
Do not create a dbengine-tierX directory if the tier cannot be activated
Check for datafiles existence during finalize of ctx

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-02-13 11:11:09 +02:00
netdatabot
1e5967476d [ci skip] Update changelog and version for nightly build: v1.44.0-367-nightly. 2024-02-13 00:16:15 +00:00
vkalintiris
f04e8c041f
Move diagrams/ under docs/ () 2024-02-12 16:58:26 +02:00
Stelios Fragkakis
140d437446
Add spinlock to protect metric release ()
* Add spinlock to protect metric release
Cleanup service thread

* Adjust formatting of the shutdown message
During shutdown service thread should exit faster
2024-02-12 16:58:02 +02:00
vkalintiris
ce3724f1dd
Small cleanup ()
* Remove unused header

* Mark functions as static.
2024-02-12 15:20:17 +02:00
thiagoftsm
7848495836
Move CO-RE headers (integration between eBPF and Network Viewer) () 2024-02-12 13:03:58 +00:00
vkalintiris
2b138b6207
Remove historical changelog and cppcheck ()
* Remove historical changelog.

* Remove cppcheck.
2024-02-12 14:48:50 +02:00
vkalintiris
a75559dffe
Move web/ under src/ () 2024-02-12 14:11:49 +02:00
vkalintiris
777b7ac531
Remove config macros that are always set. () 2024-02-12 13:27:10 +02:00
Tasos Katsoulas
94f533f758
Use changed files in check-files workflow ()
We hit a limit when too many files were changing. Most commonly the case will be moving too many files that's why we amend this.

---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-12 11:59:32 +02:00
netdatabot
d3c22fe5be [ci skip] Update changelog and version for nightly build: v1.44.0-358-nightly. 2024-02-12 00:15:55 +00:00
Stelios Fragkakis
128ba9501d
Detect machine GUID change ()
Detect machine guid change
2024-02-11 21:30:35 +02:00
netdatabot
ef48d380a1 [ci skip] Update changelog and version for nightly build: v1.44.0-356-nightly. 2024-02-11 00:17:06 +00:00
Costa Tsaousis
b1bfa13d40
updated message ids for systemd and dbus () 2024-02-10 23:13:00 +02:00
Tasos Katsoulas
29c1b548b6
Update input skip patterns ()
* Fix minor typo:
   - job name will be file-check in any workflow
   - file-check job has a step which is check-file

* Print any modified files

* Change glob patterns for all source files (*.c, *.h etc). With the previous approach they only matched the root folder

---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-02-10 20:43:44 +02:00
pschaer
3f59438c20
Update synology.md () 2024-02-10 18:35:01 +02:00
Tasos Katsoulas
4c0e97b52f
Update input paths for tj-actions/changed-files ()
* Dir input pattern dont require globstar

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

* Make sure that the ignored_files are honored first

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-10 17:04:32 +02:00
netdatabot
dfdc26a53a [ci skip] Update changelog and version for nightly build: v1.44.0-351-nightly. 2024-02-10 00:15:22 +00:00
Austin S. Hemmelgarn
63f53de380
Use C++14 by default when building on systems that support it. ()
This is needed to properly support the latest versions of Protobuf.
2024-02-09 06:51:41 -05:00
netdatabot
dd11815cd9 [ci skip] Update changelog and version for nightly build: v1.44.0-349-nightly. 2024-02-09 00:15:50 +00:00
Netdata bot
cd7ea9ee0e
Regenerate integrations.js ()
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-02-08 19:21:43 +02:00
Ilya Mashchenko
8cc28e8be8
change edac ecc errors from incremental to absolute () 2024-02-08 19:06:31 +02:00
Netdata bot
2f15252b65
Regenerate integrations.js ()
Co-authored-by: stelfrag <52996999+stelfrag@users.noreply.github.com>
2024-02-08 12:13:06 +02:00
Ilya Mashchenko
d8ca6d19ee
update go.d.plugin version to v0.58.1 () 2024-02-08 11:52:20 +02:00
Ilya Mashchenko
3df554b844
fix move collectors to src/ leftovers () 2024-02-08 11:40:14 +02:00
Fotis Voutsas
47c5efa256
necessary changes for integrations to work after moving collectors/ i… () 2024-02-08 11:22:51 +02:00
vkalintiris
e0ec10411b
Move collectors/ under src/ () 2024-02-08 11:06:35 +02:00
Stelios Fragkakis
e9760b43f5
Improve agent shutdown ()
* Clear detection thread on stop
Handle multi db close

* cancel_threads should be called once
2024-02-08 09:43:18 +02:00
netdatabot
2e1ee5f821 [ci skip] Update changelog and version for nightly build: v1.44.0-340-nightly. 2024-02-08 00:15:20 +00:00