Skip to content

Commit

Permalink
Add Incident and Alert service types to Metric model
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 4, 2024
1 parent 4029d72 commit 5796db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Common/Models/AnalyticsModels/Metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export enum MetricPointType {
export enum ServiceType {
OpenTelemetry = "OpenTelemetry",
Monitor = "Monitor",
Incident = "Incident",
Alert = "Alert",
}

export default class Metric extends AnalyticsBaseModel {
Expand Down

0 comments on commit 5796db0

Please sign in to comment.