File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,23 @@ History
7
7
8
8
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
9
9
10
- 1.8.23.1 (2021-11-16)
10
+ 1.8.23.2 (2021-12-16)
11
+ ---------------------
12
+
13
+ Interim administrative release.
14
+
15
+ * Improved Prometheus metrics for monitoring (#779)
16
+ * Update HISTORY.rst (#780)
17
+
18
+ 1.8.23.1 (2021-12-10)
11
19
---------------------
12
20
13
21
Interim administrative release.
14
22
15
23
* Improved Prometheus metrics for monitoring (#777)
16
24
* Update HISTORY.rst (#778)
17
25
18
- 1.8.23 (2021-12-10 )
26
+ 1.8.23 (2021-11-16 )
19
27
-------------------
20
28
21
29
In addition to the standard animated handlers previously supported by all style types, this release
Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ def ping():
196
196
197
197
198
198
@app .route ("/legend/<string:layer>/<string:style>/legend.png" )
199
- @prometheus_ows_ogc_metric
200
199
@metrics .summary ('ows_legends' , "Legend query durations" , labels = {
201
200
"layer" : lambda : request .path .split ("/" )[2 ],
202
201
"style" : lambda : request .path .split ("/" )[3 ],
You can’t perform that action at this time.
0 commit comments