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
At line 54 you set the max ts to 10 digits which implies second precision. In the tcollector docs you mention that you can use 10 second precision but specify ms with NNNNNNNNNN.MMM but this fails the regex match on line 328.
At line 54 you set the max ts to 10 digits which implies second precision. In the tcollector docs you mention that you can use 10 second precision but specify ms with NNNNNNNNNN.MMM but this fails the regex match on line 328.
Pythex example
Wondering how to create a collector that reports ms precision?
The text was updated successfully, but these errors were encountered: