Releases: observIQ/bindplane-agent
Releases · observIQ/bindplane-agent
v1.11.0
Changelog
New Features
- f6de128: feat: Added Wrapper to measure component throughputs (receivers only initially) (#747) (@cpheps)
- 79f3b8c: feat: Adds plugin readme doc generation (#748) (@StefanKurek)
- e43cbea: feat: Adds SNMP Receiver (#751) (@StefanKurek)
Dependencies
- d9918dc: deps(otel): Update OTel v0.63.0 (#750) (@cpheps)
- 50d16ce: deps: Dependabot Updates (#759) (@cpheps)
Fixes
- b0df15f: Fix asynchronous error causing zombie collector (#760) (@BinaryFissionGames)
Other
- 3efa572: Added temporary manual plugin doc github action check (#749) (@StefanKurek)
- aba249d: Enables check plugin docs action on PRs (#752) (@StefanKurek)
v1.10.2
v1.10.1
v1.10.0
Changelog
New Features
- c548a7c: feat(plugin): Add log_driver option to container log plugin (#717) (@jsirianni)
- b8d4659: feat: Add a new default resource filter to the Google exporter (#708) (@jmwilliams89)
- 855ac26: feat: Add sqlqueryreceiver (#711) (@cpheps)
- 73d220c: feat: Added Object Counts to throughputmeasurement Processor (#710) (@cpheps)
- 565e084: feat: OracleDB Metrics Plugin (#712) (@cpheps)
- 78483c7: feat: Support OpAMP when running within a container (#714) (@jsirianni)
- bd96159: feat: Adds the AWS Cloudwatch receiver (#722) (@StefanKurek)
Bug Fixes
- 2daaeb2: fix(plugin): Hadoop filter expression (#718) (@jsirianni)
- 2fbf204: fix: Fix plugins that had invalid stanza component configs (#716) (@cpheps)
- 25abf40: fix: Unique storage extension support to plugin receiver (#709) (@armstrmi)
- d30608f: fix: Update plugin receiver file storage extension (#713) (@armstrmi)
Dependencies
- 0f61d6e: deps: Updates OTEL dependencies to 0.62.0 (#720) (@StefanKurek)
- d4d3b12: deps: changes collector dependency version to 1.10.0 (#724) (@StefanKurek)
- ce57d59: deps: updates googlecloudexporter dependencies (#723) (@StefanKurek)
- 87977ae: deps: Updated to use latest version of operations-collector (#706) (@cpheps)
Other
v1.9.2
v1.9.1
Changelog
New Features
- Changed Agent ID in managed mode from UUID to ULID as required by the latest version of OPAMP
Bug Fixes
Dependencies
v1.9.0
Changelog
New Features
- 215070d: feat(plugin): Add Journald log driver support to container log plugin (#680) (@jsirianni)
- d564b54: feat(plugin): Changed MongoDB Logs plugin to parse to body rather than attributes (#679) (@cpheps)
- fb99ec8: feat(plugin): Kubelet logs plugin parse to body rather than attributes (#682) (@cpheps)
- cc6fc48: feat(plugin): aerospike_logs plugin parse to body rather than attributes (#687) (@BinaryFissionGames)
- b0e4dd5: feat(plugin): Support parsing container application logs as json (#684) (@jsirianni)
- f3e999d: feat(plugin): Update file_logs plugin to parse to body rather than attributes (#690) (@JonathanWamsley)
- db27d0e: feat(plugin): Updated vCenter log plugin to parse to body rather than attributes (#688) (@cpheps)
- dbee05d: feat: Update to OTel v0.60.0 (#691) (@cpheps)
- 764f636: Refactored tomcat log plugin to parse to body rather than attributes (#678) (@cpheps)
- 09a7e30: Updated Apache Combined Plugin to parse to body rather than attributes (#681) (@cpheps)
- e32e1c6: Updated iis logging plugin to parse to body rather than attributes (#693) (@cpheps)
- c730610: Updated syslog log plugin to parse to body rather than attributes (#689) (@cpheps)
Bug Fixes
Dependencies
- 1b1854a: deps: Bump internal module versions to 1.9.0 (#697) (@BinaryFissionGames)
- 22f3ac2: deps: Dependabot 09 21 2022 (#696) (@BinaryFissionGames)
- 664ed8c: deps: Update hostmetrics to latest (#694) (@BinaryFissionGames)
- 87dcdf8: deps: Update mongodbatlasreceiver to latest (#695) (@BinaryFissionGames)
v1.8.0
Changelog
New Features
- 4d94072: feat(plugins): Expose
include_file_name
andinclude_file_path
infile_logs
plugin (#672) (@schmikei) - 4a6cdfd: feat: Add Throughput Measurement Processor (#660) (@cpheps)
- db1af01: feat: Snapshot Functionality (#675) (@cpheps)
Bug Fixes
- e26e409: fix(plugin): Use ignore_quotes option for w3c type logs (#670) (@BinaryFissionGames)
- 9f7d11f: fix: Fixed mac install script to remove files before copying them over (#659) (@StefanKurek)
Dependencies
- c55d313: deps(otel): Update otel to v0.59.0 (#668) (@schmikei)
- 3c089f2: deps: Dependabot 09 07 2022 (#676) (@cpheps)
Other
- ff4cdef: Enable lazy quotes when parsing W3C (#654) (@BinaryFissionGames)
- 7c97399: Inject default logging config into container image (#658) (@jsirianni)
- b1c73b4: Replaced interface{} with any (#656) (@cpheps)
- 02e14a9: Updated sub module references in go.mod to 1.8.0 before release (#677) (@cpheps)
- 4d53863: fix(transformprocessor): Update
transformprocessor
to not panic on gauges (#674) (@schmikei)
v1.7.0
Changelog
New Features
- 586caf8: feat: Set
CONFIG_YAML_PATH
ENV to set path of collector config.yaml (#644) (@dmikolay) - 0d21661: feat: Set
LOGGING_YAML_PATH
ENV to path of collector logging.yaml (#647) (@dmikolay) - 40bed01: feat: Set
MANAGER_YAML_PATH
ENV to path of collector manager.yaml (#649) (@dmikolay) - 9090300: feat(plugin): Add support for more log formats in IIS log plugin (#635) (@BinaryFissionGames)
- 5e21fef: feat(updater): Enhance README with description of update process (#640) (@BinaryFissionGames)
- 0fe19b3: feat: Added description of timezone parameter type to README (#633) (@dmikolay)
- fb8a4d3: feat: Added lastest MongoDB Atlas with Logging (#651) (@cpheps)
- f890d04: feat: Generate Agent ID if
manager.yaml
exists and does not supply the field (#627) (@schmikei)
Bug Fixes
- ee578f8: fix(logging): Write default logging.yaml if not specified (#642) (@BinaryFissionGames)
- 90fdcd0: fix(plugin): Make start_at description consistent for common_event_format_logs plugin (#643) (@BinaryFissionGames)
- 3c694d5: fix: Error out of linux script if package install fails (#639) (@BinaryFissionGames)
- a5fb72d: fix: Plugin Receiver Panics when Telemetry Set (#636) (@cpheps)
Dependencies
- a27024c: deps(otel): Update OTel to v0.58.0 (#645) (@BinaryFissionGames)
- b574808: deps: Dependabot 08-16-2022 (#652) (@cpheps)
- 1629519: deps: Updated Tool versions (#638) (@cpheps)
Other
- d875348: feat(dev): Updated to Go 1.18 (#626) (@cpheps)
- 04c80b0: feat(dev): Add mockery and go generate directives for mockery (#641) (@BinaryFissionGames)
- b5a2b32: feat(dev): Scripts to help automate otel updates (#646) (@BinaryFissionGames)
- b4cbc7a: Changed all instances of os.setenv to t.setenv (#648) (@dmikolay)
- f926006: Fixed misspell make command to return and error (#637) (@cpheps)
- e14ba42: Refactoring package install related functions in opamp client (#634) (@StefanKurek)
- d7fea15: Updated internal submodule versions (#653) (@cpheps)