Skip to content

Instantly share code, notes, and snippets.

@puzpuzpuz
Created September 16, 2020 17:41
Show Gist options
  • Save puzpuzpuz/550b27b08c7b4a85b180c08f54f24167 to your computer and use it in GitHub Desktop.
Save puzpuzpuz/550b27b08c7b4a85b180c08f54f24167 to your computer and use it in GitHub Desktop.
interface DataPoint {
metric: string;
tags: Map<string, string>;
time: number;
value: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment