Skip to content

Commit 219ec00

Browse files
SpacemanPaulomad
authored andcommitted
Remove OGC metric from Legend URLS. Update History.rst.
1 parent 964f86e commit 219ec00

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

HISTORY.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ History
77

88
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
99

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)
1119
---------------------
1220

1321
Interim administrative release.
1422

1523
* Improved Prometheus metrics for monitoring (#777)
1624
* Update HISTORY.rst (#778)
1725

18-
1.8.23 (2021-12-10)
26+
1.8.23 (2021-11-16)
1927
-------------------
2028

2129
In addition to the standard animated handlers previously supported by all style types, this release

datacube_ows/ogc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def ping():
196196

197197

198198
@app.route("/legend/<string:layer>/<string:style>/legend.png")
199-
@prometheus_ows_ogc_metric
200199
@metrics.summary('ows_legends', "Legend query durations", labels={
201200
"layer": lambda: request.path.split("/")[2],
202201
"style": lambda: request.path.split("/")[3],

0 commit comments

Comments
 (0)