Stan Chen
Results
2
issues of
Stan Chen
https://github.com/tensorflow/io/blob/master/docs/tutorials/prometheus.ipynb the ``` dataset = tfio.experimental.IODataset.from_prometheus( "coredns_dns_request_count_total", 5, endpoint="http://localhost:9090") ``` dataset returned with this call is throwing the following errors ``` Dataset Spec: (TensorSpec(shape=(), dtype=tf.int64, name=None), {'coredns': {'localhost:9153': {'coredns_dns_request_count_total': TensorSpec(shape=(),...