Re: [prometheus-developers] Prometheus violating Go modules semantic versioning rules - what to do?

2020-03-11 Thread Duco van Amstel
For what it's worth I've just started a fresh topic with my first results using the modularise tool. On Fri, 28 Feb 2020 at 13:23, Sylvain Rabot wrote: > Ok so I've been talking to Duco about this and he convinced me tha

[prometheus-developers] Prometheus & Go Modules - An experiment

2020-03-11 Thread Duco van Amstel
Dear devs, During the summer of 2019 a long thread on this mailing list discussed the various issues that the Prometheus project was facing with the adoption of the new Go modules dependency management system. Based on the

Re: [prometheus-developers] Removing Vendor

2020-03-11 Thread Sylvain Rabot
Several maintainers have given their thoughts on the subjects now. What would be the next step ? Should this be put to a vote ? Regards. On Mon, 9 Mar 2020 at 16:26, Julien Pivotto wrote: > Hi there, > > Sylvain has open a pull request to remove the vendor directory. We had > larger threads b

Re: [prometheus-developers] Deleting all timeseries

2020-03-11 Thread Julius Volz
On Wed, Mar 11, 2020 at 11:19 AM Venkata Bhagavatula < venkat.cha...@gmail.com> wrote: > Hi All, > > I am using prometheus version 2.11.1. > I was trying to delete all the timeseries from the disk, Using the admin > rest api for deleting the timeseries. Following is what i executed: > > *curl -X

[prometheus-developers] Deleting all timeseries

2020-03-11 Thread Venkata Bhagavatula
Hi All, I am using prometheus version 2.11.1. I was trying to delete all the timeseries from the disk, Using the admin rest api for deleting the timeseries. Following is what i executed: *curl -XPOST -g 'http://localhost:9090/api/v1/admin/tsdb/delete_series?match[]={__name__=~