micromegas 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
micromegas/client.py
CHANGED
@@ -21,7 +21,7 @@ class Client:
|
|
21
21
|
{"stream_id": stream_id},
|
22
22
|
headers=self.headers,
|
23
23
|
)
|
24
|
-
|
24
|
+
|
25
25
|
def query_processes(self, begin, end, limit):
|
26
26
|
return request.request(
|
27
27
|
self.analytics_base_url + "query_processes",
|
@@ -164,14 +164,11 @@ class Client:
|
|
164
164
|
}
|
165
165
|
self.__stream_request("materialize_partitions", args)
|
166
166
|
|
167
|
-
def retire_partitions(
|
168
|
-
self, view_set_name, view_instance_id, begin, end, partition_delta_seconds
|
169
|
-
):
|
167
|
+
def retire_partitions(self, view_set_name, view_instance_id, begin, end):
|
170
168
|
args = {
|
171
169
|
"view_set_name": view_set_name,
|
172
170
|
"view_instance_id": view_instance_id,
|
173
171
|
"begin": time.format_datetime(begin),
|
174
172
|
"end": time.format_datetime(end),
|
175
|
-
"partition_delta_seconds": partition_delta_seconds,
|
176
173
|
}
|
177
174
|
self.__stream_request("retire_partitions", args)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
micromegas/__init__.py,sha256=E_j3LFxMk9rSMJunwDCi_90NsRHm1fKwjj_6KGMYCjQ,246
|
2
|
-
micromegas/client.py,sha256=
|
2
|
+
micromegas/client.py,sha256=xDhKBDWG98mcwyXCjOVdcoWLMjAAyc-gAWp11ViePYY,5612
|
3
3
|
micromegas/perfetto.py,sha256=yuIe5iKvca61aWMBQNziSGM-DHcOEsiobtKx2SsNQ3E,7829
|
4
4
|
micromegas/request.py,sha256=NV0urom5P3_P2q94gX51hxW_Fnrp_DDRorsP3mUb5NM,941
|
5
5
|
micromegas/thirdparty/perfetto/protos/perfetto/common/android_energy_consumer_descriptor_pb2.py,sha256=l8QNXqnB-mJIkuFr2s1YoLQXHm3G-ZcOGp_OW_hQ0TE,1887
|
@@ -206,6 +206,6 @@ micromegas/thirdparty/perfetto/protos/perfetto/trace/translation/translation_tab
|
|
206
206
|
micromegas/thirdparty/perfetto/protos/perfetto/trace/trigger_pb2.py,sha256=We7Yi8o3cEcrSNxY1zLUUO6tEWnD36C2f3O_s8_qv0I,1435
|
207
207
|
micromegas/thirdparty/perfetto/protos/perfetto/trace/ui_state_pb2.py,sha256=Af-SXwhroNhRXMrtw6e2eU1liCImMRxSdmkt_AuSHf8,1752
|
208
208
|
micromegas/time.py,sha256=eD9fWF2UHxaf-92yd1X2SEgUcpKypqPsvjBosLdpnQA,1026
|
209
|
-
micromegas-0.1.
|
210
|
-
micromegas-0.1.
|
211
|
-
micromegas-0.1.
|
209
|
+
micromegas-0.1.9.dist-info/METADATA,sha256=98_k5dywx3gbHUH36KDDLOkJEFm2zFVVJXSAipGECcM,877
|
210
|
+
micromegas-0.1.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
211
|
+
micromegas-0.1.9.dist-info/RECORD,,
|
File without changes
|