A measurement component, often using a fixed dial and a rotating hand.
Questions tagged [gauge]
454 questions
1
vote
1 answer
How to instrument Prometheus Gauge using OpenCensus?
I am trying to find a way to instrument Prometheus Gauge metrics using OpenCencus in Golang. The goal is to track no of active sessions. So value can increase and decrease and also can reset to 0 on server restart.
They have an example of it…

hemu
- 3,199
- 3
- 44
- 66
1
vote
1 answer
Prometheus metrics from recording rules
I have a simple question: when I write a rule in Prometheus, what is the type of the derived metric?
For example, if I have the following rule:
- record: derived_metric
expr: increase(internal_metric[5m])
what is the type of "derived_metric"?
I…

C.S.
- 77
- 2
- 9
1
vote
2 answers
Logs not reflecting in report portal after integrating with log4j2
We have a testing framework (gauge) setup and we use slf4j with log4j for logging. Recently we implemented report portal for reporting purposes and it works as expected. It shows cases executed, passed, failed and failures cases has log shown inside…

Rahul Sankrutyan
- 73
- 1
- 2
- 10
1
vote
1 answer
Gauge Failed to start gauge API: Error occurred while waiting for runner process to finish
I'm quite new to gauge and have problems running a set of gauge tests. When I try to gauge run I get the following console output:
src\main\java\de\...\qa\Common.java:3: error: package com.github.....gauge.graphql does not exist
import…

Robin Fey
- 11
- 2
1
vote
1 answer
Round Slider keeps pixel remaining when slider value goes below 64
My slider code is working good, except it is is blurred drawing unnecessary pixel when value goes below 64.
How to remove these faded dotes ?
$("#handle2").roundSlider({
sliderType: "min-range",
radius: "100%",
showTooltip: true,
…

Niklesh Raut
- 34,013
- 16
- 75
- 109
1
vote
2 answers
Testing with taiko: assert false
I am working with taiko and gauge right now and have several asserts as e.g.
assert.ok(text("example").exists())
But now I delete some text parts and want to check that the text really is deleted.
I tried
assert.equal(text("example").exists(),…

Polly
- 11
- 2
1
vote
1 answer
how to read the maven plugin properties inside code
I am using gauge maven plugin to execute my tests with the following command.
mvn clean install gauge:execute -DspecsDir=specs/ -Denv=android -DinParallel=true
I want to read the argument inParallel inside my code to make some decision. How can I…

user3262242
- 184
- 1
- 3
- 14
1
vote
1 answer
How to remove the minimum and maximum value in Google Visualization Gauge
I am trying to remove the minimum and maximum values (0 and 100) from a Google Visualizations gauge.
I managed to remove the main value but not the minimum and maximum values.
An idea ?