filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

fix(gateway): Filodb Gateway was publishing untyped schema instead of gauge schema for `gen-gauge-data` flag #1750

Closed sandeep6189 closed 6 months ago

sandeep6189 commented 6 months ago

Pull Request checklist

Current behavior : Gateway server is publishing untyped record schemas for when gen-gauge-data is selected.

New behavior : Publishing the gauge schema records when gen-gauge-data is selected.