Closed lcc3108 closed 1 year ago
// Type: The metric's data type.
//
// Possible values:
// "METRIC_TYPE_UNSPECIFIED" - Unspecified type.
// "TYPE_INTEGER" - Integer type.
// "TYPE_FLOAT" - Floating point type.
// "TYPE_SECONDS" - A duration of seconds; a special floating point
// type.
// "TYPE_MILLISECONDS" - A duration in milliseconds; a special
// floating point type.
// "TYPE_MINUTES" - A duration in minutes; a special floating point
// type.
// "TYPE_HOURS" - A duration in hours; a special floating point type.
// "TYPE_STANDARD" - A custom metric of standard type; a special
// floating point type.
// "TYPE_CURRENCY" - An amount of money; a special floating point
// type.
// "TYPE_FEET" - A length in feet; a special floating point type.
// "TYPE_MILES" - A length in miles; a special floating point type.
// "TYPE_METERS" - A length in meters; a special floating point type.
// "TYPE_KILOMETERS" - A length in kilometers; a special floating
// point type.
ga data type
@lcc3108 - thanks for fixing that one! it's still not showing up on grafana plugin page - is the review still pending?
@lcc3108 - thanks for fixing that one! it's still not showing up on grafana plugin page - is the review still pending?
Yes, I just submitted a revision and I'm waiting for a review.
thanks, working now! i had to force refresh the browser to ensure the query mode (time series / table) selector was shown and added to existing panels. once switched to table and back to time series everything is working now... :)
this seems to be a type config issue based on the warnings i get
Originally posted by @aa-matthias in https://github.com/blackcowmoo/grafana-google-analytics-datasource/issues/70#issuecomment-1711756483