Skip to content

Commit fe23fb0

Browse files
authored
add posotion to TimeSeriesMetricType (#2143)
* add posotion to TimeSeriesMetricType * output changes
1 parent 0765c9a commit fe23fb0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

output/schema/schema.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/TimeSeriesMetricType.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ export enum TimeSeriesMetricType {
2121
gauge,
2222
counter,
2323
summary,
24-
histogram
24+
histogram,
25+
position
2526
}

0 commit comments

Comments
 (0)