Examples
Sample code for connection using C sharp
Download nuget package for working with influx: https://www.nuget.org/packages/InfluxDB.Client/
After importing nuget package into project we can access database using the following snippet:
We obtain url and token using steps in connection.
To query influx database use scripting language flux.
Sample of getting data about live sessions:
Bucket is always the same "mluvii_realtime"
CompanyId is company ID
Measurement is combination of metric's name and a suffix which is configured in the metric's settings in mluvii.
Example: running_sessions_demo, where "running_sessions" is the name of the metric and "demo" is configured in mluvii
Next steps?
Last updated