|
14 | 14 | - do:
|
15 | 15 | index:
|
16 | 16 | index: twitter
|
17 |
| - type: foo |
18 | 17 | id: 1
|
19 | 18 | body: { foo: bar }
|
20 | 19 |
|
|
34 | 33 | \# \s TYPE \s es_index_indexing_delete_count \s gauge \n
|
35 | 34 | (
|
36 | 35 | es_index_indexing_delete_count\{
|
37 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 36 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
38 | 37 | ,\} \s+ \d+\.\d+ \n?
|
39 | 38 | ){2}
|
40 | 39 | .*/
|
|
46 | 45 | \# \s TYPE \s es_index_indexing_delete_current_number \s gauge \n
|
47 | 46 | (
|
48 | 47 | es_index_indexing_delete_current_number\{
|
49 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 48 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
50 | 49 | ,\} \s+ \d+\.\d+ \n?
|
51 | 50 | ){2}
|
52 | 51 | .*/
|
|
58 | 57 | \# \s TYPE \s es_index_indexing_delete_time_seconds \s gauge \n
|
59 | 58 | (
|
60 | 59 | es_index_indexing_delete_time_seconds\{
|
61 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 60 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
62 | 61 | ,\} \s+ \d+\.\d+ \n?
|
63 | 62 | ){2}
|
64 | 63 | .*/
|
|
70 | 69 | \# \s TYPE \s es_index_indexing_index_count \s gauge \n
|
71 | 70 | (
|
72 | 71 | es_index_indexing_index_count\{
|
73 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 72 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
74 | 73 | ,\} \s+ \d+\.\d+ \n?
|
75 | 74 | ){2}
|
76 | 75 | .*/
|
|
82 | 81 | \# \s TYPE \s es_index_indexing_index_current_number \s gauge \n
|
83 | 82 | (
|
84 | 83 | es_index_indexing_index_current_number\{
|
85 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 84 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
86 | 85 | ,\} \s+ \d+\.\d+ \n?
|
87 | 86 | ){2}
|
88 | 87 | .*/
|
|
94 | 93 | \# \s TYPE \s es_index_indexing_index_failed_count \s gauge \n
|
95 | 94 | (
|
96 | 95 | es_index_indexing_index_failed_count\{
|
97 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 96 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
98 | 97 | ,\} \s+ \d+\.\d+ \n?
|
99 | 98 | ){2}
|
100 | 99 | .*/
|
|
106 | 105 | \# \s TYPE \s es_index_indexing_index_time_seconds \s gauge \n
|
107 | 106 | (
|
108 | 107 | es_index_indexing_index_time_seconds\{
|
109 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 108 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
110 | 109 | ,\} \s+ \d+\.\d+ \n?
|
111 | 110 | ){2}
|
112 | 111 | .*/
|
|
118 | 117 | \# \s TYPE \s es_index_indexing_noop_update_count \s gauge \n
|
119 | 118 | (
|
120 | 119 | es_index_indexing_noop_update_count\{
|
121 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 120 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
122 | 121 | ,\} \s+ \d+\.\d+ \n?
|
123 | 122 | ){2}
|
124 | 123 | .*/
|
|
130 | 129 | \# \s TYPE \s es_index_indexing_is_throttled_bool \s gauge \n
|
131 | 130 | (
|
132 | 131 | es_index_indexing_is_throttled_bool\{
|
133 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 132 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
134 | 133 | ,\} \s+ \d+\.\d+ \n?
|
135 | 134 | ){2}
|
136 | 135 | .*/
|
|
142 | 141 | \# \s TYPE \s es_index_indexing_throttle_time_seconds \s gauge \n
|
143 | 142 | (
|
144 | 143 | es_index_indexing_throttle_time_seconds\{
|
145 |
| - cluster="integTest",index="twitter",context="(primaries|total)" |
| 144 | + cluster="yamlRestTest",index="twitter",context="(primaries|total)" |
146 | 145 | ,\} \s+ \d+\.\d+ \n?
|
147 | 146 | ){2}
|
148 | 147 | .*/
|
0 commit comments