sumologic-prometheus-scraper icon indicating copy to clipboard operation
sumologic-prometheus-scraper copied to clipboard

Dockerized python script to ingest Prometheus formatted metrics into Sumo Logic.

Results 7 sumologic-prometheus-scraper issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

I have sumologic_prometheus_scraper.py and config.json on same folder and got the following issue: Usage: sumologic_prometheus_scraper.py [OPTIONS] [CONFIG] Try 'sumologic_prometheus_scraper.py --help' for help. Error: Invalid value for '[CONFIG]': Expecting value: line...

I have a problem with prometheus-sumo-scraper. If I run it for one week, I can't have some metrics in Sumologic, it seems prometheus-sumo-scraper can't send the metric data or sumologic...

Hi! It would be great with a windows installer, .msi or something, maybe a chocolatey package. To make the installation process easier to use on windows. //Lars

I currently have a service that has to exposes 2 ports for different purposes: ``` kind: Service apiVersion: v1 metadata: name: metrics-collector namespace: metrics-collector spec: selector: name: metrics-collector ports: -...

This could be useful for figuring out if kubernetes/application/local configuration is botched and metrics are never sent out in the first place or if maybe it's a connection issue or...

As part of the auto discovery of URLs, it would be nice if it was possible to just provide the namespace, and then auto discover all the services within that...

enhancement