newrelic / nri-varnish

New Relic Varnish Integration
MIT License
3 stars 9 forks source link

Varnish Enterprise stats as metrics to monitor #49

Closed dtupy closed 1 year ago

dtupy commented 1 year ago

Description

I need to be able to monitor Varnish Enterprise stats, example being mse.mse.n_lru_nuked

Acceptance Criteria

Ability to gather metrics around the Varnish Enterprise stats

workato-integration[bot] commented 1 year ago

https://issues.newrelic.com/browse/NEWRELIC-4281

workato-integration[bot] commented 1 year ago

Commented by peternguyen: Customer would like to see the metric {{mse.mse.n_lru_nuked}} from the Varnish on-host integration.  They also mentioned that this metric is available in Varnish Enterprise version.

workato-integration[bot] commented 1 year ago

Commented by peternguyen: Customer would like to see the metric {{mse.mse.n_lru_nuked}} from the Varnish on-host integration.  They also mentioned that this metric is available in Varnish Enterprise version.

We checked [Varnish Cache monitoring integration | New Relic Documentation|https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/varnish-cache-monitoring-integration/#varnish-sample] which has the metric for {{lru.nuked}} but this is not returning what the customer needs.

workato-integration[bot] commented 1 year ago

Commented by peternguyen: h2. Feature Reuqest

Customer would like to see the metric {{mse.mse.n_lru_nuked}} from the Varnish on-host integration.  They also mentioned that this metric is available in Varnish Enterprise version.

We checked [Varnish Cache monitoring integration | New Relic Documentation|https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/varnish-cache-monitoring-integration/#varnish-sample] which has the metric for {{lru.nuked}} but this is not returning what the customer needs. h2. Details

From our code https://github.com/newrelic/nri-varnish/blob/master/src/metrics/metric_definitions.go#L66 we have {{n_lru_nuked}} "Number of least recently used (LRU) objects thrown out to make room for new objects."

Customer needs {{mse.n_lru_nuked}} "Number of LRU nuked objects."

Definitions here: https://docs.varnish-software.com/tutorials/monitoring/

workato-integration[bot] commented 1 year ago

Commented by peternguyen: h2. Feature Reuqest

Customer would like to see the metric {{mse.mse.n_lru_nuked}} from the Varnish on-host integration.  They also mentioned that this metric is available in Varnish Enterprise version.

We checked [Varnish Cache monitoring integration|https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/varnish-cache-monitoring-integration/#varnish-sample] which has the metric for {{lru.nuked}} but this is not returning what the customer needs. h2. Details

From our code [https://github.com/newrelic/nri-varnish/blob/master/src/metrics/metric_definitions.go#L66] we have {{n_lru_nuked}} "Number of least recently used (LRU) objects thrown out to make room for new objects."

Customer needs {{mse.n_lru_nuked}} "Number of LRU nuked objects."

Definitions here: [https://docs.varnish-software.com/tutorials/monitoring/]

davidgit commented 1 year ago

Hi,

We consolidated multiple channels that were used to file Feature Requests (FRs). In the spirit of improving the visibility of FRs, we believe it's best for them to be submitted through the New Relic Issue Tracker. This single tool will enable better aggregation of FRs and improve our ability to synthesize requests and provide better value to our users. You can see and vote for other FRs submitted by all users.

Please provide a link to this GitHub issue when submitting your feature request.

Thanks!

dtupy commented 1 year ago

That link sends me to a 404 page