Troy Sampson

Results 10 comments of Troy Sampson

Same issue here. The service runs fine, but it's not exporting any of the actual NSQ data, except for the following three metrics: nsq_exporter_scrape_duration_seconds nsq_exporter_scrape_duration_seconds_count nsq_exporter_scrape_duration_seconds_sum There isn't any data...

Whoops, I should have checked the pull requests. @jhutchins already has a PR for this: https://github.com/lovoo/nsq_exporter/pull/25

Any update on getting this merged?

Fixed in 1.8.6, however there was a regression on 1.8.8: ```bash [10:37:45] tsampson:cloud-api git:(main) $ swag --version swag version v1.8.8 [10:38:47] tsampson:cloud-api git:(main) $ swag init --parseDependency --parseInternal --parseDepth 1...

For those that stumble here... I ran into a similar issue when attempting to upgrade prometheus-node-exporter. Here is what I did to solve it: Find the secrets (use the correct...

I've setup my sinopia service behind nginx proxy with SSL/TLS. I stumbled on this post when trying to resolve it. Not sure if my configuration will help you or not,...

Personally, I think security should be on everyone's mind! It blows my mind how many sites on the web aren't using SSL. I was on a site the other day...

@lann There's currently a few forks of this that support CTEs. Any reason they are not getting merged back in? IMO, supporting CTEs/With Clause is a pretty common sql operation....

> I also need this feature. I think CTE is a very common SQL requirement. @ilxqx I am just leveraging a fork that supports CTEs (there are a few out...

I am pretty sure this is still an issue or something else in the golang otel ecosystem. I will get a pprof setup possibly tomorrow, but here's some anecdotal evidence...