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
$encodedData=[System.Text.Encoding]::ASCII.GetBytes("${metricName}:${metricValue}|g") # curly brackets these otherwise it'll interpret it as a property value
Write-Host "data to be sent to DogstatsD: $encodedData"
# send it through to our udp client (pointed to dogstatsd)