Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

v4.19.0

Compare
Choose a tag to compare
@keitwb keitwb released this 07 Feb 18:41
· 1223 commits to main since this release
ab69d8f
  • Support custom HTTP headers (the httpHeaders option) in requests for several monitors that use HTTP to scrape metrics
  • Fix metric names in kubernetes/apiserver monitor so that non-default metrics are no longer sent by default anymore
  • Add elasticsearch-query monitor for generating metrics from Elasticsearch queries using bucket and metrics aggregations. This monitor is considered beta and is subject to breaking changes in the 4.x release.

Breaking Changes:

  • The following metrics from the kubernetes/apiserver monitor will no longer be sent by default:
  • apiserver_audit_event_total
  • apiserver_audit_requests_rejected_total
  • apiserver_init_events_total
  • apiserver_request_total
  • apiserver_storage_data_key_generation_failures_total
  • apiserver_storage_envelope_transformation_cache_misses_total
  • go_memstats_alloc_bytes_total
  • go_memstats_frees_total
  • go_memstats_lookups_total
  • go_memstats_mallocs_total
  • grpc_client_handled_total
  • grpc_client_msg_received_total
  • grpc_client_msg_sent_total
  • grpc_client_started_total
  • process_cpu_seconds_total
  • rest_client_requests_total
  • workqueue_retries_total

Docker Image: quay.io/signalfx/signalfx-agent:4.19.0 (digest: sha256:98143e5778b26de2f8b1f7ce5977e9c95ba0a1f62d30c735091a69b63269609c)