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

Total Metric cycling values including 0 instead of giving consistent result #2154

Open
daniel-anova opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@daniel-anova
Copy link
Contributor

Report

As reported in #2149 when importing certain metrics like azure_cosmos_db_data_usage the values continuously cycle from real value to 0.

Expected Behavior

The value should be consistently showing the highest value on every point.

Actual Behavior

Value will cycle from 0 to real value.

Steps to Reproduce the Problem

...

Component

Resource Discovery, Scraper

Version

promitor-resource-discovery: 0.8.1 (helm release), 0.8.0 (container) promitor-scraper: 2.9.0 (helm release), 2.8.0 (container)

Configuration

Configuration:

    metricDefaults:
      aggregation:
        interval: 00:05:00
      scraping:
        schedule: "* * * * *"
    metrics:
      - name: azure_cosmos_db_data_usage
        description: Total data usage reported at 5 minutes granularity
        resourceType: CosmosDb
        azureMetricConfiguration:
          metricName: DataUsage
          aggregation:
            type: Total

Logs

No response

Platform

Microsoft Azure

Contact Details

daniel.ferreira@anova.com

@daniel-anova daniel-anova added the bug Something isn't working label Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Proposed
Development

No branches or pull requests

2 participants