8000 Add some more todos · flixgithub/client_python@eb4ac52 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb4ac52

Browse files
committed
Add some more todos
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
1 parent c25dd5f commit eb4ac52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prometheus_client/openmetrics/parser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ def build_metric(name, documentation, typ, unit, samples):
255255
# TODO: check info/stateset values are 1/0
256256
# TODO: check for metadata in middle of samples
257257
# TODO: Check histogram bucket rules being followed
258+
# TODO: Check for duplicate metrics
259+
# TODO: Check for dupliate samples
260+
# TODO: Check for decresing timestamps
258261
metric.samples = samples
259262
return metric
260263

0 commit comments

Comments
 (0)
0