Skip to content

Commit

Permalink
fix: issue #36
Browse files Browse the repository at this point in the history
  • Loading branch information
thenodon committed Dec 2, 2023
1 parent a8554d8 commit a49070a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ whole property value.
regex: "^(?P<state>.*)"
```


## Group class queries
Group queries group a number of class queries under a single metrics name, unit, help and type. Both individual
and common labels are supported.
Expand All @@ -80,6 +81,15 @@ aci_nodes{aci="ACI Fabric1",fabric="cisco_sandbox",node="leaf"} 7
aci_nodes{aci="ACI Fabric1",fabric="cisco_sandbox",node="controller"} 1
```

## Static labels
For all query types its possible to add a list of static labels, like:
```yaml
staticlabels:
- key: datacenter
value: dc01
```
See `example-config.yaml` for example.

## Built-in queries
The export has some standard metric "built-in". These are:
- `faults`, labeled by severity and type of fault, like operational, configuration and environment faults.
Expand Down

0 comments on commit a49070a

Please sign in to comment.