My check looks like this:
---
type: CheckConfig
api_version: core/v2
metadata:
name: metrics
spec:
command: "metrics-curl.rb -u https://thesite.com"
proxy_entity_name: thesite.com
round_robin: true
publish: true
interval: 30
handlers:
- plivo
runtime_assets:
- sensu-plugins/sensu-plugins-http
- sensu/sensu-ruby-runtime
subscriptions:
- proxy
output_metric_format: nagios_perfdata
output_metric_handlers:
- influxdb
I see what appear to be metrics in the event list:
thesite.com thesite-metrics dc2e6cb14e16.curl_timings.time_total 0.179716 1578949159 0 false 2020-01-13 12:59:19 -0800 PST
dc2e6cb14e16.curl_timings.time_namelookup 0.008926 1578949159
dc2e6cb14e16.curl_timings.time_connect 0.019085 1578949159
dc2e6cb14e16.curl_timings.time_pretransfer 0.088613 1578949159
dc2e6cb14e16.curl_timings.time_redirect 0.000000 1578949159
dc2e6cb14e16.curl_timings.time_starttransfer 0.169122 1578949159
dc2e6cb14e16.curl_timings.http_code 200 1578949159
but no data in influxdb. i have other checks using sensu/monotoring-plugins that are able to output metrics to influx, so the handler seems to be working correctly. Why isn’t this working?