Skip to content

Commit fbbfadb

Browse files
committed
cleaned up AWS/EKS graphs frontend in AWSGraphsContainer, and updated README
1 parent 88d6a65 commit fbbfadb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/containers/AWSGraphsContainer.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,7 @@ const AwsGraphsContainer: React.FC = React.memo(props => {
125125
)}
126126
{typeOfService === 'AWS/EKS' && (
127127
<div>
128-
{/* <iframe src={`${awsUrl}/d/8jYcvsBVz/kubernetes-cluster-monitoring-via-prometheus?orgId=1&refresh=10s&theme=light&kiosk`} width="1300" height="1300" ></iframe> */}
129-
{/* <iframe src={`${awsUrl}/d/jPEGwyfVk/opencost?orgId=1&theme=light&kiosk`} width="1300" height="1300" ></iframe> */}
130-
131-
<iframe src={`http://a9921cff905094aa0a45e6e330684283-98913978.us-east-2.elb.amazonaws.com/d/8jYcvsBVz/kubernetes-cluster-monitoring-via-prometheus?orgId=1&refresh=10s&theme=light&kiosk`} width="1300" height="1300" ></iframe>
132-
<iframe src={`http://a9921cff905094aa0a45e6e330684283-98913978.us-east-2.elb.amazonaws.com/d/jPEGwyfVk/opencost?orgId=1&theme=light&kiosk`} width="1300" height="1300" ></iframe>
133-
134-
{/* <GrafanaIFrame {...awsAppInfo}/> */}
128+
<iframe src={`${awsEksData}?orgId=1&refresh=10s&theme=light&kiosk`} width="1300" height="1300" ></iframe>
135129
</div>
136130
)}
137131
</div>

examples/AWS/AWS-EKS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
128128
--values grafana.yaml \
129129
--set service.type=LoadBalancer
130130

131-
3. Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome
131+
3. Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome. The URL received after exporting the external hostname (from the command below) will be used to render the graphs in Electron.
132132

133133
export ELB=$(kubectl get svc -n grafana grafana -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
134134
echo "http://$ELB"

0 commit comments

Comments
 (0)