-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename to windows_exporter, move to prometheus-community #519
Comments
This there an ETA on this to prepare for? |
Hey @Mario-Hofstaetter, If you want to prepare your environment, you could actually set up a metric relabeling in the Prometheus server to switch the metric namespace already with the current versions. Something like this: - job_name: windows
static_configs:
- targets: ['localhost:9182']
metric_relabel_configs:
- source_labels: ['__name__']
target_label: '__name__'
regex: 'wmi_(.*)'
replacement: 'windows_$1' |
On the Chocolatey front, I've created a new package with the new name: prometheus-windows-exporter.install. That's usable now with v0.12.0 to smooth the transition. 0.12 will be the last release pushed to prometheus-wmi-exporter.install. After the name change, I'll deprecate that package according to the Chocolatey guidelines here: Deprecate a Package. All updates will then go to the new package. If any issues arise, please let me know and I'll address them. I've also renamed the repository with the Chocolatey scripts. That's now here: prometheus-windows-exporter.install. |
Thanks @andrewmostello! |
Great - sounds good! |
There's a 0.13 release pushed now, marked as pre-release. Please give it a spin! |
@carlpett Will final release be |
@Mario-Hofstaetter We have a discussion in #537 about the road to 1.0. In short, there's some additional cleanup I'd like to get done which would otherwise require a major version bump, but after that, it's time for 1.0. |
This comment has been minimized.
This comment has been minimized.
How do I configure exporter to extract MS SQL server metrics? |
Since this issue appears to draw generic usage questions, I'll lock this. If you need help with how to use Prometheus or exporters in general, please see the Community resources. |
As decided in #499, we will rename the exporter to windows_exporter. This issue tracks the required changes.
After these steps are completed, we will be ready to move the repo to the prometheus-community organization 🎉
The text was updated successfully, but these errors were encountered: