update docs and remove packaging
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
from prometheus_rus import CounterFamily, GaugeFamily, SummaryFamily, Registry
|
||||
from prometheus_rus import (
|
||||
CounterFamily,
|
||||
GaugeFamily,
|
||||
Registry,
|
||||
SummaryFamily,
|
||||
)
|
||||
|
||||
registry = Registry()
|
||||
|
||||
@@ -24,4 +29,4 @@ s.observe(1, timestamp=None)
|
||||
s.observe(2, timestamp=None)
|
||||
s.observe(3)
|
||||
|
||||
print(registry.collect())
|
||||
print(registry.collect(), end="")
|
||||
|
||||
Reference in New Issue
Block a user