We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1e6c commit c774c34Copy full SHA for c774c34
tests/1000-integers.toml
@@ -0,0 +1,12 @@
1
+[[metric]]
2
+context = "integers"
3
+labels = [ "value" ]
4
+metricsdesc = { value= "Gauge metric integers counting up." }
5
+request = '''
6
+select value
7
+from dual
8
+model
9
+ dimension by ( 0 as key )
10
+ measures ( 0 as value )
11
+ rules upsert ( value[ for key from 1 to 1000 increment 1 ] = cv(key) )
12
+'''
0 commit comments