jgibbons-cp / datatog_pov_resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z_pov

Introduction

Configure SQL Server for Datadog integration.

  1. From where you will execute the powershell script:

NOTE: replace password with the password you want to use
Set-Variable -Name DATADOG_SQL_SERVER_PWD -Value password

  1. Execute the powershell script

.\powershell_sql_server_datadog_setup.ps1

Datadog Configuration Files

  1. In the directory datadog_config directory there is a windows and a linux datadog.yaml file for each OS.

  2. The configuration files each have APM, Logs and Live Processes configured.

  3. For each file, api_key: <api_key> should have <api_key> replaced with the API key from your Datadog organization. This can be found here.

  4. For APM, the env variable should be set in the configuration

About

License:Apache License 2.0


Languages

Language:PowerShell 55.0%Language:Python 45.0%