Pushing VGS Metrics to Datadog
Prerequisites
Step 1. Configure the Datadog Agent
init_config:
instances:
- prometheus_url: https://metrics.apps.verygood.systems/vaults/tntasd123/api/metrics # note, your Vault ID must be added to the path
username: prometheus
password: hunter2
namespace: vgs
send_distribution_buckets: true
max_returned_metrics: 10000
send_histograms_buckets: true
label_to_hostname: vgs_tier
metrics: # List of metrics to collect (required)
- vault_record_usage: record_usage
- vault_record_usage_failure: record_usage_failure
- http_proxy_request
- http_proxy_response
- http_proxy_processing_duration_ms
- http_upstream_response
- http_upstream_processing_duration_ms
- sftp_proxy_request
- sftp_proxy_processing_duration_ms
- iso_8583_proxy_request
- iso_8583_proxy_processing_duration_msStep 2. Start the Datadog Agent in Docker
Step 3. Verify the Agent
Further Reading
Last updated

