Aleksandar Pesic
Aleksandar Pesic
I'm using ElasticSearch 2.3.3 (the newest at the moment), and I've installed this plugin by following your instructions: ``` bin/plugin install polyfractal/elasticsearch-inquisitor ``` Then I've tried to open the site...
Me again. Another issue to report: NuGet package manager reports that version v0.8.2.268-EA of ACMESharp library is available, but the install fails because there's no appropriate version of dependent libraries...
Hi again! After some testing I've discovered that `for` loop at https://github.com/cederberg/grammatica/blob/master/src/csharp/PerCederberg.Grammatica.Runtime/RecursiveDescentParser.cs#L213 executes infinitely in some cases. And here's some criticism for you: the thing you've done by increasing/decreasing loop...
Thanks for the effort, but it looks that it doesn't work... At least not optimally. Here's my setup: I have two binary files (DLLs), which have the exact same size...
I'm not sure if you've considered this so far, but I'm pretty sure that .NET Core version (build) would be very useful improvement. I've analyzed the project with portability analyzer,...
Guyz, I strongly believe that it is the time to break the project down to smaller pieces. There are two "groups" of features that can (and should) be managed as...
I've tried to create a `PrometheusRule` resource by using chart, and for that reason I have the following in my values file: ```yaml metrics: enabled: true port: 5001 serviceMonitor: enabled:...
option to set ServiceMonitor namespace Fixes: #148
Currently, `metrics.serviceMonitor` configuration is very simple, and does not allow setting the namespace. Note that `ServiceMonitor` resources are in many environments deployed in a namespace where Prometheus lives (i.e. `monitoring`),...
### Describe the bug a clear and concise description of what the bug is. Grafana dashboards for monitoring Kubernetes cluster are missing data, due to wrong label. In many panels...