Skip to content

Commit 7e9c28f

Browse files
fix: Adds missing matchers for the alert_configuration resource. (#321)
Co-authored-by: EspenAlbert <[email protected]>
1 parent 5f78337 commit 7e9c28f

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

API.md

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/l1-resources/alert-configuration/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,12 @@ export enum MatcherFieldName {
558558
SHARD_NAME = "SHARD_NAME",
559559
/** TYPE_NAME */
560560
TYPE_NAME = "TYPE_NAME",
561+
/** APPLICATION_ID */
562+
APPLICATION_ID = "APPLICATION_ID",
563+
/** INSTANCE_NAME */
564+
INSTANCE_NAME = "INSTANCE_NAME",
565+
/** PROCESSOR_NAME */
566+
PROCESSOR_NAME = "PROCESSOR_NAME",
561567
}
562568

563569
/**

0 commit comments

Comments
 (0)