Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 29, 2020 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4729261041993d3fd70f0685c22bb004 to your computer and use it in GitHub Desktop.
Save r-ryantm/4729261041993d3fd70f0685c22bb004 to your computer and use it in GitHub Desktop.
/nix/store/pyia33acvmfg88jm2b0hns863gsczkdi-python2.7-datadog-0.39.0
├── bin
│   ├── dog
│   ├── dogshell
│   ├── dogshellwrap
│   └── dogwrap
├── lib
│   └── python2.7
│   └── site-packages
│   ├── datadog
│   │   ├── api
│   │   │   ├── api_client.py
│   │   │   ├── api_client.pyc
│   │   │   ├── aws_integration.py
│   │   │   ├── aws_integration.pyc
│   │   │   ├── aws_log_integration.py
│   │   │   ├── aws_log_integration.pyc
│   │   │   ├── azure_integration.py
│   │   │   ├── azure_integration.pyc
│   │   │   ├── comments.py
│   │   │   ├── comments.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── dashboard_lists.py
│   │   │   ├── dashboard_lists.pyc
│   │   │   ├── dashboard_list_v2.py
│   │   │   ├── dashboard_list_v2.pyc
│   │   │   ├── dashboards.py
│   │   │   ├── dashboards.pyc
│   │   │   ├── distributions.py
│   │   │   ├── distributions.pyc
│   │   │   ├── downtimes.py
│   │   │   ├── downtimes.pyc
│   │   │   ├── events.py
│   │   │   ├── events.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── format.py
│   │   │   ├── format.pyc
│   │   │   ├── gcp_integration.py
│   │   │   ├── gcp_integration.pyc
│   │   │   ├── graphs.py
│   │   │   ├── graphs.pyc
│   │   │   ├── hosts.py
│   │   │   ├── hosts.pyc
│   │   │   ├── http_client.py
│   │   │   ├── http_client.pyc
│   │   │   ├── infrastructure.py
│   │   │   ├── infrastructure.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── metrics.py
│   │   │   ├── metrics.pyc
│   │   │   ├── monitors.py
│   │   │   ├── monitors.pyc
│   │   │   ├── permissions.py
│   │   │   ├── permissions.pyc
│   │   │   ├── resources.py
│   │   │   ├── resources.pyc
│   │   │   ├── roles.py
│   │   │   ├── roles.pyc
│   │   │   ├── screenboards.py
│   │   │   ├── screenboards.pyc
│   │   │   ├── service_checks.py
│   │   │   ├── service_checks.pyc
│   │   │   ├── service_level_objectives.py
│   │   │   ├── service_level_objectives.pyc
│   │   │   ├── synthetics.py
│   │   │   ├── synthetics.pyc
│   │   │   ├── tags.py
│   │   │   ├── tags.pyc
│   │   │   ├── timeboards.py
│   │   │   ├── timeboards.pyc
│   │   │   ├── users.py
│   │   │   └── users.pyc
│   │   ├── dogshell
│   │   │   ├── comment.py
│   │   │   ├── comment.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── dashboard_list.py
│   │   │   ├── dashboard_list.pyc
│   │   │   ├── dashboard.py
│   │   │   ├── dashboard.pyc
│   │   │   ├── downtime.py
│   │   │   ├── downtime.pyc
│   │   │   ├── event.py
│   │   │   ├── event.pyc
│   │   │   ├── host.py
│   │   │   ├── host.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metric.py
│   │   │   ├── metric.pyc
│   │   │   ├── monitor.py
│   │   │   ├── monitor.pyc
│   │   │   ├── screenboard.py
│   │   │   ├── screenboard.pyc
│   │   │   ├── search.py
│   │   │   ├── search.pyc
│   │   │   ├── service_check.py
│   │   │   ├── service_check.pyc
│   │   │   ├── service_level_objective.py
│   │   │   ├── service_level_objective.pyc
│   │   │   ├── tag.py
│   │   │   ├── tag.pyc
│   │   │   ├── timeboard.py
│   │   │   ├── timeboard.pyc
│   │   │   ├── wrap.py
│   │   │   └── wrap.pyc
│   │   ├── dogstatsd
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── context_async.py
│   │   │   ├── context_async.pyc
│   │   │   ├── context.py
│   │   │   ├── context.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── route.py
│   │   │   └── route.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── py.typed
│   │   ├── threadstats
│   │   │   ├── aws_lambda.py
│   │   │   ├── aws_lambda.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── events.py
│   │   │   ├── events.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metrics.py
│   │   │   ├── metrics.pyc
│   │   │   ├── periodic_timer.py
│   │   │   ├── periodic_timer.pyc
│   │   │   ├── reporters.py
│   │   │   └── reporters.pyc
│   │   ├── util
│   │   │   ├── cli.py
│   │   │   ├── cli.pyc
│   │   │   ├── compat.py
│   │   │   ├── compat.pyc
│   │   │   ├── config.py
│   │   │   ├── config.pyc
│   │   │   ├── format.py
│   │   │   ├── format.pyc
│   │   │   ├── hostname.py
│   │   │   ├── hostname.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── datadog-0.39.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 156 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment