commit netdata for openSUSE:Factory

Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netdata for openSUSE:Factory checked in at 2022-01-31 22:57:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netdata (Old) and /work/SRC/openSUSE:Factory/.netdata.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "netdata" Mon Jan 31 22:57:12 2022 rev:31 rq:950091 version:1.33.0 Changes: -------- --- /work/SRC/openSUSE:Factory/netdata/netdata.changes 2021-12-23 17:53:58.127727273 +0100 +++ /work/SRC/openSUSE:Factory/.netdata.new.1898/netdata.changes 2022-01-31 22:57:57.429324946 +0100 @@ -1,0 +2,120 @@ +Mon Jan 31 06:25:27 UTC 2022 - Mia Herkt <mia@0x0.st> + +- Update to 1.33.0 (go.d.plugin 0.31.2) +Collectors +* Improvements + + Prefer python3 if available (python.d) + (gh#netdata/netdata#12001) + + Add bar1 memory usage chart (python.d/nvidia_smi) + (gh#netdata/netdata#11956) + + Add a note that Netfilter's "new" and "ignore" counters are + removed in the latest kernel + (gh#netdata/netdata#11950) + + Consider mat. views as tables in table size/count chart + (python.d/postgres) + (gh#netdata/netdata#11816) + + Use block_size instead of 8*1024 (python.d/postgres) + (gh#netdata/netdata#11815) + +* Bug fixes + + Fix handling of port_rcv_data and port_xmit_data counters + (proc/infiniband) + (gh#netdata/netdata#11994) + + Fix handling of decoding errors in ExecutableService (python.d) + (gh#netdata/netdata#11979) + + Fix lack of sufficient system capabilities (perf.plugin) + (gh#netdata/netdata#11958) + + Fix Netfilter accounting charts priority (nfacct.plugin) + (gh#netdata/netdata#11952) + + Fix lack of sufficient system capabilities (nfacct.plugin) + (gh#netdata/netdata#11951) + + Fix collecting user statistics for LDAP users + (python.d/nvidia_smi) + (gh#netdata/netdata#11858) + + Fix tps decode, and add memory usage chart (python.d/spigotmc) + (gh#netdata/netdata#11797) + + Fix collecting replica set stats (go.d/mongodb) + (gh#netdata/netdata#639) + +eBPF +* Improvements + + Add ebpf.plugin informational charts and various optimizations + (gh#netdata/netdata#11992) + + Update libbpf library to v0.6.1 + (gh#netdata/netdata#11865) + +* Bug fixes + + Fix disabling specific ebpf collectors + (gh#netdata/netdata#12014) + + Fix cachestat on kernel 5.15.x + (gh#netdata/netdata#11833) + +Health +* Add sending notifications to channels support to PushBullet + (gh#netdata/netdata#11850) + +Streaming +* Add LZ4 streaming data compression + (gh#netdata/netdata#11821) + +Other +* Improvements + + Add install type info to -W buildinfo output. + (gh#netdata/netdata#12010) + + Add support for NVME disks with blkext driver + (gh#netdata/netdata#12007) + + Perform a host metadata update on child reconnection + (gh#netdata/netdata#11965) + + Send ML feature information with UpdateNodeInfo + (gh#netdata/netdata#11913) + + Use absolute features when doing training/prediction. + (gh#netdata/netdata#11876) + + Send the cloud protocol used to posthog + (gh#netdata/netdata#11842) + + Remove ACLK Legacy + (gh#netdata/netdata#11841) + +* Bug fixes + + Fix access to freed memory in ACLK + (gh#netdata/netdata#12015) + + Fix a typo in the dashboard_info.js spigot part + (gh#netdata/netdata#12008) + + Fix queue removed alerts + (gh#netdata/netdata#11996) + + Fix coverity 374746 + (gh#netdata/netdata#11973) + + Fix ACLK chart description + (gh#netdata/netdata#11970) + + Fix a broken link in dashboard_info.js + (gh#netdata/netdata#11948) + + Fix an error in configure.ac + (gh#netdata/netdata#11937) + + Fix handling of the "-url" parameter in the claiming script + (gh#netdata/netdata#11919) + + Fix time_t format + (gh#netdata/netdata#11897) + + Fix compiling with AWS Kinesis support + (gh#netdata/netdata#11867) + + Fix cmake build + (gh#netdata/netdata#11862) + + Fix compilation warnings + (gh#netdata/netdata#11846) + +Deprecation notice +The following items will be removed in the next release: + +* backends subsystem. Has been replaced by the exporting engine. +* node.d/fronius collector. + Will be moved to the netdata/community repository. +* node.d/sma_webbox collector. + Will be moved to the netdata/community repository. +* node.d/stiebeleltron collector. + Will be moved to the netdata/community repository. +* node.d/named collector. Has been replaced by go.d/bind. + Will be moved to the netdata/community repository. + +Deprecated in this release +Legacy ACLK support is officially removed in this release. + + +------------------------------------------------------------------- Old: ---- go.d.plugin-v0.31.0.tar.gz netdata-v1.32.1.tar.gz New: ---- go.d.plugin-v0.31.2.tar.gz netdata-v1.33.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netdata.spec ++++++ --- /var/tmp/diff_new_pack.hpxWxX/_old 2022-01-31 22:57:58.421318267 +0100 +++ /var/tmp/diff_new_pack.hpxWxX/_new 2022-01-31 22:57:58.425318241 +0100 @@ -1,7 +1,7 @@ # # spec file for package netdata # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ %define netdata_user netdata %define netdata_group netdata -%define godplugin_version 0.31.0 +%define godplugin_version 0.31.2 Name: netdata -Version: 1.32.1 +Version: 1.33.0 Release: 0 Summary: A system for distributed real-time performance and health monitoring # netdata is GPL-3.0+, other licenses refer to included third-party software (see REDISTRIBUTED.md) License: Apache-2.0 AND BSD-2-Clause AND GPL-3.0-or-later AND MIT AND BSD-3-Clause AND LGPL-2.1-or-later AND OFL-1.1 AND CC-BY-4.0 AND WTFPL Group: System/Monitoring URL: http://my-netdata.io/ -Source0: https://github.com/netdata/%{name}/releases/download/%{version}/%{name}-v%{version}.tar.gz +Source0: https://github.com/netdata/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz Source1: https://github.com/netdata/go.d.plugin/archive/v%{godplugin_version}.tar.gz#/go.d.plugin-v%{godplugin_version}.tar.gz Source2: vendor.tar.gz Source3: netdata-rpmlintrc ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hpxWxX/_old 2022-01-31 22:57:58.457318025 +0100 +++ /var/tmp/diff_new_pack.hpxWxX/_new 2022-01-31 22:57:58.461317998 +0100 @@ -1,7 +1,7 @@ <services> <service name="download_files" mode="disabled" /> <service name="go_modules" mode="disabled"> - <param name="archive">go.d.plugin-v0.31.0.tar.gz</param> + <param name="archive">go.d.plugin-v0.31.2.tar.gz</param> </service> </services> ++++++ go.d.plugin-v0.31.0.tar.gz -> go.d.plugin-v0.31.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/.travis.yml new/go.d.plugin-0.31.2/.travis.yml --- old/go.d.plugin-0.31.0/.travis.yml 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/.travis.yml 2022-01-19 13:43:39.000000000 +0100 @@ -8,16 +8,9 @@ stages: - build -- name: release - if: tag =~ ^v jobs: include: - stage: build name: lint & test & build script: make all - - stage: release - name: publish release artifacts - script: - - make release - - .travis/publisher.sh diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/README.md new/go.d.plugin-0.31.2/README.md --- old/go.d.plugin-0.31.0/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -24,7 +24,7 @@ ## Available modules | Name | Monitors | -| :------------------------------------------------------------------------------------------------ | :------------------------------ | +|:--------------------------------------------------------------------------------------------------|:--------------------------------| | [activemq](https://github.com/netdata/go.d.plugin/tree/master/modules/activemq) | `ActiveMQ` | | [apache](https://github.com/netdata/go.d.plugin/tree/master/modules/apache) | `Apache` | | [bind](https://github.com/netdata/go.d.plugin/tree/master/modules/bind) | `ISC Bind` | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/config/go.d.conf new/go.d.plugin-0.31.2/config/go.d.conf --- old/go.d.plugin-0.31.0/config/go.d.conf 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/config/go.d.conf 2022-01-19 13:43:39.000000000 +0100 @@ -47,7 +47,7 @@ # mysql: yes # nginx: yes # nginxvts: yes -# openvpn: yes +# openvpn: no # phpdaemon: yes # phpfpm: yes # pihole: yes @@ -64,7 +64,7 @@ # springboot2: yes # squidlog: yes # supervisord: yes -# systemdunits: yes +# systemdunits: no # tengine: yes # traefik: yes # unbound: yes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/docs/how-to-write-a-module.md new/go.d.plugin-0.31.2/docs/how-to-write-a-module.md --- old/go.d.plugin-0.31.0/docs/how-to-write-a-module.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/docs/how-to-write-a-module.md 2022-01-19 13:43:39.000000000 +0100 @@ -156,14 +156,14 @@ Suggested minimal layout: -| Filename | Contains | -| ------------------------------------------------- |-------------------------------------------------------- | -| [`module_name.go`](#file-module_namego) | Module configuration, implementation and registration. | -| [`charts.go`](#file-chartsgo) | Charts, charts templates and constructor functions. | -| [`init.go`](#file-initgo) | Initialization methods. | -| [`collect.go`](#file-collectgo) | Metrics collection implementation. | -| [`module_name_test.go`](#file-module_name_testgo) | Public methods/functions tests. | -| [`testdata/`](#file-module_name_testgo) | Files containing sample data. | +| Filename | Contains | +|---------------------------------------------------|--------------------------------------------------------| +| [`module_name.go`](#file-module_namego) | Module configuration, implementation and registration. | +| [`charts.go`](#file-chartsgo) | Charts, charts templates and constructor functions. | +| [`init.go`](#file-initgo) | Initialization methods. | +| [`collect.go`](#file-collectgo) | Metrics collection implementation. | +| [`module_name_test.go`](#file-module_name_testgo) | Public methods/functions tests. | +| [`testdata/`](#file-module_name_testgo) | Files containing sample data. | ### File `module_name.go` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/httpcheck/README.md new/go.d.plugin-0.31.2/modules/httpcheck/README.md --- old/go.d.plugin-0.31.0/modules/httpcheck/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/httpcheck/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -20,13 +20,13 @@ ## Check statuses -| Status | Description| -| ------------- |-------------| -| success |No error on HTTP request, body reading and body content checking | -| timeout |Timeout error on HTTP request| -| bad content |The body of the response didn't match the regex (only if `response_match` option is set)| -| bad status |Response status code not in `status_accepted`| -| no connection |Any other network error not specifically handled by the module| +| Status | Description | +|---------------|------------------------------------------------------------------------------------------| +| success | No error on HTTP request, body reading and body content checking | +| timeout | Timeout error on HTTP request | +| bad content | The body of the response didn't match the regex (only if `response_match` option is set) | +| bad status | Response status code not in `status_accepted` | +| no connection | Any other network error not specifically handled by the module | ## Configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/mongodb/charts.go new/go.d.plugin-0.31.2/modules/mongodb/charts.go --- old/go.d.plugin-0.31.0/modules/mongodb/charts.go 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/mongodb/charts.go 2022-01-19 13:43:39.000000000 +0100 @@ -89,7 +89,7 @@ Title: "Connections Rate", Units: "connections/s", Fam: "connections", - Ctx: "mongb.connections_rate", + Ctx: "mongodb.connections_rate", Dims: module.Dims{ {ID: "connections_total_created", Name: "created", Algo: module.Incremental}, }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/mongodb/connector.go new/go.d.plugin-0.31.2/modules/mongodb/connector.go --- old/go.d.plugin-0.31.0/modules/mongodb/connector.go 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/mongodb/connector.go 2022-01-19 13:43:39.000000000 +0100 @@ -43,7 +43,7 @@ // `serverStatus` command. func (m *mongoCollector) serverStatus() (*serverStatus, error) { var status *serverStatus - command := bson.D{{Key: "serverStatus", Value: 1}, {Key: "metrics", Value: 0}, {Key: "repl", Value: 0}} + command := bson.D{{Key: "serverStatus", Value: 1}, {Key: "metrics", Value: 0}, {Key: "repl", Value: 1}} ctx, cancel := context.WithTimeout(context.Background(), time.Second*m.Timeout) defer cancel() err := m.Client.Database("admin").RunCommand(ctx, command).Decode(&status) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/pika/README.md new/go.d.plugin-0.31.2/modules/pika/README.md --- old/go.d.plugin-0.31.0/modules/pika/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/pika/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -1,7 +1,7 @@ <!-- title: "Pika monitoring with Netdata" description: "Monitor the health and performance of Pika storage services with zero configuration, per-second metric granularity, and interactive visualizations." -custom_edit_url: https://github.com/netdata/go.d.plugin/edit/master/modules/redis/README.md +custom_edit_url: https://github.com/netdata/go.d.plugin/edit/master/modules/pika/README.md sidebar_label: "Pika" --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/squidlog/README.md new/go.d.plugin-0.31.2/modules/squidlog/README.md --- old/go.d.plugin-0.31.0/modules/squidlog/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/squidlog/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -50,28 +50,28 @@ Squidlog is aware how to parse and interpret following codes: -| field | squid format code | description | -|-------------------------|-------------------|------------------------------------------------------------------------| -| resp_time | %tr | Response time (milliseconds). -| client_address | %>a | Client source IP address. -| client_address | %>A | Client FQDN. -| cache_code | %Ss | Squid request status (TCP_MISS etc). -| http_code | %>Hs | The HTTP response status code from Content Gateway to client. -| resp_size | %<st | Total size of reply sent to client (after adaptation). -| req_method | %rm | Request method (GET/POST etc). -| hier_code | %Sh | Squid hierarchy status (DEFAULT_PARENT etc). -| server_address | %<a | Server IP address of the last server or peer connection. -| server_address | %<A | Server FQDN or peer name. -| mime_type | %mt | MIME content type. +| field | squid format code | description | +|----------------|-------------------|---------------------------------------------------------------| +| resp_time | %tr | Response time (milliseconds). | +| client_address | %>a | Client source IP address. | +| client_address | %>A | Client FQDN. | +| cache_code | %Ss | Squid request status (TCP_MISS etc). | +| http_code | %>Hs | The HTTP response status code from Content Gateway to client. | +| resp_size | %<st | Total size of reply sent to client (after adaptation). | +| req_method | %rm | Request method (GET/POST etc). | +| hier_code | %Sh | Squid hierarchy status (DEFAULT_PARENT etc). | +| server_address | %<a | Server IP address of the last server or peer connection. | +| server_address | %<A | Server FQDN or peer name. | +| mime_type | %mt | MIME content type. | In addition, to make `Squid` [native log format](https://wiki.squid-cache.org/Features/LogFormat#Squid_native_access.log_form...) csv parsable, squidlog understands these groups of codes: -| field | squid format code | description | -|-------------------------|-------------------|------------------------------------------------------------------------| -| result_code | %Ss/%>Hs | Cache code and http code. -| hierarchy | %Sh/%<a | Hierarchy code and server address. +| field | squid format code | description | +|-------------|-------------------|------------------------------------| +| result_code | %Ss/%>Hs | Cache code and http code. | +| hierarchy | %Sh/%<a | Hierarchy code and server address. | ## Custom Log Format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/systemdunits/README.md new/go.d.plugin-0.31.2/modules/systemdunits/README.md --- old/go.d.plugin-0.31.0/modules/systemdunits/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/systemdunits/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -38,13 +38,13 @@ ## Unit states -| Code | Name | Meaning | -| ----- | ------------ | ------- | -| 1 | `active` | started, bound, plugged in, ..., depending on the unit type | -| 2 | `inactive` | stopped, unbound, unplugged, ..., depending on the unit type | -| 3 | `activating` | in the process of being activated | -| 4 | `deactivating` | in the process of being deactivated | -| 5 | `failed` | the service failed in some way (process returned error code on exit, or crashed, an operation timed out, or after too many restarts) | +| Code | Name | Meaning | +|------|----------------|--------------------------------------------------------------------------------------------------------------------------------------| +| 1 | `active` | started, bound, plugged in, ..., depending on the unit type | +| 2 | `inactive` | stopped, unbound, unplugged, ..., depending on the unit type | +| 3 | `activating` | in the process of being activated | +| 4 | `deactivating` | in the process of being deactivated | +| 5 | `failed` | the service failed in some way (process returned error code on exit, or crashed, an operation timed out, or after too many restarts) | ## Configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/vcsa/README.md new/go.d.plugin-0.31.2/modules/vcsa/README.md --- old/go.d.plugin-0.31.0/modules/vcsa/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/vcsa/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -28,35 +28,35 @@ Overall System Health: -| Numeric | Text | Description | -| :---: | :---: | :--- | -| `-1` | `unknown` | Module failed to decode status.| -| `0` | `green` | All components in the appliance are healthy.| -| `1` | `yellow` | One or more components in the appliance might become overloaded soon.| -| `2` | `orange` | One or more components in the appliance might be degraded.| -| `3` | `red` | One or more components in the appliance might be in an unusable status and the appliance might become unresponsive soon.| -| `4` | `gray` | No health data is available.| +| Numeric | Text | Description | +|:-------:|:---------:|:-------------------------------------------------------------------------------------------------------------------------| +| `-1` | `unknown` | Module failed to decode status. | +| `0` | `green` | All components in the appliance are healthy. | +| `1` | `yellow` | One or more components in the appliance might become overloaded soon. | +| `2` | `orange` | One or more components in the appliance might be degraded. | +| `3` | `red` | One or more components in the appliance might be in an unusable status and the appliance might become unresponsive soon. | +| `4` | `gray` | No health data is available. | Components Health: -| Numeric | Text | Description | -| :---: | :---: | :--- | -| `-1` | `unknown` | Module failed to decode status.| -| `0` | `green` | The component is healthy.| -| `1` | `yellow` | The component is healthy, but may have some problems.| -| `2` | `orange` | The component is degraded, and may have serious problems.| -| `3` | `red` | The component is unavailable, or will stop functioning soon.| -| `4` | `gray` | No health data is available.| +| Numeric | Text | Description | +|:-------:|:---------:|:-------------------------------------------------------------| +| `-1` | `unknown` | Module failed to decode status. | +| `0` | `green` | The component is healthy. | +| `1` | `yellow` | The component is healthy, but may have some problems. | +| `2` | `orange` | The component is degraded, and may have serious problems. | +| `3` | `red` | The component is unavailable, or will stop functioning soon. | +| `4` | `gray` | No health data is available. | Software Updates Health: -| Numeric | Text | Description | -| :---: | :---: | :--- | -| `-1` | `unknown` | Module failed to decode status.| -| `0` | `green` | No updates available.| -| `2` | `orange` | Non-security patches might be available.| -| `3` | `red` | Security patches might be available.| -| `4` | `gray` | An error retrieving information on software updates.| +| Numeric | Text | Description | +|:-------:|:---------:|:-----------------------------------------------------| +| `-1` | `unknown` | Module failed to decode status. | +| `0` | `green` | No updates available. | +| `2` | `orange` | Non-security patches might be available. | +| `3` | `red` | Security patches might be available. | +| `4` | `gray` | An error retrieving information on software updates. | ## Configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/modules/weblog/README.md new/go.d.plugin-0.31.2/modules/weblog/README.md --- old/go.d.plugin-0.31.0/modules/weblog/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/modules/weblog/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -132,24 +132,24 @@ Weblog is aware how to parse and interpret the fields: -| nginx | apache | description | -|-------------------------|-----------|-----------------------------------------------| -| $host ($http_host) | %v | Name of the server which accepted a request. -| $server_port | %p | Port of the server which accepted a request. -| $scheme | - | Request scheme. "http" or "https". -| $remote_addr | %a (%h) | Client address. -| $request | %r | Full original request line. The line is "$request_method $request_uri $server_protocol". -| $request_method | %m | Request method. Usually "GET" or "POST". -| $request_uri | %U | Full original request URI. -| $server_protocol | %H | Request protocol. Usually "HTTP/1.0", "HTTP/1.1", or "HTTP/2.0". -| $status | %s (%>s) | Response status code. -| $request_length | %I | Bytes received from a client, including request and headers. -| $bytes_sent | %O | Bytes sent to a client, including request and headers. -| $body_bytes_sent | %B (%b) | Bytes sent to a client, not counting the response header. -| $request_time | %D | Request processing time. -| $upstream_response_time | - | Time spent on receiving the response from the upstream server. -| $ssl_protocol | - | Protocol of an established SSL connection. -| $ssl_cipher | - | String of ciphers used for an established SSL connection. +| nginx | apache | description | +|-------------------------|----------|------------------------------------------------------------------------------------------| +| $host ($http_host) | %v | Name of the server which accepted a request. | +| $server_port | %p | Port of the server which accepted a request. | +| $scheme | - | Request scheme. "http" or "https". | +| $remote_addr | %a (%h) | Client address. | +| $request | %r | Full original request line. The line is "$request_method $request_uri $server_protocol". | +| $request_method | %m | Request method. Usually "GET" or "POST". | +| $request_uri | %U | Full original request URI. | +| $server_protocol | %H | Request protocol. Usually "HTTP/1.0", "HTTP/1.1", or "HTTP/2.0". | +| $status | %s (%>s) | Response status code. | +| $request_length | %I | Bytes received from a client, including request and headers. | +| $bytes_sent | %O | Bytes sent to a client, including request and headers. | +| $body_bytes_sent | %B (%b) | Bytes sent to a client, not counting the response header. | +| $request_time | %D | Request processing time. | +| $upstream_response_time | - | Time spent on receiving the response from the upstream server. | +| $ssl_protocol | - | Protocol of an established SSL connection. | +| $ssl_cipher | - | String of ciphers used for an established SSL connection. | In addition to that weblog understands [user defined fields](#custom-fields-feature). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go.d.plugin-0.31.0/pkg/matcher/README.md new/go.d.plugin-0.31.2/pkg/matcher/README.md --- old/go.d.plugin-0.31.0/pkg/matcher/README.md 2021-11-11 17:39:13.000000000 +0100 +++ new/go.d.plugin-0.31.2/pkg/matcher/README.md 2022-01-19 13:43:39.000000000 +0100 @@ -7,12 +7,12 @@ Depending on the symbol at the start of the string, the `matcher` will use one of the supported formats. -matcher | short format | long format - ------ | ------------ | ---------- -string | ` =` | `string` -glob | `*` | `glob` -regexp | `~` | `regexp` -simple patterns | | `simple_patterns` +| matcher | short format | long format | +|-----------------|--------------|-------------------| +| string | ` =` | `string` | +| glob | `*` | `glob` | +| regexp | `~` | `regexp` | +| simple patterns | | `simple_patterns` | Example: ++++++ netdata-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.hpxWxX/_old 2022-01-31 22:57:58.697316409 +0100 +++ /var/tmp/diff_new_pack.hpxWxX/_new 2022-01-31 22:57:58.697316409 +0100 @@ -1,3 +1,2 @@ addFilter("script-without-shebang") -addFilter("non-conffile-in-etc /etc/netdata/node.d/.*.md") ++++++ netdata-v1.32.1.tar.gz -> netdata-v1.33.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/netdata/netdata-v1.32.1.tar.gz /work/SRC/openSUSE:Factory/.netdata.new.1898/netdata-v1.33.0.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++
participants (1)
-
Source-Sync