prometheus-remote-write
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "prometheus-remote-write", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Send samples to prometheus via remote_write from NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
/// <reference types="node" /> | ||
interface Sample { | ||
@@ -16,2 +18,4 @@ value: number, | ||
samples: Sample[] | ||
} | ||
} | ||
export function pushTimeseries(timeseries: Timeseries | Timeseries[], options?: any); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85487
1673