Skip to content

Instantly share code, notes, and snippets.

@CrispyBaguette
Created November 30, 2021 11:13
Show Gist options
  • Select an option

  • Save CrispyBaguette/63c903b91c092a220202ab424b9f6b05 to your computer and use it in GitHub Desktop.

Select an option

Save CrispyBaguette/63c903b91c092a220202ab424b9f6b05 to your computer and use it in GitHub Desktop.
Regex for rudimentary parsing of InfluxDB line protocol
/^(?<measurement>\w+),(?<tags>(?:\w+=\w+,?)+)+\s(?<fields>(?:\w+=(?:"\w+"|\w+),?)+)\s(?<ts>[0-9]+)$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment