You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Your application should run for at least this amount
469
+
# of time so the exporter will meet this interval
470
+
# Sleep can fulfill this
471
+
time.sleep(60)
472
+
473
+
print("Done recording metrics")
474
+
475
+
if__name__=="__main__":
476
+
main()
477
+
```
425
478
You can add as many processors as you like, and they are called in the order they are added. If one processor should throw an exception, it does not impact the following processors.
0 commit comments