PowerShell-Influx:用于与时间序列数据库平台Influx进行交互的PowerShell模块

时间:2024-06-17 08:54:32
【文件属性】:

文件名称:PowerShell-Influx:用于与时间序列数据库平台Influx进行交互的PowerShell模块

文件大小:119KB

文件格式:ZIP

更新时间:2024-06-17 08:54:32

powershell metrics grafana cmdlet statsd

PowerShell流入 这是用于与时间序列数据库平台Influx交互的PowerShell模块: : 。 目前,主要目的是为通过REST API,UDP或StatsD将指标写入Influx提供一致的体验。 目的 编写该模块是为了允许将来自不同来源的度量标准写入InfluxDB,以通过一个或多个Grafana仪表板进行呈现。 通过使用此模块,InfluxDB和Grafana,您可以创建并填充如下所示的交互式仪表板(注意:已从以下屏幕截图中删除了敏感数据): 有关如何实施这些工具的更多详细信息, 。 有关如何使用Influx PowerShell模块的更多信息,请阅读以下内容。 安装 该模块在PSGallery中发布,因此如果有PowerShell 5,可以通过运行以下命令进行安装: Install-Module Influx -Scope CurrentUser 用法 当前实现


【文件预览】:
PowerShell-Influx-master
----Influx()
--------Influx.psm1(448B)
--------Influx.psd1(5KB)
--------Public()
--------Private()
----LICENSE(34KB)
----azure-pipelines.yml(2KB)
----CONTRIBUTING.md(2KB)
----CHANGELOG.md(833B)
----Documentation()
--------Get-DatacenterMetric.md(2KB)
--------Write-StatsD.md(3KB)
--------Get-DatastoreClusterMetric.md(2KB)
--------Send-VMMetric.md(3KB)
--------Send-3ParSystemMetric.md(3KB)
--------Write-InfluxUDP.md(4KB)
--------Send-DatastoreClusterMetric.md(3KB)
--------Get-DatastoreMetric.md(2KB)
--------Send-TFSBuildMetric.md(4KB)
--------ConvertTo-InfluxLineString.md(4KB)
--------ConvertTo-StatsDString.md(2KB)
--------Send-ResourcePoolMetric.md(3KB)
--------Get-3ParSystemMetric.md(2KB)
--------Get-3ParVirtualVolumeMetric.md(2KB)
--------Send-HostMetric.md(3KB)
--------ConvertTo-Metric.md(3KB)
--------Get-ResourcePoolMetric.md(2KB)
--------Get-HostMetric.md(2KB)
--------Send-3ParVirtualVolumeMetric.md(3KB)
--------Send-DatastoreMetric.md(3KB)
--------Send-IsilonStoragePoolMetric.md(3KB)
--------Get-VMMetric.md(2KB)
--------Get-TFSBuildMetric.md(3KB)
--------Send-DatacenterMetric.md(3KB)
--------Get-IsilonStoragePoolMetric.md(2KB)
--------Write-Influx.md(5KB)
----PSScriptAnalyzerSettings.psd1(260B)
----Tests()
--------Send-3ParSystemMetric.Tests.ps1(4KB)
--------Send-DatastoreClusterMetric.Tests.ps1(2KB)
--------ConvertTo-Metric.Tests.ps1(951B)
--------Send-DatastoreMetric.Tests.ps1(2KB)
--------ConvertTo-UnixTimeMillisecond.Tests.ps1(2KB)
--------Mock-Get-3parStatVV.xml(3KB)
--------Send-DatacenterMetric.Tests.ps1(3KB)
--------Send-HostMetric.Tests.ps1(4KB)
--------Common()
--------Write-InfluxUDP.Tests.ps1(7KB)
--------ConvertTo-InfluxLineString.Tests.ps1(8KB)
--------Out-InfluxEscapeString.Tests.ps1(2KB)
--------Mock-Get3parSystem.xml(2KB)
--------Invoke-UDPSendMethod.Tests.ps1(2KB)
--------Send-3ParVirtualVolumeMetric.Tests.ps1(5KB)
--------Get-3ParSystemMetric.Tests.ps1(4KB)
--------Send-ResourcePoolMetric.Tests.ps1(3KB)
--------Send-IsilonStoragePoolMetric.Tests.ps1(4KB)
--------ConvertTo-StatsDString.Tests.ps1(1KB)
--------Write-Statsd.Tests.ps1(2KB)
--------Mock-Get3parSpace.xml(880B)
--------Write-Influx.Tests.ps1(8KB)
--------Mock-GetisiStoragePools.xml(3KB)
--------Send-VMMetric.Tests.ps1(4KB)
--------ConvertTo-UnixTimeNanosecond.Tests.ps1(2KB)
--------Send-TFSBuildMetric.Tests.ps1(5KB)
--------Influx.Tests.ps1(370B)
----Build()
--------build.psake.ps1(10KB)
--------deploy.psdeploy.ps1(1KB)
--------build.ps1(2KB)
--------build.depend.psd1(653B)
----README.md(8KB)
----.vscode()
--------launch.json(1KB)

网友评论