github.com/mackerelio/mackerel-agent-plugins@v0.89.3/packaging/rpm/mackerel-agent-plugins-v2.spec (about) 1 %define _binaries_in_noarch_packages_terminate_build 0 2 3 %define __buildroot %{_builddir}/%{name} 4 %define __targetdir /usr/bin 5 6 Summary: Monitoring program metric plugins for Mackerel 7 Name: mackerel-agent-plugins 8 Version: %{_version} 9 Release: 1%{?dist} 10 License: ASL 2.0 11 Group: Applications/System 12 URL: https://mackerel.io/ 13 14 Source0: README.md 15 Packager: Hatena 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 17 18 %description 19 This package provides metric plugins for Mackerel. 20 21 %prep 22 23 %install 24 %{__rm} -rf %{buildroot} 25 26 %{__mkdir} -p %{buildroot}%{__targetdir} 27 28 %{__install} -m0755 %{_sourcedir}/build/mackerel-plugin %{buildroot}%{__targetdir}/ 29 30 for i in accesslog apache2 aws-ec2-ebs conntrack docker elasticsearch fluentd gostats h2o haproxy inode jmx-jolokia jvm linux mailq memcached mongodb multicore munin mysql nginx openldap php-apc php-fpm php-opcache plack postgres proc-fd rabbitmq redis sidekiq snmp solr squid td-table-count trafficserver twemproxy unicorn uptime uwsgi-vassal varnish; do \ 31 ln -s ./mackerel-plugin %{buildroot}%{__targetdir}/mackerel-plugin-$i; \ 32 done 33 34 %clean 35 %{__rm} -rf %{buildroot} 36 37 %files 38 %defattr(-, root, root, 0755) 39 %{__targetdir}/* 40 41 %changelog 42 * Wed Dec 10 2025 <mackerel-developers@hatena.ne.jp> - 0.89.3 43 - Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates (by dependabot[bot]) 44 - Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 (by dependabot[bot]) 45 - Bump actions/checkout from 6.0.0 to 6.0.1 (by dependabot[bot]) 46 - Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.7.0 to 1.8.0 (by dependabot[bot]) 47 - Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.7.0 to 1.8.0 (by dependabot[bot]) 48 - Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.7.0 to 1.8.0 (by dependabot[bot]) 49 - Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.269.0 to 1.275.1 in the aws-aws-sdk-go-v2 group across 1 directory (by dependabot[bot]) 50 - Bump the aws-aws-sdk-go-v2 group across 1 directory with 5 updates (by dependabot[bot]) 51 - Bump github.com/redis/go-redis/v9 from 9.17.0 to 9.17.1 (by dependabot[bot]) 52 - Bump the mackerelio group across 2 directories with 1 update (by dependabot[bot]) 53 - Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.6.0 to 1.7.0 (by dependabot[bot]) 54 - Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.6.0 to 1.7.0 (by dependabot[bot]) 55 - Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.6.0 to 1.7.0 (by dependabot[bot]) 56 - Bump actions/checkout from 5.0.0 to 6.0.0 (by dependabot[bot]) 57 - Bump github.com/redis/go-redis/v9 from 9.14.0 to 9.17.0 (by dependabot[bot]) 58 - Bump actions/setup-go from 6.0.0 to 6.1.0 (by dependabot[bot]) 59 - Bump github.com/fsouza/go-dockerclient from 1.12.2 to 1.12.3 (by dependabot[bot]) 60 - Bump golang.org/x/crypto from 0.40.0 to 0.45.0 (by dependabot[bot]) 61 - Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /mackerel-plugin-mongodb (by dependabot[bot]) 62 - Update mackerel-plugin-sidekiq dependency (by yseto) 63 - update CI (by yseto) 64 - Bump github.com/go-ldap/ldap/v3 from 3.4.11 to 3.4.12 (by dependabot[bot]) 65 - Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates (by dependabot[bot]) 66 67 * Mon Oct 20 2025 <mackerel-developers@hatena.ne.jp> - 0.89.2 68 - added dependabot cooldown (by yseto) 69 - Bump github.com/mackerelio/mackerel-plugin-json from 1.2.5 to 1.2.7 in /mackerel-plugin-json in the mackerelio group across 1 directory (by dependabot[bot]) 70 - Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (by dependabot[bot]) 71 - Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates (by dependabot[bot]) 72 - grouping some libraries (by yseto) 73 - Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.3 to 0.1.4 (by dependabot[bot]) 74 - Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.42.1 (by dependabot[bot]) 75 - rewrite files not included in the package (by yseto) 76 - Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.14.0 (by dependabot[bot]) 77 - Bump github.com/urfave/cli from 1.22.16 to 1.22.17 (by dependabot[bot]) 78 79 * Fri Sep 19 2025 <mackerel-developers@hatena.ne.jp> - 0.89.1 80 - Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.1 to 1.1.2 in /mackerel-plugin-mongodb (by dependabot[bot]) 81 - Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 (by dependabot[bot]) 82 - Bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.1 (by dependabot[bot]) 83 - Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.1 to 1.1.2 (by dependabot[bot]) 84 - Bump golang.org/x/text from 0.27.0 to 0.29.0 (by dependabot[bot]) 85 - Bump github.com/fsouza/go-dockerclient from 1.9.6 to 1.12.2 (by dependabot[bot]) 86 87 * Tue Sep 9 2025 <mackerel-developers@hatena.ne.jp> - 0.89.0 88 - fix tarball version (by yseto) 89 - Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /mackerel-plugin-mongodb (by dependabot[bot]) 90 - Bump actions/setup-go from 5 to 6 (by dependabot[bot]) 91 - Bump actions/checkout from 4 to 5 (by dependabot[bot]) 92 - Bump actions/download-artifact from 4 to 5 (by dependabot[bot]) 93 - add -port option to mackerel-plugin-snmp plugin (by kmuto) 94 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.3.0 to 1.3.2 in /mackerel-plugin-mysql (by dependabot[bot]) 95 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.3.0 to 1.3.2 (by dependabot[bot]) 96 - Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 97 - update github.com/go-ldap/ldap/v3 (by yseto) 98 - replace to github.com/yusufpapurcu/wmi (by yseto) 99 - Bump golang.org/x/text from 0.21.0 to 0.27.0 (by dependabot[bot]) 100 - Bump golang.org/x/sync from 0.10.0 to 0.16.0 (by dependabot[bot]) 101 - Remove aws-* plugins (by yseto) 102 - fix error handling (by yseto) 103 - Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.11.0 (by dependabot[bot]) 104 - Bump mackerelio/workflows from 1.4.0 to 1.5.0 (by dependabot[bot]) 105 - Bump golang.org/x/net from 0.36.0 to 0.38.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 106 - Bump golang.org/x/crypto from 0.23.0 to 0.35.0 (by dependabot[bot]) 107 - Bump github.com/containerd/containerd from 1.6.26 to 1.6.38 (by dependabot[bot]) 108 109 * Tue Jul 1 2025 <mackerel-developers@hatena.ne.jp> - 0.88.3 110 - The graph definition for mackerel-plugin-squid was broken. (by do-su-0805) 111 - update aws-sdk-go-v2 on mackerel-plugin-aws-ec2-ebs (by yseto) 112 - remove some plugin version data (by yseto) 113 - Delete CI for Windows Server 2022 (by appare45) 114 115 * Fri May 16 2025 <mackerel-developers@hatena.ne.jp> - 0.88.2 116 - read VERSION from git (by yseto) 117 - git commit, version from runtime/debug (by yseto) 118 - use Go 1.24 (by yseto) 119 - Bump github.com/gosnmp/gosnmp from 1.38.0 to 1.40.0 (by dependabot[bot]) 120 - Add tar.gz packaging (by fujiwara) 121 - Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot]) 122 123 * Mon Mar 31 2025 <mackerel-developers@hatena.ne.jp> - 0.88.1 124 - replace to newer runner-images (by yseto) 125 - Bump golang.org/x/net from 0.33.0 to 0.36.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 126 127 * Tue Mar 4 2025 <mackerel-developers@hatena.ne.jp> - 0.88.0 128 - support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto) 129 - Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot]) 130 131 * Mon Jan 27 2025 <mackerel-developers@hatena.ne.jp> - 0.87.0 132 - Fix CI build (by ne-sachirou) 133 - Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 134 - Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /mackerel-plugin-mongodb (by dependabot[bot]) 135 - use mackerelio/workflows@v1.2.0 (by yseto) 136 - Bump golang.org/x/text from 0.17.0 to 0.21.0 (by dependabot[bot]) 137 - Bump golang.org/x/sync from 0.8.0 to 0.10.0 (by dependabot[bot]) 138 - Bump github.com/stretchr/testify from 1.8.1 to 1.10.0 in /mackerel-plugin-nvidia-smi (by dependabot[bot]) 139 - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (by dependabot[bot]) 140 - [jvm] add prefix option (by masarasi) 141 - Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.7.0 (by dependabot[bot]) 142 - Bump github.com/urfave/cli from 1.22.15 to 1.22.16 (by dependabot[bot]) 143 - Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 in /mackerel-plugin-nvidia-smi (by dependabot[bot]) 144 - Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.0 to 1.1.1 in /mackerel-plugin-mongodb (by dependabot[bot]) 145 - Bump github.com/mackerelio/mackerel-plugin-json from 1.2.4 to 1.2.5 in /mackerel-plugin-json (by dependabot[bot]) 146 - Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 (by dependabot[bot]) 147 - Bump github.com/gosnmp/gosnmp from 1.35.0 to 1.38.0 (by dependabot[bot]) 148 - Bump github.com/aws/aws-sdk-go from 1.51.26 to 1.55.5 (by dependabot[bot]) 149 150 * Tue Oct 8 2024 <mackerel-developers@hatena.ne.jp> - 0.86.0 151 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot]) 152 - Watch every module go.mod (by yohfee) 153 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot]) 154 - Fix lint (by yohfee) 155 - [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch) 156 157 * Thu Aug 8 2024 <mackerel-developers@hatena.ne.jp> - 0.85.0 158 - Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot]) 159 - [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto) 160 - Bump github.com/mackerelio/go-mackerel-plugin from 0.1.4 to 0.1.5 (by dependabot[bot]) 161 - Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 (by dependabot[bot]) 162 - Bump github.com/mackerelio/go-osstat from 0.2.4 to 0.2.5 (by dependabot[bot]) 163 - Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 (by dependabot[bot]) 164 165 * Mon Jul 1 2024 <mackerel-developers@hatena.ne.jp> - 0.84.0 166 - [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter (by Arthur1) 167 168 * Wed Jun 12 2024 <mackerel-developers@hatena.ne.jp> - 0.83.0 169 - [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` (by yongjiajun) 170 - Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot]) 171 - Bump golang.org/x/sync from 0.6.0 to 0.7.0 (by dependabot[bot]) 172 - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (by dependabot[bot]) 173 174 * Tue Apr 23 2024 <mackerel-developers@hatena.ne.jp> - 0.82.1 175 - Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.51.26 (by dependabot[bot]) 176 - Bump golang.org/x/net from 0.7.0 to 0.23.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 177 - Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.9+incompatible (by dependabot[bot]) 178 - Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 179 - Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /mackerel-plugin-murmur (by dependabot[bot]) 180 - Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.5.1 (by dependabot[bot]) 181 - Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot]) 182 - Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot]) 183 - Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /mackerel-plugin-mongodb (by dependabot[bot]) 184 - Bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 185 - Bump github.com/go-redis/redismock/v9 from 9.0.3 to 9.2.0 (by dependabot[bot]) 186 - Bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (by dependabot[bot]) 187 188 * Fri Apr 5 2024 <mackerel-developers@hatena.ne.jp> - 0.82.0 189 - add STRING number support (by kmuto) 190 - Allow mackerel-plugin-redis to specify username (by mkadokawa-idcf) 191 192 * Tue Mar 5 2024 <mackerel-developers@hatena.ne.jp> - 0.81.0 193 - [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command (by Arthur1) 194 195 * Tue Feb 27 2024 <mackerel-developers@hatena.ne.jp> - 0.80.0 196 - Update mysql, mongodb plugins. (by yseto) 197 - update go version -> 1.22 (by lufia) 198 - added TLS support on mackerel-plugin-redis (by yseto) 199 - Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 (by dependabot[bot]) 200 - Bump actions/upload-artifact from 3 to 4 (by dependabot[bot]) 201 - Bump actions/download-artifact from 3 to 4 (by dependabot[bot]) 202 - Bump actions/setup-go from 4 to 5 (by dependabot[bot]) 203 204 * Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.79.0 205 - Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot]) 206 - Bump actions/checkout from 3 to 4 (by dependabot[bot]) 207 - use go-redis (by yseto) 208 - Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot]) 209 - Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot]) 210 - Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot]) 211 - Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 (by dependabot[bot]) 212 - Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot]) 213 214 * Mon Sep 4 2023 <mackerel-developers@hatena.ne.jp> - 0.78.4 215 - Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1) 216 - Remove old rpm packaging (by yseto) 217 218 * Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.78.3 219 220 * Wed Jun 14 2023 <mackerel-developers@hatena.ne.jp> - 0.78.2 221 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 in /mackerel-plugin-mysql (by dependabot[bot]) 222 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 (by dependabot[bot]) 223 - [fluentd] add README.md with extended_metrics option (by sakamossan) 224 225 * Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.78.1 226 - Bump golang.org/x/text from 0.8.0 to 0.9.0 (by dependabot[bot]) 227 - Bump github.com/aws/aws-sdk-go from 1.44.229 to 1.44.239 (by dependabot[bot]) 228 - Fix timeout/error labels of mackerel-plugin-twemproxy (by kmuto) 229 - [ci] refactor .github/workflows/test.yml (by lufia) 230 - Bump github.com/aws/aws-sdk-go from 1.44.219 to 1.44.229 (by dependabot[bot]) 231 - Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot]) 232 233 * Mon Mar 13 2023 <mackerel-developers@hatena.ne.jp> - 0.78.0 234 - Bump github.com/fsouza/go-dockerclient from 1.9.5 to 1.9.6 (by dependabot[bot]) 235 - Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.219 (by dependabot[bot]) 236 - Bump golang.org/x/text from 0.7.0 to 0.8.0 (by dependabot[bot]) 237 - Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.0.0 to 1.1.0 in /mackerel-plugin-mongodb (by dependabot[bot]) 238 - Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.0.0 to 1.1.0 (by dependabot[bot]) 239 - Fix support APCu and PHP7 or later environment. (by uzulla) 240 241 * Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.77.0 242 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.1.0 to 1.2.0 (by dependabot[bot]) 243 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.1.0 to 1.2.0 in /mackerel-plugin-mysql (by dependabot[bot]) 244 - Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot]) 245 - Bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.9.5 (by dependabot[bot]) 246 - fix syntax for aws rds (by heleeen) 247 - Bump golang.org/x/net from 0.3.0 to 0.7.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot]) 248 - Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot]) 249 - added multiple-os tests (by yseto) 250 - added import. (by yseto) 251 - added external repository mongodb (by yseto) 252 253 * Wed Feb 15 2023 <mackerel-developers@hatena.ne.jp> - 0.76.1 254 - Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot]) 255 - Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot]) 256 - Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.199 (by dependabot[bot]) 257 - Remove `circle.yml` (by wafuwafu13) 258 - plugin-mongodb is external repository (by yseto) 259 - Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 (by dependabot[bot]) 260 261 * Wed Feb 1 2023 <mackerel-developers@hatena.ne.jp> - 0.76.0 262 - Bump github.com/aws/aws-sdk-go from 1.44.184 to 1.44.190 (by dependabot[bot]) 263 - Bump actions/setup-go from 2 to 3 (by dependabot[bot]) 264 - Bump actions/cache from 2 to 3 (by dependabot[bot]) 265 - Bump actions/upload-artifact from 2 to 3 (by dependabot[bot]) 266 - Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) 267 - Bump actions/checkout from 2 to 3 (by dependabot[bot]) 268 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.0.0 to 1.1.0 in /mackerel-plugin-mysql (by dependabot[bot]) 269 - Bump github.com/urfave/cli from 1.22.10 to 1.22.12 (by dependabot[bot]) 270 - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.0.0 to 1.1.0 (by dependabot[bot]) 271 - Enables Dependabot version updates for GitHub Actions (by Arthur1) 272 - Remove debian package v1 process. (by yseto) 273 - fix staticcheck (by yseto) 274 - Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot]) 275 - Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.184 (by dependabot[bot]) 276 - fix gosimple (by yseto) 277 - fix errcheck, ineffassign. (by yseto) 278 - ci: enable `gofmt` (by wafuwafu13) 279 - Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot]) 280 - Bump github.com/montanaflynn/stats from 0.6.6 to 0.7.0 (by dependabot[bot]) 281 282 * Wed Jan 18 2023 <mackerel-developers@hatena.ne.jp> - 0.75.0 283 - fix build on current working directory. (by yseto) 284 - added compile option. (by yseto) 285 - plugin-mysql is external repository (by yseto) 286 - packaging: make compression format xz (by lufia) 287 - accesslog: use `reqtime_microsec` if exists (by wafuwafu13) 288 - split go.mod for plugins that have previously split repositories (by yseto) 289 290 * Tue Dec 20 2022 <mackerel-developers@hatena.ne.jp> - 0.74.0 291 - use ubuntu-20.04 (by yseto) 292 - fix packaging process on ci (by yseto) 293 - refine file rewrite process (by yseto) 294 - remove xentop on backward compatibility symlink (by yseto) 295 - fix packaging (by yseto) 296 - [plugin-elasticsearch] Fix the test for elasticsearch (by lufia) 297 - added external plugin support (by yseto) 298 - sort plugins on packaging files. (by yseto) 299 - Purge less-used plugins from mackerel-agent-plugins package (by lufia) 300 - Purge mackerel-plugin-nvidia-smi (by lufia) 301 - Update dependencies (by lufia) 302 - added test for elasticsearch (by yseto) 303 304 * Wed Nov 9 2022 <mackerel-developers@hatena.ne.jp> - 0.73.0 305 - Fix Elasticsearch plugin. (by fujiwara) 306 - Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) 307 - [mongodb] add metric-key-prefix option (by tukaelu) 308 309 * Thu Oct 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.2 310 - Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot]) 311 - Bump github.com/fsouza/go-dockerclient from 1.8.3 to 1.9.0 (by dependabot[bot]) 312 - added timeout on lint (by yseto) 313 - Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot]) 314 - Bump github.com/lib/pq from 1.10.5 to 1.10.7 (by dependabot[bot]) 315 - [uptime] Add tests (by wafuwafu13) 316 - go.mod from 1.16 to 1.18 (by yseto) 317 - Bump github.com/mackerelio/go-mackerel-plugin from 0.1.3 to 0.1.4 (by dependabot[bot]) 318 - Bump github.com/fsouza/go-dockerclient from 1.8.1 to 1.8.3 (by dependabot[bot]) 319 - Bump github.com/mackerelio/go-osstat from 0.2.2 to 0.2.3 (by dependabot[bot]) 320 - Improve test (by yseto) 321 - Bump github.com/go-ldap/ldap/v3 from 3.4.3 to 3.4.4 (by dependabot[bot]) 322 - [aws-ec2-ebs] fix calcurate procedure of Nitro instance (by yseto) 323 - [plugin-aws-ec2-ebs] fix misuse of period (by lufia) 324 - Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.1 to 0.1.2 (by dependabot[bot]) 325 - Bump github.com/gosnmp/gosnmp from 1.34.0 to 1.35.0 (by dependabot[bot]) 326 - Bump github.com/jarcoal/httpmock from 1.1.0 to 1.2.0 (by dependabot[bot]) 327 328 * Wed Jul 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.1 329 - Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot]) 330 - Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot]) 331 - Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot]) 332 - Bump github.com/hashicorp/go-version from 1.4.0 to 1.6.0 (by dependabot[bot]) 333 - Bump github.com/mackerelio/go-mackerel-plugin from 0.1.2 to 0.1.3 (by dependabot[bot]) 334 - Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot]) 335 - Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot]) 336 337 * Wed Jun 22 2022 <mackerel-developers@hatena.ne.jp> - 0.72.0 338 - Bump github.com/aws/aws-sdk-go from 1.43.36 to 1.44.37 (by dependabot[bot]) 339 - Bump github.com/fsouza/go-dockerclient from 1.8.0 to 1.8.1 (by dependabot[bot]) 340 - [plugin-docker] update README and a description of -command option (by lufia) 341 - [plugin-docker] fix CPU/Memory metrics on Docker hosts uses cgroup2 (by xruins) 342 - [plugin-docker] (Breaking) drop 'File' method support (by lufia) 343 - Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.0 (by dependabot[bot]) 344 345 * Thu Apr 21 2022 <mackerel-developers@hatena.ne.jp> - 0.71.0 346 - [plugin-mysql] fix panic when parsing aio stats (by lufia) 347 - Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou) 348 349 * Thu Apr 14 2022 <mackerel-developers@hatena.ne.jp> - 0.70.6 350 - Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot]) 351 - Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.43.36 (by dependabot[bot]) 352 - Bump github.com/lib/pq from 1.10.4 to 1.10.5 (by dependabot[bot]) 353 - [linux] users メトリックに 0 が投稿されない問題を修正 (by masarasi) 354 355 * Wed Mar 30 2022 <mackerel-developers@hatena.ne.jp> - 0.70.5 356 - Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 (by dependabot[bot]) 357 - Bump github.com/aws/aws-sdk-go from 1.43.11 to 1.43.26 (by dependabot[bot]) 358 - Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (by dependabot[bot]) 359 - Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 (by dependabot[bot]) 360 361 * Tue Mar 15 2022 <mackerel-developers@hatena.ne.jp> - 0.70.4 362 - Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.11 (by dependabot[bot]) 363 - Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 (by dependabot[bot]) 364 - Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 (by dependabot[bot]) 365 366 * Wed Feb 16 2022 <mackerel-developers@hatena.ne.jp> - 0.70.3 367 - Bump github.com/aws/aws-sdk-go from 1.40.59 to 1.42.52 (by dependabot[bot]) 368 - Bump github.com/fsouza/go-dockerclient from 1.7.4 to 1.7.8 (by dependabot[bot]) 369 - Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot]) 370 - Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 (by dependabot[bot]) 371 372 * Wed Jan 12 2022 <mackerel-developers@hatena.ne.jp> - 0.70.2 373 - Bump github.com/jarcoal/httpmock from 1.0.8 to 1.1.0 (by dependabot[bot]) 374 - Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot]) 375 - Bump github.com/gosnmp/gosnmp from 1.32.0 to 1.34.0 (by dependabot[bot]) 376 - Bump github.com/lib/pq from 1.10.3 to 1.10.4 (by dependabot[bot]) 377 378 * Wed Dec 1 2021 <mackerel-developers@hatena.ne.jp> - 0.70.1 379 - upgrade to Go 1.17 and others (by lufia) 380 - Bump github.com/mackerelio/go-osstat from 0.2.0 to 0.2.1 (by dependabot[bot]) 381 382 * Thu Nov 18 2021 <mackerel-developers@hatena.ne.jp> - 0.70.0 383 - [plugin-sidekiq] add queue latency metric (by ch1aki) 384 385 * Thu Oct 14 2021 <mackerel-developers@hatena.ne.jp> - 0.69.1 386 - Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot]) 387 - Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 (by dependabot[bot]) 388 - Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 (by dependabot[bot]) 389 - Bump github.com/lib/pq from 1.10.2 to 1.10.3 (by dependabot[bot]) 390 - Bump github.com/mackerelio/golib from 1.2.0 to 1.2.1 (by dependabot[bot]) 391 392 * Wed Sep 29 2021 <mackerel-developers@hatena.ne.jp> - 0.69.0 393 - [plugin-redis] migrate redis client library to redigo (by pyto86pri) 394 - replace library gosnmp in mackerel-plugin-snmp (by yseto) 395 - [mysql] adapt for mysql5.7's InnoDB SEMAPHORES metrics (by do-su-0805) 396 397 * Tue Aug 24 2021 <mackerel-developers@hatena.ne.jp> - 0.68.0 398 - [plugin-postgres] suppress fetchXlogLocation when wal_level != 'logical' (by handlename) 399 - added "pending log flushes" (by yseto) 400 - fix pending_normal_aio_* (by yseto) 401 402 * Thu Aug 5 2021 <mackerel-developers@hatena.ne.jp> - 0.67.1 403 - [accesslog] use Seek to skip the log (by lufia) 404 - [ci][fluentd] add test.sh (by lufia) 405 406 * Wed Jul 28 2021 <mackerel-developers@hatena.ne.jp> - 0.67.0 407 - [fluentd] add workers option. (by sugy) 408 - Bump github.com/aws/aws-sdk-go from 1.38.70 to 1.39.4 (by dependabot[bot]) 409 410 * Thu Jul 15 2021 <mackerel-developers@hatena.ne.jp> - 0.66.0 411 - [fluentd] add metric-key-prefix option. (by sugy) 412 413 * Tue Jul 06 2021 <mackerel-developers@hatena.ne.jp> - 0.65.0 414 - bump go-mackerel-plugin and go-mackerel-plugin-helper (by astj) 415 - Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 (by dependabot[bot]) 416 - Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (by dependabot[bot]) 417 - Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 (by dependabot[bot]) 418 - Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot]) 419 - [ci][plugin-mysql] check metrics (by lufia) 420 - [plugin-aws-cloudfront]Replace label name of graph (by wafuwafu13) 421 - [plugin-redis] avoid to store +Inf (by lufia) 422 423 * Wed Jun 23 2021 <mackerel-developers@hatena.ne.jp> - 0.64.3 424 - [ci][plugin-redis] check metrics (by lufia) 425 - [ci] run tests on the workflow (by lufia) 426 427 * Thu Jun 10 2021 <mackerel-developers@hatena.ne.jp> - 0.64.2 428 - [plugin-mysql] Fix plugin-mysql to be able to collect metrics by ignoring non-numerical values (by lufia) 429 430 * Thu Jun 03 2021 <mackerel-developers@hatena.ne.jp> - 0.64.1 431 - Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 (by dependabot[bot]) 432 - Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot]) 433 - Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 (by dependabot[bot]) 434 - Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot]) 435 - Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot]) 436 - Use latest go-mackerel-plugin(-helper) (by astj) 437 - Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (by dependabot[bot]) 438 - upgrade Go 1.14 -> 1.16 (by lufia) 439 440 * Wed Mar 24 2021 <mackerel-developers@hatena.ne.jp> - 0.64.0 441 - Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (by dependabot[bot]) 442 - Bump github.com/aws/aws-sdk-go from 1.37.33 to 1.38.1 (by dependabot[bot]) 443 - Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.37.33 (by dependabot[bot]) 444 - Bump github.com/gomodule/redigo from 1.8.3 to 1.8.4 (by dependabot[bot]) 445 - Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 (by dependabot[bot]) 446 - Bump github.com/lib/pq from 1.9.0 to 1.10.0 (by dependabot[bot]) 447 - Bump github.com/montanaflynn/stats from 0.6.4 to 0.6.5 (by dependabot[bot]) 448 - Bump github.com/mackerelio/golib from 1.1.0 to 1.2.0 (by dependabot[bot]) 449 - Bump github.com/jarcoal/httpmock from 1.0.7 to 1.0.8 (by dependabot[bot]) 450 - Support to extended metrics for fluentd 1.6. (by fujiwara) 451 452 * Fri Feb 19 2021 <mackerel-developers@hatena.ne.jp> - 0.63.5 453 - fix incorrect endpoint inspect condition (by yseto) 454 455 * Fri Feb 19 2021 <mackerel-developers@hatena.ne.jp> - 0.63.4 456 - migrate from goamz,go-ses to aws-sdk-go (by yseto) 457 - replace mackerel-github-release (by yseto) 458 - [plugin-redis] add test.sh (by lufia) 459 460 * Thu Jan 21 2021 <mackerel-developers@hatena.ne.jp> - 0.63.3 461 - Revert "delete unused Makefile tasks" (by lufia) 462 - Bump github.com/aws/aws-sdk-go from 1.35.33 to 1.36.28 (by dependabot[bot]) 463 - Bump github.com/fsouza/go-dockerclient from 1.6.6 to 1.7.0 (by dependabot[bot]) 464 - Bump github.com/mackerelio/mackerel-plugin-json from 1.2.0 to 1.2.2 (by dependabot[bot]) 465 - Bump github.com/montanaflynn/stats from 0.6.3 to 0.6.4 (by dependabot[bot]) 466 - Bump github.com/jarcoal/httpmock from 1.0.6 to 1.0.7 (by dependabot[bot]) 467 - Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (by dependabot[bot]) 468 - Bump github.com/mackerelio/golib from 1.0.0 to 1.1.0 (by dependabot[bot]) 469 - Fix labels of innodb_tables_in_use and innodb_locked_tables (by syou6162) 470 - Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot]) 471 - migrate garyburd/redigo -> gomodule/redigo (by lufia) 472 - migrate CI to GitHub Actions (by lufia) 473 - [plugin-apache2] add test.sh (by lufia) 474 475 * Wed Dec 09 2020 <mackerel-developers@hatena.ne.jp> - 0.63.2 476 - Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot]) 477 - Bump github.com/mackerelio/mackerel-plugin-json from 1.1.0 to 1.2.0 (by dependabot[bot]) 478 - Enables to parse responses which include string and number from Plack. (by fujiwara) 479 - Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.33 (by dependabot[bot]) 480 - Bump github.com/urfave/cli from 1.22.4 to 1.22.5 (by dependabot-preview[bot]) 481 - Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot]) 482 - Update Dependabot config file (by dependabot-preview[bot]) 483 484 * Thu Oct 01 2020 <mackerel-developers@hatena.ne.jp> - 0.63.1 485 - Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot]) 486 - fix build arch for make rpm-v2-arm (by astj) 487 488 * Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.63.0 489 - add arm64 architecture packages, and fix Architecture field of deb (by lufia) 490 - Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot]) 491 - Bump github.com/jarcoal/httpmock from 1.0.5 to 1.0.6 (by dependabot-preview[bot]) 492 - Bump github.com/go-redis/redis from 6.15.8+incompatible to 6.15.9+incompatible (by dependabot-preview[bot]) 493 - Build with Go 1.14 (by lufia) 494 - Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot]) 495 - Bump github.com/garyburd/redigo from 1.6.0 to 1.6.2 (by dependabot-preview[bot]) 496 - Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot]) 497 - Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot]) 498 - [plugin-mongodb] add test.sh (by lufia) 499 500 * Wed Jul 29 2020 <mackerel-developers@hatena.ne.jp> - 0.62.0 501 - [plugin-linux] Do not skip diskstat metrics with Linux kernel 4.18+ (by astj) 502 - Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot]) 503 - Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot]) 504 505 * Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.61.0 506 - [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly (by shibayu36) 507 - Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot]) 508 - Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (by dependabot-preview[bot]) 509 - [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin (by susisu) 510 - Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (by dependabot-preview[bot]) 511 - Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot]) 512 - Update aws-sdk-go to 1.31.11 (by astj) 513 - Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 (by dependabot-preview[bot]) 514 - Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot]) 515 - Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot]) 516 - [plugin-postgres] add test.sh (by lufia) 517 - Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 (by dependabot-preview[bot]) 518 519 * Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.60.2 520 - Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot]) 521 - Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot]) 522 - Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 (by dependabot-preview[bot]) 523 - Bump github.com/Songmu/axslogparser from 1.2.0 to 1.3.0 (by dependabot-preview[bot]) 524 - ignore diffs of go.mod and go.sum (by lufia) 525 - Bump go-mackerel-plugin{,-helper} (by astj) 526 - Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.30.7 (by dependabot-preview[bot]) 527 - Bump github.com/urfave/cli from 1.22.2 to 1.22.4 (by dependabot-preview[bot]) 528 - Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 (by dependabot-preview[bot]) 529 - Add documents for testing (by lufia) 530 531 * Fri Apr 03 2020 <mackerel-developers@hatena.ne.jp> - 0.60.1 532 - Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (by dependabot-preview[bot]) 533 - Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot]) 534 - Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 (by dependabot-preview[bot]) 535 - Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 (by dependabot-preview[bot]) 536 - Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot]) 537 - Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot]) 538 - Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot]) 539 - Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (by dependabot-preview[bot]) 540 - Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 (by dependabot-preview[bot]) 541 542 * Wed Feb 05 2020 <mackerel-developers@hatena.ne.jp> - 0.60.0 543 - [varnish] remove unnecessary printf (by lufia) 544 - [varnish] Added metrics for Transient storage (by cohalz) 545 - [varnish] Added backend_reuse and backend_recycle metrics (by cohalz) 546 - rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia) 547 548 * Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.59.1 549 - Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.5 (by dependabot-preview[bot]) 550 - Bump github.com/aws/aws-sdk-go from 1.26.6 to 1.27.0 (by dependabot-preview[bot]) 551 - add .dependabot/config.yml (by lufia) 552 - refactor Makefile and update dependencies (by lufia) 553 554 * Thu Oct 24 2019 <mackerel-developers@hatena.ne.jp> - 0.59.0 555 - Build with Go 1.12.12 556 - Update dependencies (by astj) 557 - [solr] Fix several graph definitions (by supercaracal) 558 - [doc]add repository policy (by lufia) 559 - [jvm] Add the PerfDisableSharedMem JVM option issue to README (by supercaracal) 560 561 * Thu Aug 29 2019 <mackerel-developers@hatena.ne.jp> - 0.58.0 562 - [solr] Add version 7.x and 8.x support (by supercaracal) 563 - [sidekiq] add option for redis-namespace (by y-imaida) 564 - add fakeroot to build dependencies (by susisu) 565 566 * Mon Jul 22 2019 <mackerel-developers@hatena.ne.jp> - 0.57.0 567 - [jvm] fix jinfo command timed out error is not logged (by susisu) 568 - Build with Go 1.12 (by astj) 569 - [plugin-jvm] added CGC and CGCT metrics and fixed parsing problem on them (by lufia) 570 571 * Tue Jun 11 2019 <mackerel-developers@hatena.ne.jp> - 0.56.0 572 - support go modules (by astj) 573 - [plugin-jvm] prefer ${JAVA_HOME}/bin/j** if JAVA_HOME is set (by astj) 574 575 * Wed May 08 2019 <mackerel-developers@hatena.ne.jp> - 0.55.2 576 - [mysql] add -debug option for troubleshooting (by lufia) 577 578 * Wed Mar 27 2019 <mackerel-developers@hatena.ne.jp> - 0.55.1 579 - [accesslog] don't return any metrics on the first scan (by Songmu) 580 - [haproxy] fix example of haproxy.cfg in README.md (by Songmu) 581 582 * Wed Feb 13 2019 <mackerel-developers@hatena.ne.jp> - 0.55.0 583 - [mongodb] apply for mongodb authenticationDatabase (by shibacow) 584 - [linux] consider the case where the width of the Netid column is only 5 in the output of ss (by Songmu) 585 - [php-fpm] add option to read status from unix domain socket (by lufia) 586 587 * Thu Jan 10 2019 <mackerel-developers@hatena.ne.jp> - 0.54.0 588 - [redis] Change evicted_keys.Diff to true (by lufia) 589 - [redis] Add evicted_keys metric (by lufia) 590 - Add redash api-key option (by kyoshidajp) 591 - [squid] Add metrics to squid (by nabeo) 592 - [postgres] Enable connection without password (by kyoshidajp) 593 594 * Mon Nov 12 2018 <mackerel-developers@hatena.ne.jp> - 0.53.0 595 - [mysql] Use go-mackerel-plugin instead of go-mackerel-plugin-helper (by shibayu36) 596 597 * Wed Oct 17 2018 <mackerel-developers@hatena.ne.jp> - 0.52.0 598 - Set (default) User-Agent header to HTTP requests (by astj) 599 - Build with Go 1.11 (by astj) 600 - Improve jvm error handling (by astj) 601 602 * Thu Aug 30 2018 <mackerel-developers@hatena.ne.jp> - 0.51.1 603 - [postgres]Ignore error to support Aurora (by matsuu) 604 605 * Wed Jul 25 2018 <mackerel-developers@hatena.ne.jp> - 0.51.0 606 - [mysql] Fix decoding transaction ids from mysql innodb status (by itchyny) 607 - add MSSQL plugin (by mattn) 608 609 * Wed Jun 20 2018 <mackerel-developers@hatena.ne.jp> - 0.50.0 610 - [aws-kinesis-streams] Collect (Write|Read)ProvisionedThroughputExceeded metrics correctly (by shibayu36) 611 - [aws-s3-requests] CloudWatch GetMetricStatics parameters (by astj) 612 613 * Wed May 16 2018 <mackerel-developers@hatena.ne.jp> - 0.49.0 614 - [aws-rds]support Aurora PostgreSQL engine (by matsuu) 615 - [aws-rds]fix unit for some metrics (by matsuu) 616 - [aws-rds]add BurstBalance metric (by matsuu) 617 - [linux] fix for collectiong ioDrive(FusionIO) diskstats (by hayajo) 618 619 * Wed Apr 18 2018 <mackerel-developers@hatena.ne.jp> - 0.48.0 620 - [linux] collect disk stats of NVMe devices and ignore virtual/removable devices (by hayajo) 621 622 * Tue Apr 10 2018 <mackerel-developers@hatena.ne.jp> - 0.47.0 623 - [aws-ec2-cpucredit] Add T2 unlimited CPU credit metrics (by astj) 624 625 * Thu Mar 15 2018 <mackerel-developers@hatena.ne.jp> - 0.46.0 626 - [Redis] send uptime (by dozen) 627 - [redis] expired_keys change to diff true (by dozen) 628 629 * Thu Mar 01 2018 <mackerel-developers@hatena.ne.jp> - 0.45.0 630 - [postgres] Add amount of xlog_location change (by kizkoh) 631 632 * Thu Feb 08 2018 <mackerel-developers@hatena.ne.jp> - 0.44.0 633 - [aws-elasticsearch] support metric-{key,label}-prefix (by astj) 634 - [mongodb] Fix warning message on MongoDB 3.4, 3.6 (by hayajo) 635 - Add mackerel-plugin-aws-s3-requests (by astj) 636 - Migrate from `go-mgo/mgo` to `globalsign/mgo` (by hayajo) 637 638 * Tue Jan 23 2018 <mackerel-developers@hatena.ne.jp> - 0.43.0 639 - Setting password via environment variable (by hayajo) 640 - update rpm-v2 task for building Amazon Linux 2 package (by hayajo) 641 - Support BSD (by miwarin) 642 - make `make build` works for some plugins which moved out from this repository (by astj) 643 644 * Wed Jan 10 2018 <mackerel-developers@hatena.ne.jp> - 0.42.0 645 - Move mackerel-plugin-json to other repository (by shibayu36) 646 - Move mackerel-plugin-gearmand (by shibayu36) 647 - Move to mackerelio/mackerel-plugin-gcp-compute-engine (by shibayu36) 648 - [mongodb] fix connections_current metric mongodb-Replica-Set (by vfa-cancc) 649 - [haproxy]support unix domain socket (by hbadmin) 650 - [postgres]state may be null even in old versions (by matsuu) 651 - [uptime] use go-osstat/uptime instead of golib/uptime for getting more accurate uptime (by Songmu) 652 - [mysql] add a hint for -disable_innodb (by astj) 653 654 * Wed Dec 20 2017 <mackerel-developers@hatena.ne.jp> - 0.41.1 655 - [mysql] set Diff: true for some stats which are actually counter values (by astj) 656 657 * Wed Dec 20 2017 <mackerel-developers@hatena.ne.jp> - 0.41.0 658 - [mysql] Fix some InnoDB stats (by astj) 659 - [mysql] Fix message for socket option (by utisam) 660 - MySQL Plugin support Aurora reader node (by dozen) 661 662 * Tue Dec 12 2017 <mackerel-developers@hatena.ne.jp> - 0.40.0 663 - Add h2o to package (by astj) 664 - Redis Plugin supports custom CONFIG command (by dozen) 665 - add mackerel-plugin-h2o (by hayajo) 666 - add defer to closing the response body, and change position it. (by qt-luigi) 667 - add that close the response body (by qt-luigi) 668 - [redis] Add Redis replication delay and lag metrics (by kizkoh) 669 670 * Tue Nov 28 2017 <mackerel-developers@hatena.ne.jp> - 0.39.0 671 - Don't add plugins README which has been moved (by astj) 672 - Improve docker plugin (by astj) 673 - [jvm] Fix remote jvm monitoring (by astj) 674 - Changed README.md of mackerel-plugin-linux (by soudai) 675 - [json] Fix error handling (by astj) 676 - Fix license notice (by itchyny) 677 - [docker] Avoid concurrent map writes by multiple goroutines (by astj) 678 - [aws-ec2-ebs] Do not log "fetched no datapoints" error (by astj) 679 - [kinesis-streams] Use Sum aggregation for Kinesis streams statistics (by itchyny) 680 681 * Thu Nov 09 2017 <mackerel-developers@hatena.ne.jp> - 0.38.0 682 - Improve mackerel-plugin-postgres (by astj) 683 - [docker] Add CPU Percentage metrics (by astj) 684 - [gostats] Use go-mackerel-plugin instead of go-mackerel-plugin-helper (by itchyny) 685 - [mysql]Fix makeBigint calculation (by matsuu) 686 - [cloudfront] add -metric-key-prefix option (by fujiwara) 687 688 * Thu Oct 26 2017 <mackerel-developers@hatena.ne.jp> - 0.37.1 689 - [multicore] Refactor multicore plugin (by itchyny) 690 691 * Thu Oct 19 2017 <mackerel-developers@hatena.ne.jp> - 0.37.0 692 - Implement mackerel-plugin-mcrouter (by waniji) 693 - [uptime] use go-mackerel-plugin instead of using go-mackerel-plugin-helper (by Songmu) 694 695 * Thu Oct 12 2017 <mackerel-developers@hatena.ne.jp> - 0.36.0 696 - Add mackerel-plugin-json (by doublemarket) 697 - [awd-dynamodb] [incompatible] remove `.` from Metrics.Name (by astj) 698 - [unicorn] Support metric-key-prefix (by astj) 699 - [aws-elasticsearch] Improve CloudWatch Statistic type and add some metrics (by holidayworking) 700 701 * Wed Oct 04 2017 <mackerel-developers@hatena.ne.jp> - 0.35.0 702 - [twemproxy] [incompatible] add `-enable-each-server-metrics` option (by Songmu) 703 704 * Wed Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.34.0 705 - add mackerel-plugin-flume to package (by y-kuno) 706 - [mysql]add MyISAM related graphs (by matsuu) 707 - add mackerel-plugin-sidekiq to package (by syou6162) 708 - build with Go 1.9 (by astj) 709 - [OpenLDAP] fix get latestCSN (by masahide) 710 - [aws-dynamodb] Add ReadThrottleEvents metric and fill 0 when *ThrottleEvents metrics are not present (by astj) 711 712 * Wed Sep 20 2017 <mackerel-developers@hatena.ne.jp> - 0.33.0 713 - add mackerel-plugin-nvidia-smi to package (by syou6162) 714 - [accesslog] Feature/accesslog/customize parser (by karupanerura) 715 - Fix redundant error by golint in redis.go (by shibayu36) 716 - add flume plugin (by y-kuno) 717 - [mysql]add handler graphs (by matsuu) 718 719 * Tue Sep 12 2017 <mackerel-developers@hatena.ne.jp> - 0.32.0 720 - [memcached] add evicted.reclaimed and evicted.nonzero_evictions (by Songmu) 721 - [mysql]add missed metrics and fix graph definition (by matsuu) 722 - [Redis] fix expired keys (by edangelion) 723 - [accesslog] Fix for scanning long lines (by itchyny) 724 725 * Wed Aug 30 2017 <mackerel-developers@hatena.ne.jp> - 0.31.0 726 - [redis] Change queries metric to diff of "total_commands_processed" (by edangelion) 727 - [aws-dynamodb] Refactor and parallelize CloudWatch request with errgroup (by astj) 728 - [plack] Don't raise errors when parsing JSON fields failed (by astj) 729 - [jmx-jolokia] add value to thread graph (by y-kuno) 730 731 * Wed Aug 23 2017 <mackerel-developers@hatena.ne.jp> - 0.30.0 732 - add mackerel-plugin-openldap to package (by astj) 733 - Add Burst Balance metric for AWS EC2 EBS plugin (by ariarijp) 734 - Add openldap plugin (by masahide) 735 736 * Wed Aug 02 2017 <mackerel-developers@hatena.ne.jp> - 0.29.1 737 - [solr] Fix a graph definition for Apache Solr's cumulative metric (by supercaracal) 738 - [accesslog] Refine LTSV format detection logic (by Songmu) 739 - [accesslog] Fix testcase (Percentile logic is Fixed up) (by Songmu) 740 741 * Wed Jul 26 2017 <mackerel-developers@hatena.ne.jp> - 0.29.0 742 - [aws-dynamodb] Add TimeToLiveDeletedItemCount metrics (by astj) 743 - [aws-dynamodb] Adjust options and graph definitions (by astj) 744 - [mysql] Fix graph label prefixes (by koooge) 745 746 * Wed Jun 28 2017 <mackerel-developers@hatena.ne.jp> - 0.28.1 747 - postgres: add metric-key-prefix (by edangelion) 748 - [accesslog] add mackerel-plugin-accesslog (by Songmu) 749 - add mackerel-plugin-aws-dynamodb to package (by astj) 750 - Use mackerelio/golib/logging as logger, not mackerelio/mackerel-agent/logging (by astj) 751 - postgres: collect dbsize only if connectable (by mechairoi) 752 - Support PostgreSQL 9.6 (by mechairoi) 753 - Add sidekiq plugin (by littlekbt) 754 755 * Wed Jun 14 2017 <mackerel-developers@hatena.ne.jp> - 0.28.0 756 - Add aws-dynamodb plugin (by astj) 757 - Implemented mackerel-plugin-redash (by yoheimuta) 758 - Add mackerel-plugin-solr to package (by astj) 759 - Add test cases and fix issues for apache solr (by supercaracal) 760 761 * Wed Jun 07 2017 <mackerel-developers@hatena.ne.jp> - 0.27.2 762 - disable diff on php-opcache.cache_size because they are gauge value (by matsuu) 763 - build with Go 1.8 (by Songmu) 764 - v2 packages (rpm and deb) (by Songmu) 765 - [aws-rds] Fix "Latency" metric label (by astj) 766 - Add AWS Kinesis Firehose Plugin (by holidayworking) 767 - Fixed mackerel-plugin-nginx/README.md (by kakakakakku) 768 769 * Tue May 09 2017 <mackerel-developers@hatena.ne.jp> - 0.27.1-1 770 - [php-fpm] Implement PluginWithPrefix interfarce (by astj) 771 - Use SetTempfileByBasename to support MACKEREL_PLUGIN_WORKDIR (by astj)