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

OpenTelemetry Contrib using Mongodbatlasreceiver prompts "server busy" #33024

Open
ashishstationcasinos opened this issue May 14, 2024 · 3 comments
Labels
bug Something isn't working needs triage New item requiring triage receiver/mongodbatlas Stale

Comments

@ashishstationcasinos
Copy link

Component(s)

receiver/mongodbatlas

What happened?

Description

Deployed OpenTelemetry- contrib on the kubernetes Cluster below is the yaml file

apiVersion: v1
kind: Namespace
metadata:
  name: dev-otelcol
---
apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
  name: dev-otelcol
  namespace: dev-otelcol
spec:
  config: |
    receivers:
      mongodbatlas:
         public_key: xxxxx
         private_key: xxxxxxxxxxxxx
    exporters:
      debug:
        verbosity: detailed
    service:
     telemetry:
       logs:
         level: DEBUG
     pipelines:
        metrics:
          receivers: [mongodbatlas]
          exporters: [debug]

Steps to Reproduce

Deployed opentelemetry Operator with Helm chart with collection image otel/opentelemetry-collector-contrib-0.99.0 and Deployed OpenTelemetry Collector with Above Config

Expected Result

It should collect the metrics from mongoDB Atlas (AWS cloud)

Actual Result

2024-05-14T01:51:45.996Z        warn    internal/mongodb_atlas_client.go:98     server busy, retrying request   {"kind": "receiver", "name": "mongodbatlas", "data_type": "metrics", "attempts": 1, "delay": 4.519836244}
2024-05-14T01:51:50.712Z        warn    internal/mongodb_atlas_client.go:98     server busy, retrying request   {"kind": "receiver", "name": "mongodbatlas", "data_type": "metrics", "attempts": 2, "delay": 9.24399017}
2024-05-14T01:52:23.989Z        warn    internal/mongodb_atlas_client.go:98     server busy, retrying request   {"kind": "receiver", "name": "mongodbatlas", "data_type": "metrics", "attempts": 1, "delay": 5.914400691}
2024-05-14T01:52:30.098Z        warn    internal/mongodb_atlas_client.go:98     server busy, retrying request   {"kind": "receiver", "name": "mongodbatlas", "data_type": "metrics", "attempts": 2, "delay": 10.287168144}
2024-05-14T01:52:40.638Z        warn    internal/mongodb_atlas_client.go:98     server busy, retrying request   {"kind": "receiver", "name": "mongodbatlas", "data_type": "metrics", "attempts": 3, "delay": 14.997058522}

Collector version

0.99.0

Environment information

Environment

OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

receivers:
      mongodbatlas:
         public_key: xxxxx
         private_key: xxxxxxxxxxxxx
    exporters:
      debug:
        verbosity: detailed
    service:
     telemetry:
       logs:
         level: DEBUG
     pipelines:
        metrics:
          receivers: [mongodbatlas]
          exporters: [debug]

Log output

No response

Additional context

No response

@ashishstationcasinos ashishstationcasinos added bug Something isn't working needs triage New item requiring triage labels May 14, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@ashishstationcasinos
Copy link
Author

any update on this ?

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage New item requiring triage receiver/mongodbatlas Stale
Projects
None yet
Development

No branches or pull requests

1 participant