Skip to content

Commit

Permalink
Add all metric types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozlowski committed Aug 12, 2022
1 parent 83bda9e commit 991c892
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions metric-schema-java/src/test/resources/namespace-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ namespaces:
- name: otherLocator
values: [ package:identifier, package:identifier2 ]
more:
docs: Measures more
type: meter
docs: Counts something
type: counter
tags:
- name: otherLocator2
values: [ package:identifier ]
gauges:
type: gauge
docs: Gauges something
times:
type: timer
docs: Times something
histograms:
type: histogram
docs: Histograms something

0 comments on commit 991c892

Please sign in to comment.