281 18 7 12 days ago atom-wakatime Atom plugin for automatic time tracking and metrics generated from your programming activity. 279 74 7 7 hours ago apiaxle The apiaxle project 279 93 72 5 days ago plunker_www The public-facing website for http://plnkr.co 277 6 4 16 days ago unregi...
kubernetes-dashboard-metrics-scraper.yaml kubernetes-dashboard.yaml kubernetes-dns-node-cache.yaml kubernetes-event-exporter.yaml kubernetes-ingress-defaultbackend.yaml kubernetes-latest.yaml kubescape.yaml kubevela.yaml kubewatch.yaml kustomize.yaml kyverno-policy-reporter-kyverno-plugin.yaml kyverno-policy-...
Source File: Explore.test.tsx From grafana-chinese with Apache License 2.0 4 votes setup = (renderMethod: any, propOverrides?: object) => { const props: ExploreProps = { changeSize: jest.fn(), datasourceInstance: { meta: { metrics: true, logs: true, }, components: { Explore...
Source File: PanelQueryRunner.ts From grafana-chinese with Apache License 2.0 5 votes private subscription?: Unsubscribable; Example #11Source File: metrics_panel_ctrl.ts From grafana-chinese with Apache License 2.0 5 votes querySubscription?: Unsubscribable; ...
Array.isArray(resp)) { console.log( $localize`Response from the Grafana endpoint was not as expected.`, ); this.grafanaFound = false; return; } console.log($localize`Grafana endpoint detected. Will expose a metrics tab.`); this.grafanaFound = true; }, error: () => { console.log($...
metrics: importedHeaders, fileLocation, }); const dataAsTimeSeries = data.map((x: any) => { return { timestamp: x.timestamp, value: x.value, metric: x.metric, source: x.source, dataUpload: dataUploadsFile, }; }); // Data is too big to added with one bulk insert so we batch...
export default async function (task: null | Task): Promise<void> { const { maxAttempts, uniques, editionSize } = resolveConfiguration() maxNumberOfAttempts = maxAttempts prepareOutputFolder() uniques.forEach((u: Image) => { if (validUnique(u)) { imageData.push(u) } }) times(editionSi...