Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
The documentation states that Glue metrics are available to be pulled via discovery, however I've been unable to get metrics from the Glue jobs. I've attempted to configure this via discovery job as well as customNamespace. For reference, the glue metrics we see do appear to be in a custom namespace called 'Glue'
I've provided a snippet of our config for reference. Any guidance in this configuration would be appreciated.
What might the configuration look like?
customNamespace:
- name: Glue
namespace: Glue
regions:
- us-west-2
metrics:
- name: glue.JobRunsSucceeded
statistics: [Sum]
period: 300
length: 600
delay: 300
nilToZero: true
- name: glue.JobRunsFailed
statistics: [Sum]
period: 300
length: 600
delay: 300
nilToZero: true
discovery:
jobs:
- type: Glue
regions:
- us-west-2
metrics:
- name: glue.JobRunsSucceeded
statistics: [Sum]
period: 300
length: 600
delay: 300
nilToZero: true
- name: glue.JobRunsFailed
statistics: [Sum]
period: 300
length: 600
delay: 300
nilToZero: true
Anything else?
No response