A.1. pgpro-otel-collector 0.7.0 #
Release date: 2026-09-04
This release is based on pgpro-otel-collector 0.6.0 and provides the following new features, optimizations, and bug fixes:
Important changes:
Added support for Ubuntu 26.04 for x86-64 architecture.
Added support for Red OS 8, Debian 13, and Astra Linux Novorossijsk 4.7 for ARM architecture.
Renamed the following components to comply with the component naming convention:
filelogtofile_loghostmetricstohost_metricsmetricstransformtometrics_transformotlphttptootlp_http
The deprecated aliases are still supported but produce warnings and will be completely removed in future releases. Configuration update is required.
Identified an
MSKtimestamp parsing issue. Refer to Section 5.1 for troubleshooting.
New features:
Added the otlp receiver to collect data in the OTLP format over gRPC or HTTP, particularly for use with Postgres ProGate. Refer to Section 3.3.1.3 and Section 3.2.1.3 for configuration examples.
Added the prometheus_remote_write exporter to send metrics to Prometheus-compatible systems via the remote write protocol. For example, it allows sending metrics to VictoriaMetrics using a push model and
protobuf(Protocol Buffers) format. Refer to Section 3.2.1.9 for a configuration example.Enhanced integration with Postgres Pro Shardman 18:
Added the shardman_fast_path plugin with the following metrics:
postgresql.shardman.fast_path.queriespostgresql.shardman.fast_path.all_queries
Added the shardman_gv_monitor plugin with the following metrics:
postgresql.shardman.gv_monitor.resolved_deadlockspostgresql.shardman.gv_monitor.aborted_xactspostgresql.shardman.gv_monitor.committed_xactspostgresql.shardman.gv_monitor.errors
Added the
shardman_cluster_namereceiver configuration parameter that sets theclustermetric attribute for all Postgres Pro Shardman plugins.Added a distinct per-node
instancelabel for local Postgres Pro Shardman views to prevent time-series collisions. Refer to Section 3.2.2 for a configuration example.Added the
aggregation_typeparameter for the metrics_transform processor to define how combined data points are aggregated. For more details, refer to themetrics_transform/combine_metricsconfiguration example in section Configuring themetrics_transformProcessor.
Enhancements:
Added TLS support for the zabbix and prometheus exporters. Refer to Configuring the
zabbixExporter and Configuring the Prometheus Remote Write Exporter for configuration examples.Added dashboard examples for the recovery, replication_slots, and subscription plugins.
Improved integration with pg_proaudit. For an example of CSV log collection configuration, refer to Section 3.3.2.2.
Bug fixes:
Prevented empty
/tmp/gosnowflake-cgo*directories from accumulation on every collector start, which could eventually fill up the disk space. The collector is now built with theminicore_disabledtag.Fixed the condition used to determine
is_current_nodein the biha plugin.source_node_idnow contains the correct node ID instead of zero.