Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

fix #526: adds lookup for GetMetricVersions #596

Merged
merged 1 commit into from
Dec 5, 2015
Merged

fix #526: adds lookup for GetMetricVersions #596

merged 1 commit into from
Dec 5, 2015

Conversation

pittma
Copy link
Contributor

@pittma pittma commented Dec 4, 2015

This commit adds a lookup to fetch all metrics of a given namespace
without traversing to the leaves and collecting children.

This commit adds a lookup to fetch all metrics of a given namespace
without traversing to the leaves and collecting children.
fmt.Println(metrics.Err)
ns := ctx.String("metric-namespace")
ver := ctx.Int("metric-version")
metric := pClient.GetMetric(ns, ver)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcooklin
Copy link
Collaborator

jcooklin commented Dec 5, 2015

🚢

pittma added a commit that referenced this pull request Dec 5, 2015
fix #526: adds lookup for GetMetricVersions
@pittma pittma merged commit e104776 into intelsdi-x:master Dec 5, 2015
@pittma pittma deleted the issue-526 branch December 9, 2015 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants