Skip to content

[FEATURE] Documentation/Glue Example  #1591

Open
@nick-at-UW

Description

@nick-at-UW

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions