Commit dbb0893
authored
* PMM-13967 Add support for ClickHouse and VM URLs in dump service
Enhanced the dump service to accept ClickHouse and VictoriaMetrics URLs. Updated the constructor and related logic to utilize these URLs for exports. Modified initialization in main.go to provide the required URL values.
* PMM-13967: Add URLs struct documentation comment
Added a comment to document the purpose of the URLs struct in dump.go. This improves code clarity and helps developers understand its usage.
* PMM-13967 Update flag name for VictoriaMetrics URL in dump service
Renamed the CLI flag from "--vm-url" to "--victoria-metrics-url" to improve clarity and alignment with naming conventions. This change ensures flag names are more descriptive and consistent.
1 parent 4dd578b commit dbb0893
2 files changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
958 | | - | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
959 | 962 | | |
960 | 963 | | |
961 | 964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
52 | | - | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
61 | | - | |
| 68 | + | |
62 | 69 | | |
63 | | - | |
64 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
109 | 117 | | |
110 | 118 | | |
111 | 119 | | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
0 commit comments