Skip to content

Instantly share code, notes, and snippets.

@Koriit
Last active January 13, 2020 13:15
Show Gist options
  • Save Koriit/255730f70931b7d80610359f4093af07 to your computer and use it in GitHub Desktop.
Save Koriit/255730f70931b7d80610359f4093af07 to your computer and use it in GitHub Desktop.
if(!doc['tags.keyword'].empty && doc['tags.keyword'].contains("parallel_gc")) {
return doc['duration'].value * 1000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment