Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fddbd02

Browse files
authored
Translation Pipeline PR (DataDog#14607)
* Deleting translations of content/ja/metrics/custom_metrics/guide/_index.md * Deleting translations of content/fr/metrics/custom_metrics/guide/_index.md * Deleting translations of content/ja/metrics/guide/tag-configuration-cardinality-estimation-tool.md * Deleting translations of content/fr/metrics/guide/tag-configuration-cardinality-estimation-tool.md * updating translations
1 parent 4041da5 commit fddbd02

File tree

5 files changed

+1
-133
lines changed

5 files changed

+1
-133
lines changed

content/fr/metrics/custom_metrics/guide/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/fr/metrics/guide/tag-configuration-cardinality-estimation-tool.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

content/ja/metrics/custom_metrics/dogstatsd_metrics_submission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ statsd = Datadog::Statsd.new('localhost', 8125, tags: ['environment:dev'])
8686

8787
while true do
8888
statsd.increment('example_metric.increment')
89-
statsd.increment('example_metric.increment', tags: ['another': 'tag'])
89+
statsd.increment('example_metric.increment', tags: ['another:tag'])
9090
statsd.decrement('example_metric.decrement')
9191
statsd.count('example_metric.count', 2)
9292
sleep 10

content/ja/metrics/custom_metrics/guide/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/ja/metrics/guide/tag-configuration-cardinality-estimation-tool.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)