summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-08-15[ci skip] Patch release v1.36.1.v1.36.1v1.36netdatabot
2022-08-15fix(ci): fix fetching tags in Build workflow (#13517)Ilya Mashchenko
2022-08-15fix(packaging): add CAP_NET_ADMIN for go.d.plugin (#13507)Ilya Mashchenko
2022-08-12Print rrdcontexts versions with PRIu64 (#13511)Emmanuel Vasilakis
print with PRIu64
2022-08-10[ci skip] Minor release v1.36.0.v1.36.0netdatabot
2022-08-10Fix fix for versioning issues.Austin S. Hemmelgarn
2022-08-10Explicitly fetch git ref in build workflow. (#13508)Austin S. Hemmelgarn
This should fix the versioning issues we0ve been having with the release artifacts.
2022-08-09rrdcontexts allow not linked dimensions and charts (#13501)Costa Tsaousis
2022-08-09docs: add deprecation notice to python.d/postgres readme (#13497)Ilya Mashchenko
2022-08-09docs: change postgres links to go version (#13496)Ilya Mashchenko
2022-08-09[ci skip] Update changelog and version for nightly build: v1.35.0-266-nightly.netdatabot
2022-08-08add PgBouncer charts description and icon to dashboard info (#13493)Ilya Mashchenko
Co-authored-by: thiagoftsm <thiagoftsm@gmail.com>
2022-08-08bump go.d version to v0.35.0 (#13494)Ilya Mashchenko
2022-08-07[ci skip] Update changelog and version for nightly build: v1.35.0-263-nightly.netdatabot
2022-08-06Add chart_context to alert snapshots (#13492)Emmanuel Vasilakis
2022-08-06[ci skip] Update changelog and version for nightly build: v1.35.0-261-nightly.netdatabot
2022-08-05Remove prompt to add dashboard issues (#13490)Chris Akritidis
Such issues should be in netdata/netdata with label area/web
2022-08-05Remove SIGSEGV and SIGABRT (ebpf.plugin) (#13407)thiagoftsm
2022-08-05docs: fix unresolved file references (#13488)Ilya Mashchenko
2022-08-05Trimmed-median, trimmed-mean and percentile (#13469)Costa Tsaousis
2022-08-05[ci skip] Update changelog and version for nightly build: v1.35.0-256-nightly.netdatabot
2022-08-04docs: add a note about edit-config for docker installs (#13487)Ilya Mashchenko
2022-08-04Check for protected when excluding mounts (#13479)Emmanuel Vasilakis
* check for protected when excluding mounts * change flag name * added more mounts to systemd protected * link to issue comment
2022-08-04health: disable go python last collected alarms (#13485)Ilya Mashchenko
2022-08-04bump go.d.plugin version to v0.34.0 (#13484)Ilya Mashchenko
2022-08-04chore: add WireGuard description and icon to dashboard info (#13483)Ilya Mashchenko
2022-08-04Send chart context with alert events to the cloud (#13409)Emmanuel Vasilakis
* add chart context to alert events * migrate health log tables to add chart_context * send it via proto message * add from v3 to v4 * free table * free chart_context
2022-08-04[ci skip] Update changelog and version for nightly build: v1.35.0-249-nightly.netdatabot
2022-08-04feat(cgroups.plugin): resolve nomad containers name (docker driver only) ↵Ilya Mashchenko
(#13481)
2022-08-03update postgres dashboard info (#13474)Ilya Mashchenko
2022-08-03Enable rrdcontexts by default (#13471)Stelios Fragkakis
2022-08-03[ci skip] Update changelog and version for nightly build: v1.35.0-245-nightly.netdatabot
2022-08-02Fix tests so that the actual metadata database is not accessed (#13439)Stelios Fragkakis
* Add simple ctx_unittest under -W unittest * Skip un needed initialization if running unittests -- make sure the context database is initialized in memory mode * Remove tests (no metadata is available at this point)
2022-08-02Handle cases where entries where stored as text (with strftime("%s")) (#13472)Stelios Fragkakis
2022-08-02Remove the single threaded arrayallocator optiomization during agent startup ↵Stelios Fragkakis
(#13473) Needs multithreading if data rotation needs to happen during startup
2022-08-02Load host labels for archived hosts (#13464)Stelios Fragkakis
* Add function to load labels from the database for a host and return a DICTIONARY * Link labels to the newly created archived host
2022-08-02[ci skip] Update changelog and version for nightly build: v1.35.0-240-nightly.netdatabot
2022-08-01/api/v1/weights endpoint (#13449)Costa Tsaousis
* /api/v1/weights endpoints * high resolution anomaly rate in parallel with queries; points and options in /api/v1/weights reflect the truth * context printing * merged metric_correlations with weights API; added parameter tier to select the tier to run the query; weight api now returns points per tier; added swagger info about weights api * moved metric_correlations files to web/api/queries as weights * added contexts filtering; renamed correlated_dimensions; weights API is always enabled; code cleanup * allow returning zero results
2022-08-01Fix cgroup name detection for docker containers in containerd cgroup (#13470)Keith Mitchell
2022-08-01rrdcontext support for hidden charts (#13466)Costa Tsaousis
* rrdcontext support for hidden charts * support unhidding charts
2022-08-01Show last 15 alerts in notification (#13434)Emmanuel Vasilakis
* show last 15 alerts in notification * change to alerts * fix shellcheck
2022-07-30[ci skip] Update changelog and version for nightly build: v1.35.0-235-nightly.netdatabot
2022-07-29docs: add a note about network interface monitoring when running in a Docker ↵Ilya Mashchenko
container (#13458)
2022-07-29fix(python.d/smartd_log): handle log rotation (#13460)Ilya Mashchenko
2022-07-29fix a guide so we can reference it's subsections (#13455)Tasos Katsoulas
2022-07-29Remove Igor and Marius as codeowners. (#13456)Austin S. Hemmelgarn
Today is their last day.
2022-07-29[ci skip] Update changelog and version for nightly build: v1.35.0-230-nightly.netdatabot
2022-07-28Revert "Query queue only for queries" (#13452)Stelios Fragkakis
Revert "Query queue only for queries (#13431)" This reverts commit 221fd512873613a10b3d95b25a8a4d542b2c4801.
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
* Create new host_label table * Add generic function to store chart and host labels Add function to store host labels Cleanup old host labels * Store labels from localhost and children (streaming) Remove the host label info if the host is deleted * Delete host labels before insert
2022-07-28Get last_entry_t only when st changes (#13448)Emmanuel Vasilakis
get last_entry_t when st changes