influxdata / influxdata/telegraf
OPC UA doesn't support LocalizedText Datatype.
- Dominant language
- Go
- Stars
- 17.8k
- Forks
- 5.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 161
Description
### Use Case
Having a OPC UA server where all strings are LocalizedText Values, Telegraf doens't log the text but only returns Quality Good.
### Expected behavior
Expected would be that the text value is outputted by Telegraf
### Actual behavior
Telegraf doens't log the text but only returns Quality Good.
### Additional info
This issue is heavily inspired by https://github.com/influxdata/telegraf/issues/12006
Contributor guide
Research direction
Start by locating Telegraf's OPC UA input implementation and its datatype handling. Reproduce the reported case with an OPC UA server returning LocalizedText values, then verify that the text is emitted instead of only reporting Quality Good. Done means LocalizedText values are logged as output without regressing existing OPC UA types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100