Skip to content

Commit

Permalink
memory_co_re: Add missing content to configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed Apr 15, 2022
1 parent c3f5a97 commit 3a77d41
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions collectors/ebpf.plugin/ebpf.d/cachestat.conf
Expand Up @@ -10,6 +10,15 @@
#
# The `pid table size` defines the maximum number of PIDs stored inside the application hash table.
#
# The `ebpf type format` option accepts the following values :
# `auto` : The eBPF collector will investigate hardware and select between the two next options.
# `legacy`: The eBPF collector will load the legacy code. Note: This has a bigger overload.
# `co-re` : The eBPF collector will use latest tracing method. Note: This is not available on all platforms.
#
# The `ebpf co-re tracing` option accepts the following values:
# `trampoline`: This is the default mode used by the eBPF collector, due the small overhead added to host.
# `probe` : This is the same as legacy code.
#
# Uncomment lines to define specific options for thread.
[global]
# ebpf load mode = entry
Expand Down
9 changes: 9 additions & 0 deletions collectors/ebpf.plugin/ebpf.d/dcstat.conf
Expand Up @@ -8,6 +8,15 @@
# If you want to disable the integration with `apps.plugin` or `cgroups.plugin` along with the above charts, change
# the setting `apps` and `cgroups` to 'no'.
#
# The `ebpf type format` option accepts the following values :
# `auto` : The eBPF collector will investigate hardware and select between the two next options.
# `legacy`: The eBPF collector will load the legacy code. Note: This has a bigger overload.
# `co-re` : The eBPF collector will use latest tracing method. Note: This is not available on all platforms.
#
# The `ebpf co-re tracing` option accepts the following values:
# `trampoline`: This is the default mode used by the eBPF collector, due the small overhead added to host.
# `probe` : This is the same as legacy code.
#
# Uncomment lines to define specific options for thread.
[global]
# ebpf load mode = entry
Expand Down
9 changes: 9 additions & 0 deletions collectors/ebpf.plugin/ebpf.d/swap.conf
Expand Up @@ -8,6 +8,15 @@
# If you want to disable the integration with `apps.plugin` or `cgroups.plugin` along with the above charts, change
# the setting `apps` and `cgroups` to 'no'.
#
# The `ebpf type format` option accepts the following values :
# `auto` : The eBPF collector will investigate hardware and select between the two next options.
# `legacy`: The eBPF collector will load the legacy code. Note: This has a bigger overload.
# `co-re` : The eBPF collector will use latest tracing method. Note: This is not available on all platforms.
#
# The `ebpf co-re tracing` option accepts the following values:
# `trampoline`: This is the default mode used by the eBPF collector, due the small overhead added to host.
# `probe` : This is the same as legacy code.
#
# Uncomment lines to define specific options for thread.
[global]
# ebpf load mode = entry
Expand Down

0 comments on commit 3a77d41

Please sign in to comment.