set up otel stack
This commit is contained in:
parent
74f8edf024
commit
f58bf336d6
16 changed files with 2423 additions and 0 deletions
8
roles/any.software.greptimedb-podman/handlers/main.yml
Normal file
8
roles/any.software.greptimedb-podman/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: 'restart greptimedb'
|
||||
ansible.builtin.service:
|
||||
name: 'greptimedb'
|
||||
state: 'restarted'
|
||||
|
||||
scope: 'user'
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue