-
It seems metric filters in scollector are not working for metrics published by external collectors. Though if I try to filter out the complete external collector using Filter key, it works but filteri…
-
The Elasticsearch collector consistently fails under the linux-386 build due to a JSON unmarshalling error.
```
elasticsearch: json: cannot unmarshal number 1464880941331 into Go value of type int
``…
-
Hello,
We faced some memory leak issues with scollector on Windows Server 2016.
Don't know exactly how to analyze the issue.
I have tried to WinDBG the Dump File of the process but I have not bee…
-
On Windows 2008 SP1 and Windows 2012 Data Center we are seeing the scollector-windows-and64 process consuming 40+/- %Processor Time every 10 seconds (default settings). We are watching the process in …
-
In a docker/kubernetes environment where elasticsearch may be running inside of a docker container, it doesn't make sense to also run scollector inside of every docker container. As a result, and in …
-
Hi, super newb question:
Where can I find documentation for the available linux metrics and what they mean?
I tried googling a bunch and even ended up at looking at some of the files under htt…
-
(spun off from #1510)
I noticed that a crashing elasticsearch collector was crashing the entire scollector process because I stopped getting hbase garbage collection stats.
If a collector can bring …
-
sendMetadata in metadata.go has no retry logic. So if I a sent fails it won't retry. Something fancy like a queue might be nice like scollector does, or we could just retry n times x seconds apart and…
-
Heylow,
I am using Debian Testing at home which is now using kernel 4.19 and noticed that e.g. 'linux.disk.bytes' stats were missing since few months.
The problem seem to be that according to [k…
-
Our scollector and collect duration timings are probably being effected by using [time.Time which is not monotonic](https://github.com/golang/go/issues/12914) and can be effected by changes to the sys…