UNPKG

@kitten-science/kitten-analysts

Version:
17 lines 523 B
import { gaugeFactory } from "./factory.js"; export const kg_crypto_price = (cache, remote) => gaugeFactory({ cache, extract(client_type, guid, location, element, subject) { subject.set({ client_type, guid, location, }, element.cryptoPrice); }, help: "The current price of blackcoin.", labelNames: ["client_type", "guid", "location"], name: "kg_crypto_price", remote, require: "getCalendar", }); //# sourceMappingURL=kg_crypto_price.js.map