Created
September 16, 2020 17:41
-
-
Save puzpuzpuz/550b27b08c7b4a85b180c08f54f24167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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