Re: Duplicate sample errors using prometheus-exporter in Solr 8.9.0

2021-08-11 Thread Joshua Hendrickson
umes a non-solr> > cloud instance.> > > Regards,> > Mathieu> > > On Wed, Aug 11, 2021 at 9:32 AM Joshua Hendrickson <> > jhendrick...@tripadvisor.com> wrote:> > > > Hello,> > >> > > Our organization has implemented Solr 8.9

Duplicate sample errors using prometheus-exporter in Solr 8.9.0

2021-08-11 Thread Joshua Hendrickson
collection",shard="shard1",replica="replica_t5",base_url="http://fqdn1.for.solr.server:32080/solr",} 9.14561856290722E11 This is the systemd unit file that runs the exporter container: [Unit] Description=Solr Exporter Docker After=network.target Wants=network.target Requires=docker.service After=docker.service [Service] Type=simple ExecStart=/usr/bin/docker run --rm \ --name=solr-exporter \ --net=host \ --user=solr \ solr:8.9.0 \ /opt/solr/contrib/prometheus-exporter/bin/solr-exporter \ -p 8984 -z the-various-zookeeper-endpoints -f /opt/solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml -n 4 ExecStop=/usr/bin/docker stop -t 2 solr-exporter Restart=on-failure [Install] WantedBy=multi-user.target I looked into the XML configurations for prometheus-exporter between 8.6.2 (the previous version we used) and latest, and it looks like at some point recently there was a major refactoring in how this works. Is there something we are missing? Can anyone reproduce this issue on 8.9? Thanks in advance, Joshua Hendrickson