Skip to content

Commit

Permalink
Add some more todos
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
  • Loading branch information
brian-brazil committed Sep 7, 2018
1 parent c25dd5f commit eb4ac52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prometheus_client/openmetrics/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ def build_metric(name, documentation, typ, unit, samples):
# TODO: check info/stateset values are 1/0
# TODO: check for metadata in middle of samples
# TODO: Check histogram bucket rules being followed
# TODO: Check for duplicate metrics
# TODO: Check for dupliate samples
# TODO: Check for decresing timestamps
metric.samples = samples
return metric

Expand Down

0 comments on commit eb4ac52

Please sign in to comment.