Skip to content

Commit 1d232e9

Browse files
committed
Update docs to reflect allowing enum values as tags. [skip ci]
1 parent ed2afda commit 1d232e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class RouteCounter : Counter
2020
}
2121
```
2222

23+
> Tags are expressed as readonly fields marked with the `BosunTag` attribute. Only string and enum types are allowed.
24+
2325
And then let's instantiate one.
2426

2527
```csharp

0 commit comments

Comments
 (0)