This update for golang-github-prometheus-prometheus fixes the following issues:
--enable-feature= flag that enables experimental features.prometheus_remote_storage_succeeded_samples_total was removed and prometheus_remote_storage_samples_total was introduced for all the samples attempted to send. prometheus_remote_storage_sent_bytes_total was removed and replaced with prometheus_remote_storage_samples_bytes_total and prometheus_remote_storage_metadata_bytes_total. prometheus_remote_storage_failed_samples_total -> prometheus_remote_storage_samples_failed_total . prometheus_remote_storage_retried_samples_total -> prometheus_remote_storage_samples_retried_total. prometheus_remote_storage_dropped_samples_total -> prometheus_remote_storage_samples_dropped_total. prometheus_remote_storage_pending_samples -> prometheus_remote_storage_samples_pending.
hostname label is now set to FQDN instead of IP