Skip to content

Commit

Permalink
[core] Add "measure" topic suffix to topic classifier to retain backw…
Browse files Browse the repository at this point in the history
…ards compatibility
  • Loading branch information
amotl committed Apr 9, 2018
1 parent d34801d commit 8c0b7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,7 @@ in progress
===========
- [core] Improve unicode support
- [core] Warn if topic could not be classified
- [core] Add "measure" topic suffix to topic classifier to retain backwards compatibility
- [grafana] Properly quote measurement names for annotations in JSON templates


Expand Down
2 changes: 1 addition & 1 deletion kotori/daq/services/schema.py
Expand Up @@ -31,7 +31,7 @@ class TopicPatterns:
discrete = [
# Discrete value
# {base}/data/temperature
'/data/[^/]+',
'/(data|measure)/[^/]+',
]

event = [
Expand Down

0 comments on commit 8c0b7c8

Please sign in to comment.