Skip to content
#

prometheus-metrics

Here are 255 public repositories matching this topic...

davemasselink
davemasselink commented Aug 9, 2019

Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.

Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:

  • create namespace
  • create deployment
  • delete deployment
  • delete namespace
protochron
protochron commented Apr 11, 2021

The exporter doesn't support metrics in a JSON payload with dots in the key, since it uses gojsonq's Find() method which valuates a dot as a delimiter in a JSON path.

This means an MQTT message payload like the following will not work since the JSON parser expects a nested JSON structure:

{"particles_2.5um": 5}

The examples don't imply that the metric names are intended to

Shreyanand
Shreyanand commented May 26, 2021

Is your feature request related to a problem? Please describe.

As a user, I would like to get aggregated data using the "get_metric_range_data" method. The default resolution of data is in seconds. If I want data for a year, the number of data points is huge and it takes a lot of compute resources to download and store the data. I would like to get the data in hourly or daily frequency. F

Improve this page

Add a description, image, and links to the prometheus-metrics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prometheus-metrics topic, visit your repo's landing page and select "manage topics."

Learn more