This commit is contained in:
root
2023-06-21 22:42:00 +09:00
parent a209a9b25c
commit cb468e04ca
13 changed files with 262 additions and 56 deletions

View File

@@ -1,5 +1,7 @@
agent:
metadata:
agent_name: "{{ trace_agent_name | default('trace-agent') }}"
cluster_id: "{{ trace_agent_cluster_id | default('unknown_cluster') }}"
option:
agent_name: "{{ trace_agent_name | default('trace-agent') }}"
cluster_id: "{{ trace_agent_cluster_id | default('unknown_cluster') }}"
collector_config:
sampling_rate: "{{ trace_sampling_rate | default('10') }}"