Skip to content

Commit

Permalink
updated alert condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosanam committed Sep 7, 2023
1 parent 4599828 commit c4abfcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: STATIC

# NRQL query
nrql:
query: "SELECT filter(count(document_count), WHERE document_count=4) / count(document_count) * 100 from LlmVectorSearch WHERE applicationName IN ('LangChain observability trace')"
query: "SELECT filter(count(document_count), WHERE document_count=0) / count(document_count) * 100 from LlmVectorSearch WHERE applicationName IN ('LangChain observability trace')"

# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
valueFunction: SINGLE_VALUE
Expand Down

0 comments on commit c4abfcf

Please sign in to comment.