mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed annotation test
This commit is contained in:
parent
ca258deb7a
commit
e86f4f94ef
@ -11,7 +11,7 @@ define([
|
|||||||
|
|
||||||
this.init = function() {
|
this.init = function() {
|
||||||
this.annotationList = [
|
this.annotationList = [
|
||||||
{
|
/* {
|
||||||
type: 'graphite-target',
|
type: 'graphite-target',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
target: 'metrics_data.mysite.dolph.counters.payment.cart_klarna_payment_completed.count',
|
target: 'metrics_data.mysite.dolph.counters.payment.cart_klarna_payment_completed.count',
|
||||||
@ -22,7 +22,7 @@ define([
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
target: 'metrics_data.mysite.dolph.counters.payment.cart_paypal_payment_completed.count',
|
target: 'metrics_data.mysite.dolph.counters.payment.cart_paypal_payment_completed.count',
|
||||||
name: 'restarts',
|
name: 'restarts',
|
||||||
}
|
}*/
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user