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

WorkGroup Dimension is not showing in Athena Metrics #507

Closed
1 task done
JohnPranay123 opened this issue Jan 17, 2022 · 0 comments
Closed
1 task done

WorkGroup Dimension is not showing in Athena Metrics #507

JohnPranay123 opened this issue Jan 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JohnPranay123
Copy link

JohnPranay123 commented Jan 17, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

We used below yace config for getting Athena Metrics and viewing in Grafana. The Version we using is v0.33.0-alpha.

-type: athena
  regions: [ us-east-1 ]
  period: 300
  length: 600
  roles:
    - roleArn: <role>
  metrics:
    - name: EngineExecutionTime
      statistics: [ Average,Sum ]
    - name: ProcessedBytes
      statistics: [ Average,Sum ]
    - name: QueryPlanningTime
      statistics: [ Average,Sum ]
    - name: QueryQueueTime
      statistics: [ Average,Sum ]
    - name: ServiceProcessingTime
      statistics: [ Average,Sum ]
    - name: TotalExecutionTime
      statistics: [ Average,Sum ]

We can see Athena Metrics coming in Grafana but there is no Dimension WorkGroup in the Athena Metrics. Due to this we are not able to differentiate the Athena Metrics based on Workgroup Dimension .

Athena Metrics1

Expected Behavior

Expected to see the WorkGroup Dimension for Athena related Metrics.

Steps To Reproduce

No response

Anything else?

No response

@JohnPranay123 JohnPranay123 added the bug Something isn't working label Jan 17, 2022
sahajavidya added a commit to sahajavidya/yet-another-cloudwatch-exporter that referenced this issue Feb 10, 2022
Fixed Issue nerdswords#507 - WorkGroup Dimension is not showing in Athena Metrics
thomaspeitz pushed a commit that referenced this issue Feb 24, 2022
Fixed Issue #507 - WorkGroup Dimension is not showing in Athena Metrics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant