/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/ |
H A D | ScrapePoolList.tsx | 24 (acc: { [scrapePool: string]: boolean }, scrapePool: string) => ({ 26 [scrapePool]: true, 37 .filter(scrapePool => { 38 const targetGroup = targetGroups[scrapePool]; 42 .map<JSX.Element>(scrapePool => ( 44 key={scrapePool} 45 scrapePool={scrapePool} 46 targetGroup={targetGroups[scrapePool]} 47 expanded={expanded[scrapePool]} 48 … toggleExpanded={(): void => setExpanded({ ...expanded, [scrapePool]: !expanded[scrapePool] })}
|
H A D | target.test.ts | 11 ['blackbox', 'prometheus/test', 'node_exporter'].forEach(scrapePool => { 12 expect(Object.keys(targetGroups)).toContain(scrapePool); 14 Object.keys(targetGroups).forEach((scrapePool: string): void => { 15 const ts: Target[] = targetGroups[scrapePool].targets; constant 17 expect(t.scrapePool).toEqual(scrapePool); 24 Object.keys(testCases).forEach((scrapePool: string): void => { 25 expect(targetGroups[scrapePool].upCount).toEqual(testCases[scrapePool]);
|
H A D | target.ts | 8 scrapePool: string; property 27 [scrapePool: string]: ScrapePool; 32 const { health, scrapePool } = target; constant 34 if (!pools[scrapePool]) { 35 pools[scrapePool] = { 40 pools[scrapePool].targets.push(target); 41 pools[scrapePool].upCount += up;
|
H A D | ScrapePoolPanel.tsx | 13 scrapePool: string; 21 const ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup, expanded, toggleExpanded }) => { 23 const id = `pool-${scrapePool}`; 33 {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`} 50 scrapePool, 69 …TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx}…
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/react-app/src/pages/targets/ |
H A D | ScrapePoolList.tsx | 24 (acc: { [scrapePool: string]: boolean }, scrapePool: string) => ({ 26 [scrapePool]: true, 37 .filter((scrapePool) => { 38 const targetGroup = targetGroups[scrapePool]; 42 .map<JSX.Element>((scrapePool) => ( 44 key={scrapePool} 45 scrapePool={scrapePool} 46 targetGroup={targetGroups[scrapePool]} 47 expanded={expanded[scrapePool]} 48 … toggleExpanded={(): void => setExpanded({ ...expanded, [scrapePool]: !expanded[scrapePool] })}
|
H A D | target.test.ts | 9 ['blackbox', 'prometheus/test', 'node_exporter'].forEach((scrapePool) => { 10 expect(Object.keys(targetGroups)).toContain(scrapePool); 12 Object.keys(targetGroups).forEach((scrapePool: string): void => { 13 const ts: Target[] = targetGroups[scrapePool].targets; constant 15 expect(t.scrapePool).toEqual(scrapePool); 22 Object.keys(testCases).forEach((scrapePool: string): void => { 23 expect(targetGroups[scrapePool].upCount).toEqual(testCases[scrapePool]);
|
H A D | target.ts | 8 scrapePool: string; property 29 [scrapePool: string]: ScrapePool; 34 const { health, scrapePool } = target; constant 36 if (!pools[scrapePool]) { 37 pools[scrapePool] = { 42 pools[scrapePool].targets.push(target); 43 pools[scrapePool].upCount += up;
|
H A D | ScrapePoolPanel.tsx | 14 scrapePool: string; 22 const ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup, expanded, toggleExpanded }) => { 24 const id = `pool-${scrapePool}`; 34 {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`} 51 scrapePool, 72 …TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx}… 78 scrapePool={scrapePool}
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/ |
H A D | ScrapePoolList.tsx | 24 (acc: { [scrapePool: string]: boolean }, scrapePool: string) => ({ 26 [scrapePool]: true, 37 .filter((scrapePool) => { 38 const targetGroup = targetGroups[scrapePool]; 42 .map<JSX.Element>((scrapePool) => ( 44 key={scrapePool} 45 scrapePool={scrapePool} 46 targetGroup={targetGroups[scrapePool]} 47 expanded={expanded[scrapePool]} 48 … toggleExpanded={(): void => setExpanded({ ...expanded, [scrapePool]: !expanded[scrapePool] })}
|
H A D | target.test.ts | 9 ['blackbox', 'prometheus/test', 'node_exporter'].forEach((scrapePool) => { 10 expect(Object.keys(targetGroups)).toContain(scrapePool); 12 Object.keys(targetGroups).forEach((scrapePool: string): void => { 13 const ts: Target[] = targetGroups[scrapePool].targets; constant 15 expect(t.scrapePool).toEqual(scrapePool); 22 Object.keys(testCases).forEach((scrapePool: string): void => { 23 expect(targetGroups[scrapePool].upCount).toEqual(testCases[scrapePool]);
|
H A D | target.ts | 8 scrapePool: string; property 29 [scrapePool: string]: ScrapePool; 34 const { health, scrapePool } = target; constant 36 if (!pools[scrapePool]) { 37 pools[scrapePool] = { 42 pools[scrapePool].targets.push(target); 43 pools[scrapePool].upCount += up;
|
H A D | ScrapePoolPanel.tsx | 14 scrapePool: string; 22 const ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup, expanded, toggleExpanded }) => { 24 const id = `pool-${scrapePool}`; 34 {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`} 51 scrapePool, 72 …TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx}… 78 scrapePool={scrapePool}
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/pages/targets/ |
H A D | target.test.ts | 11 ['blackbox', 'prometheus/test', 'node_exporter'].forEach((scrapePool) => { 12 expect(Object.keys(targetGroups)).toContain(scrapePool); 14 Object.keys(targetGroups).forEach((scrapePool: string): void => { 15 const ts: Target[] = targetGroups[scrapePool].targets; constant 17 expect(t.scrapePool).toEqual(scrapePool); 24 Object.keys(testCases).forEach((scrapePool: string): void => { 25 expect(targetGroups[scrapePool].upCount).toEqual(testCases[scrapePool]);
|
H A D | target.ts | 8 scrapePool: string; property 27 [scrapePool: string]: ScrapePool; 32 const { health, scrapePool } = target; constant 34 if (!pools[scrapePool]) { 35 pools[scrapePool] = { 40 pools[scrapePool].targets.push(target); 41 pools[scrapePool].upCount += up;
|
H A D | ScrapePoolPanel.tsx | 14 scrapePool: string; 20 const ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup }) => { 21 …const [{ expanded }, setOptions] = useLocalStorage(`targets-${scrapePool}-expanded`, { expanded: t… 23 const id = `pool-${scrapePool}`; 33 {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`} 50 scrapePool, 69 …TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx}…
|
H A D | ScrapePoolList.tsx | 19 {Object.keys(targetGroups).reduce<JSX.Element[]>((panels, scrapePool) => { 20 const targetGroup = targetGroups[scrapePool]; 23 …? [...panels, <ScrapePoolPanel key={scrapePool} scrapePool={scrapePool} targetGroup={targetGroup} …
|
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/ |
H A D | target.test.ts | 11 ['blackbox', 'prometheus', 'node_exporter'].forEach(scrapePool => { 12 expect(Object.keys(targetGroups)).toContain(scrapePool); 14 Object.keys(targetGroups).forEach((scrapePool: string): void => { 15 const ts: Target[] = targetGroups[scrapePool].targets; constant 17 expect(t.scrapePool).toEqual(scrapePool); 24 Object.keys(testCases).forEach((scrapePool: string): void => { 25 expect(targetGroups[scrapePool].upCount).toEqual(testCases[scrapePool]);
|
H A D | target.ts | 8 scrapePool: string; property 26 [scrapePool: string]: ScrapePool; 31 const { health, scrapePool } = target; constant 33 if (!pools[scrapePool]) { 34 pools[scrapePool] = { 39 pools[scrapePool].targets.push(target); 40 pools[scrapePool].upCount += up;
|
H A D | ScrapePoolPanel.tsx | 14 scrapePool: string; 20 const ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup }) => { 21 …const [{ expanded }, setOptions] = useLocalStorage(`targets-${scrapePool}-expanded`, { expanded: t… 23 const id = `pool-${scrapePool}`; 33 {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`} 50 scrapePool, 68 …TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx}…
|
H A D | ScrapePoolList.tsx | 46 .filter((scrapePool: string) => filterByHealth(targetGroups[scrapePool], filter)) 47 .map((scrapePool: string) => { 49 scrapePool, 50 targetGroup: targetGroups[scrapePool], 52 return <ScrapePoolPanel key={scrapePool} {...targetGroupProps} />;
|
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/__testdata__/ |
H A D | testdata.ts | 21 scrapePool: 'blackbox', 40 scrapePool: 'blackbox', 59 scrapePool: 'blackbox', 82 scrapePool: 'node_exporter', 105 scrapePool: 'prometheus', 132 scrapePool: 'blackbox', 151 scrapePool: 'blackbox', 170 scrapePool: 'blackbox', 188 scrapePool: 'node_exporter', 206 scrapePool: 'prometheus',
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/__testdata__/ |
H A D | testdata.ts | 21 scrapePool: 'blackbox', 41 scrapePool: 'blackbox', 61 scrapePool: 'blackbox', 85 scrapePool: 'node_exporter', 109 scrapePool: 'prometheus', 137 scrapePool: 'blackbox', 156 scrapePool: 'blackbox', 175 scrapePool: 'blackbox', 193 scrapePool: 'node_exporter', 211 scrapePool: 'prometheus/test',
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/react-app/src/pages/targets/__testdata__/ |
H A D | testdata.ts | 19 scrapePool: 'blackbox', 41 scrapePool: 'blackbox', 63 scrapePool: 'blackbox', 89 scrapePool: 'node_exporter', 115 scrapePool: 'prometheus', 145 scrapePool: 'blackbox', 164 scrapePool: 'blackbox', 183 scrapePool: 'blackbox', 201 scrapePool: 'node_exporter', 219 scrapePool: 'prometheus/test',
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/pages/targets/__testdata__/ |
H A D | testdata.ts | 21 scrapePool: 'blackbox', 41 scrapePool: 'blackbox', 61 scrapePool: 'blackbox', 85 scrapePool: 'node_exporter', 109 scrapePool: 'prometheus', 137 scrapePool: 'blackbox', 156 scrapePool: 'blackbox', 175 scrapePool: 'blackbox', 193 scrapePool: 'node_exporter', 211 scrapePool: 'prometheus/test',
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/targets/__testdata__/ |
H A D | testdata.ts | 19 scrapePool: 'blackbox', 41 scrapePool: 'blackbox', 63 scrapePool: 'blackbox', 89 scrapePool: 'node_exporter', 115 scrapePool: 'prometheus', 145 scrapePool: 'blackbox', 164 scrapePool: 'blackbox', 183 scrapePool: 'blackbox', 201 scrapePool: 'node_exporter', 219 scrapePool: 'prometheus/test',
|