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
Hello,
I'm facing an issue while attempting to access environment metrics for the Drive resource. It seems that there isn't an EnvironmentMetrics() function available for this resource. The only way to potentially access it is to obtain the value of the environmentMetrics key in the Drive struct and pass the link to the GetEnvironmentMetrics() function. Unfortunately, the 'environmentMetrics' in the struct is not an exported variable, making it inaccessible as well. I would greatly appreciate any assistance with resolving this issue. Thank you for your help!
The text was updated successfully, but these errors were encountered:
It looks like EnvironmentMetrics() just hasn't been added yet. I can try to get to that shortly. Just need to wrap up some current work, so it hopefully shouldn't be too long.
Hello,
I'm facing an issue while attempting to access environment metrics for the Drive resource. It seems that there isn't an EnvironmentMetrics() function available for this resource. The only way to potentially access it is to obtain the value of the environmentMetrics key in the Drive struct and pass the link to the GetEnvironmentMetrics() function. Unfortunately, the 'environmentMetrics' in the struct is not an exported variable, making it inaccessible as well. I would greatly appreciate any assistance with resolving this issue. Thank you for your help!
The text was updated successfully, but these errors were encountered: