pokt-foundation / portal-api

The Portal API Gateway is a single endpoint that offers access to the full range of supported blockchains through one URL.
https://pokt.network
MIT License
11 stars 8 forks source link

fix: remove os host from influx data points #1009

Closed crisog closed 1 year ago

crisog commented 1 year ago

Given how our infrastructure dynamically scales up/down, the amount of host names produced are too much for a time-series DB. This host name isn't really helpful at all on Influx, it is the most useful for logging.

This alongside #1007 should reduce cardinality by a lot.

height[bot] commented 1 year ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.