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

[BUG] postfix.queue.size metric is lost after updating to 7.57.x #29826

Open
int128 opened this issue Oct 7, 2024 · 2 comments
Open

[BUG] postfix.queue.size metric is lost after updating to 7.57.x #29826

int128 opened this issue Oct 7, 2024 · 2 comments

Comments

@int128
Copy link

int128 commented Oct 7, 2024

Agent Environment
datadog-agent 7.57.2

Describe what happened:
When we updated the datadog-agent to 7.57.2, the metric of postfix.queue.size is lost. We reverted the version to 7.55.2 or 7.56.2, the metric is appeared again.

Describe what you expected:
postfix.queue.size metric is sent to Datadog after updating datadog-agent.

Steps to reproduce the issue:
Deploy the postfix container to Kubernetes cluster.

apiVersion: apps/v1
kind: StatefulSet
metadata:
  # ...snip...
spec:
  template:
    metadata:
      annotations:
        ad.datadoghq.com/postfix.checks: |
          {
            "postfix": {
              "init_config": {
                "postqueue": true
              },
              "instances": [
                {
                  "config_directory": "/etc/postfix",
                  "queues": [
                    "incoming",
                    "active",
                    "deferred"
                  ]
                }
              ]
            }
          }
    spec:
      containers:
        - image: smtp-relay-postfix
          imagePullPolicy: Always
          name: postfix
          # ...snip...
          volumeMounts:
            - name: queue
              mountPath: /var/spool/postfix
  volumeClaimTemplates:
    - metadata:
        name: queue
      spec:
        accessModes:
          - ReadWriteOnce
        storageClassName: gp2
        resources:
          requests:
            storage: 50Gi

Here is the list of versions and this problem.

  • ❌ public.ecr.aws/datadog/agent:7.57.2 (Datadog Helm Chart 3.73.1)
  • ✅ public.ecr.aws/datadog/agent:7.56.2 (Datadog Helm Chart 3.71.1)
  • ✅ public.ecr.aws/datadog/agent:7.55.2 (Datadog Helm Chart 3.69.1)

Additional environment details (Operating System, Cloud provider, etc):

@GustavoCaso
Copy link
Member

Hi @int128

Thank you so much for opening the issue.
I've contacted the teams that own the different services involved in sending metrics from the integrations.

I will keep you posted with any update.

@GustavoCaso
Copy link
Member

Hi @int128

After talking with the different teams, we concluded that is best for you to open a support ticket. Our support team would be able to assist you with your issue much better.

Let me know if you need any help opening a support ticket

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

No branches or pull requests

2 participants