powershell-prom-client icon indicating copy to clipboard operation
powershell-prom-client copied to clipboard

Prometheus instrumentation library for Powershell applications

Results 8 powershell-prom-client issues
Sort by recently updated
recently updated
newest added

When using a job in PowerShell Windows 5,1 for running the Exporter, the job will fail with ~~~ Exception setting "TreatControlCAsInput": "The handle is invalid. " At C:\Program Files\WindowsPowerShell\Modules\PromethuesExporter\0.1.0\PrometheusExporter.psm1:117 char:9...

https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/rules/avoidusingwritehost?view=ps-modules

Consider implementing MS Best practice of not using the Write-Host cmdlet [MS Learn - Avoid Using Write-Host](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/rules/avoidusingwritehost?view=ps-modules)

Hi there, I'm using PowerShell (5.1.14409.1018), ORACLE Database (12.2.0.1.0), Prometheus (2.19.2), Grafana (7.1.1) PowerShell allows to perform database queries i.e. from ORACLE DB. Following the instructions at [Use Oracle ODP.NET...

When trouble shooting the collector I can't display the `Labels` for the Metrics definition and the `Labels` property for the actual metric object at the same time. When trying to...

When trying to pull data presented with this module with Telegraf, we receive the following error: `[inputs.prometheus] Error in plugin: error reading metrics for http://localhost:9191/metrics: reading text format failed: text...

Hello @jobec, You did a nice job here! We are looking to implement this exporter in our infrastructure, but our security standards are asking for encryption in the HTTP response....