Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Fix metric names #17

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Fix metric names #17

merged 2 commits into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. Enhance metric names in logging and writing stages

    Modified mqttclient's method to separate full metric's name into actual metric name and path, improving logging clarity and metric registration in the writing stage. The changes were made while validating the metric's type and recording them - the name and path are now correctly logged and registered, enhancing the tracking and categoricity of the metrics.
    AlexGodbehere committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    908b143 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Change format of metric naming in writeApi.writePoint

    In the mqttclient.ts, the manner in which metrics were being named for writing points has been altered. Previously, an underscore was used to separate the core metric name and its associated type annotation (i.e `${metricName}_x`). This has been changed to use a colon instead (`${metricName}:x`.
    AlexGodbehere committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cc7e883 View commit details
    Browse the repository at this point in the history