Skip to content

[FEATURE] Add example documentation for PrivateLinkEndpoints and PrivateLinkServices #1764

@cuscal-brad

Description

@cuscal-brad

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

Add example documentation for AWS/PrivateLinkEndpoints and AWS/PrivateLinkServices

What might the configuration look like?

apiVersion: v1alpha1
discovery:
  jobs:
    - type: AWS/PrivateLinkEndpoints
      regions:
        - us-east-1
      period: 300
      length: 300
      metrics:
        - name: ActiveConnections
          statistics: [Average]
        - name: NewConnections
          statistics: [Average, Sum]
        - name: PacketsDropped
          statistics: [Average, Sum]
        - name: BytesProcessed
          statistics: [Sum]
apiVersion: v1alpha1
discovery:
  jobs:
    - type: AWS/PrivateLinkServices
      regions:
        - us-east-1
      period: 300
      length: 300
      metrics:
        - name: ActiveConnections
          statistics: [Average]
        - name: NewConnections
          statistics: [Average, Sum]
        - name: PacketsDropped
          statistics: [Average, Sum]
        - name: BytesProcessed
          statistics: [Sum]

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