Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove mongodb exporter for the time being (#4165) * Remove mongodb exporter for the time being - We need to remove mongodb exporter until licensing issues with one of its dependencies have been resolved. - Keeps the configuration and boilerplate code, making the actual exporter a no-op that always returns an error. - Hopefully we will be able to bring it back before the next release. * Remove unnecesary dependency * Update snowflake and blackbox_exporter libraries. (#4181) * update github.com/snowflakedb/gosnowflake * update github.com/prometheus/blackbox_exporter * Fix relabel bug (#4187) * prometheus.relabel: do a more resilient empty label check (#4190) Checking for a labelset to be nil is not always correct; an dropped metric from relabel will return a non-nil, but still empty labelset. * Switch to using capped LRU cache instead of raw map. (#4191) * Switch to using capped LRU cache instead of raw map. * switch to lru 2 * changelog for 0.34.2 * update versions for 0.34.2 * Fix several issues with statsd exporter (#4189) - Static and Flow: statsd_exporter failed when specifying mappings. This was caused by an unmarshal/marshal/unmarshal sequence that set some wrong defaults. - Flow: Fixes defaults for `listen_udp` and `listen_tcp` arguments and updates documentation accordingly. - Flow: Fixes an issue where an undefined `mapping_config_path` argument would cause a load error. Co-authored-by: Marc Tuduri <[email protected]> * Fix wording and CHANGELOG entry (#4167) * Fix wording and CHANGELOG entry - Clarify that that the integration is disabled (not fully removed). * Update CHANGELOG.md Co-authored-by: Mischa Thompson <[email protected]> --------- Co-authored-by: Mischa Thompson <[email protected]> * Extend statsd integration to configure relay endpoint (#4030) * configure relay for statsd integration * update tests to cover relay attributes * update docs * update flow docs for statsd relay attributes * update changelog * Update docs/sources/flow/reference/components/prometheus.exporter.statsd.md Co-authored-by: Clayton Cornell <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Armin <[email protected]> Co-authored-by: Clayton Cornell <[email protected]> Co-authored-by: Jorge Creixell <[email protected]> Co-authored-by: Jorge Creixell <[email protected]> --------- Co-authored-by: Jorge Creixell <[email protected]> Co-authored-by: Piotr <[email protected]> Co-authored-by: Robert Fratto <[email protected]> Co-authored-by: mattdurham <[email protected]> Co-authored-by: Marc Tuduri <[email protected]> Co-authored-by: Mischa Thompson <[email protected]> Co-authored-by: Armin <[email protected]> Co-authored-by: Armin <[email protected]> Co-authored-by: Clayton Cornell <[email protected]> Co-authored-by: Jorge Creixell <[email protected]>
- Loading branch information