Skip to content

Commit

Permalink
Fix: use text type instead of integer (earlier: duration) (#267)
Browse files Browse the repository at this point in the history
* Fix: use text type instead of duration

* Add sample value
  • Loading branch information
mtojek authored Sep 10, 2020
1 parent 66e18b5 commit d1e7dd6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions packages/system/dataset/socket/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,23 @@ streams:
multi: false
required: false
show_user: true
description: >
Configure reverse DNS lookup on remote IP addresses in the socket metricset.
description: Configure reverse DNS lookup on remote IP addresses in the socket
dataset.
- name: socket.reverse_lookup.success_ttl
type: integer
type: text
title: Reverse Lookup Success TTL
multi: false
required: false
show_user: true
description: >
Success TTL for reverse DNS lookup on remote IP addresses in the socket metricset.
description: "Success TTL for reverse DNS lookup on remote IP addresses in the
socket dataset (sample: 10s)"
- name: socket.reverse_lookup.failure_ttl
type: integer
type: text
title: Reverse Lookup Success TTL
multi: false
required: false
show_user: true
description: >
Failiure TTL for reverse DNS lookup on remote IP addresses in the socket metricset.
description: "Failure TTL for reverse DNS lookup on remote IP addresses in the
socket dataset (sample: 10s)"
title: System socket metrics
description: Collect System socket metrics

0 comments on commit d1e7dd6

Please sign in to comment.