Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. - host: localhost
  5. port: 5432
  6. username: datadog
  7. password: password
  8. dbname: elements
  9. tags:
  10. - snapshot
  11. - db
  12.  
  13. custom_metrics:
  14. - # Queued executions
  15. descriptors: []
  16. metrics:
  17. count(1) as queued_executions: [postgresql.queued_executions, GAUGE]
  18.  
  19. query: SELECT %s from formula_instance_execution where status_type_id = 5;
  20. relation: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement