Skip to content

Commit 01df53a

Browse files
starting to add more metric metadata integration
1 parent 8681843 commit 01df53a

File tree

9 files changed

+33
-8
lines changed

9 files changed

+33
-8
lines changed

content/integrations/activemq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Datadog-ActiveMQ Integration
33
integration_title: ActiveMQ
44
kind: integration
55
doclevel: complete
6+
git_integration_title: activemq
67
---
78

89
## Overview
@@ -98,5 +99,8 @@ Get metrics from ActiveMQ in real time to
9899
else echo -e "\e[031mAgent is not running\e[0m"; fi
99100
{:.language-shell}
100101

102+
## Metrics
103+
104+
<%= get_metrics_from_git()%>
101105

102106
[1]: http://activemq.apache.org/jmx.html

content/integrations/airbrake.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Datadog-Airbrake Integration
33
integration_title: Airbrake
44
kind: integration
55
doclevel: basic
6+
git_integration_title: airbrake
67
---
78

89
## Overview
@@ -22,3 +23,6 @@ You can either choose to follow all projects or specify a project name to follow
2223
If "All projects" box is ticked and a project name is specified, all projects will be followed.
2324

2425

26+
## Metrics
27+
28+
<%= get_metrics_from_git()%>

content/integrations/ansible.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Datadog-Ansible Integration
33
integration_title: Ansible
44
kind: integration
55
doclevel: basic
6+
git_integration_title: ansible
67
---
78

89
### Overview
@@ -12,3 +13,7 @@ Install the Datadog Ansible callback integration to:
1213
* Get real-time reports on Ansible server runs
1314
* Track key Ansible performance metrics across all your servers
1415
* Quickly identify and discuss failed Ansible runs with your team
16+
17+
### Metrics
18+
19+
<%= get_metrics_from_git() %>

content/integrations/apache.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Datadog-Apache Integration
33
integration_title: Apache
44
kind: integration
55
newhlevel: true
6+
git_integration_title: apache
67
---
78

89
# Overview
@@ -65,14 +66,7 @@ You should see something similar to the following if everything is working corre
6566

6667
The following metrics are collected by default with the Apache integration:
6768

68-
apache.net.bytes
69-
apache.net.bytes_per_s
70-
apache.net.hits
71-
apache.net.request_per_s
72-
apache.performance.busy_workers
73-
apache.performance.cpu_load
74-
apache.performance.idle_workers
75-
apache.performance.uptime
69+
<%= get_metrics_from_git()%>
7670

7771

7872
[1]: https://github.com/DataDog/dd-agent/blob/master/conf.d/apache.yaml.example

content/integrations/aws.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sidebar:
1212
href: "#installation"
1313
- text: Configuration
1414
href: "#configuration"
15+
1516
---
1617

1718

content/integrations/awselasticache.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Datadog-AWS ElastiCache Integration
33
integration_title: AWS ElastiCache
44
kind: integration
5+
git_integration_title: amazon_elasticache
56
---
67

78
![ElastiCache Memcached default dashboard](/static/images/elasticache-memcached.png)
@@ -67,6 +68,9 @@ Here's an example of setting up a graph to combine cache hit metrics from Elasti
6768

6869
![ElastiCache and Cache metrics](/static/images/elasticache4.png)
6970

71+
## Metrics
72+
73+
<%= get_metrics_from_git() %>
7074

7175
## What's next?
7276

content/integrations/awsses.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ sidebar:
1212
href: "#installation"
1313
- text: Configuration
1414
href: "#configuration"
15+
git_integration_title: amazon_ses
1516
---
1617

1718
# Overview
1819

1920
Amazon Simple Email Service (SES) is a cost-effective, outbound-only email-sending service.
2021

2122
Enable this integration to see in Datadog all your SES metrics.
23+
24+

content/integrations/awssqs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ title: Datadog-AWS SQS Integration
33
integration_title: AWS SQS
44
kind: integration
55
doclevel: basic
6+
git_integration_title: amazon_sqs
67
---
78

89

910

1011
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service.
1112

1213
Enable this integration to see in Datadog all your SQS metrics.
14+
15+
## Metrics
16+
17+
<%= get_metrics_from_git() %>

content/integrations/btrfs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ title: Datadog-btrfs Integration
33
integration_title: btrfs
44
kind: integration
55
doclevel: basic
6+
git_integration_title: btrfs
67
---
78

89
Capture Btrfs metrics into Datadog to:
910

1011
* Visualize your file system performance.
1112
* Correlate the performance of Btrfs file system with the rest of your applications.
13+
14+
## Metrics
15+
16+
<%= get_metrics_from_git() %>

0 commit comments

Comments
 (0)