Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

08장. 모니터링 시스템 구축 및 활용 #8

Open
aegis1920 opened this issue Mar 22, 2021 · 1 comment
Open

08장. 모니터링 시스템 구축 및 활용 #8

aegis1920 opened this issue Mar 22, 2021 · 1 comment
Labels

Comments

@aegis1920
Copy link

질문을 남겨주세요!

@aegis1920
Copy link
Author

aegis1920 commented Mar 23, 2021

질문 - Gender 지표가 나오지 않는 문제

아래 json 코드로 입력했는데 저는 Gender 지표가 제대로 나오지 않더라고요ㅠ

[
  {
    "MetricName": "People",
    "Dimensions": [{ "Name": "Gender", "Value": "All" }],
    "Timestamp": "2021-03-27T14:00:00.000+09:00",
    "Value": 20,
    "Unit": "Count"
  },
  {
    "MetricName": "People",
    "Dimensions": [{ "Name": "Gender", "Value": "All" }],
    "Timestamp": "2021-03-27T15:00:00.000+09:00",
    "Value": 24,
    "Unit": "Count"
  },
  {
    "MetricName": "People",
    "Dimensions": [{ "Name": "Gender", "Value": "All" }],
    "Timestamp": "2021-03-27T16:00:00.000+09:00",
    "Value": 30,
    "Unit": "Count"
  },
  {
    "MetricName": "People",
    "Dimensions": [{ "Name": "Gender", "Value": "All" }],
    "Timestamp": "2021-03-27T17:00:00.000+09:00",
    "Value": 23,
    "Unit": "Count"
  }
]

CloudWatch에 가보면 아래 사진처럼 텅 비어있습니다.

Screen_Shot_2021-03-23_at_12 05 04_AM

혹시 실습하시면서 이 문제를 해결하셨다면 답변 남겨주시면 감사하겠습니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant