Replies: 3 comments 2 replies
-
There is a problem in your configuration - Would you mind sharing a bit of information please? It's hard to troubleshoot with just the above. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Team,
I have fixed this is issue, but i am not able to configure multiple azure recourse group in matric-declaration.yaml
I have env like multiple subscription and multiple resource group.
Please suggest for the same.
Link of matric-declaration.yaml promitor/metrics.yaml at master · tomkerkhove/promitor
|
|
|
| | |
|
|
|
| |
promitor/metrics.yaml at master · tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them. - promitor/metrics.yaml at master · tomkerkhove/promitor
|
|
|
How to add multiple recourse group in this yaml file.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Team,
If i do not want to use the Resource Discovery, So can I specify the in metric-declaration.yaml ?
and Resource Discovery configuration is also to much defaults to install and use, However after to much effort i am able to configure promitor with single resource group not multiple recourse group.
Please help me in this i also share the user friendly documentation for promitor and also create a YouTube training Video for promitor.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am not able to deploy promitor using docker, Please suggest.
docker run -p 80:80
-e PROMITOR_AUTH_APPID='xxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxx-xxxxxxxxxxx'
-e PROMITOR_AUTH_APPKEY=xxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxx-xxxxxxxxxxx'
-e
-v /home/aftab70/config/metrics-declaration.yaml:/config/metrics-declaration.yaml
-v /home/aftab70/config/runtime.yaml:/config/runtime.yaml
tomkerkhove/promitor-agent-scraper
Getting error -
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
[14:27:10 INF] Booting up Promitor v2.0.0 - Thank you for using Promitor!
[14:27:10 INF] Using configuration folder '/config/'
[14:27:11 FTL] Promitor Scraper Agent has encountered an unexpected error. Please open an issue at https://github.com/tomkerkhove/promitor/issues to let us know about it.
System.ArgumentNullException: [serverConfiguration] cannot be Null. (Parameter 'serverConfiguration')
at GuardNet.Guard.For[TException](Func`1 predicate, TException exception)
at GuardNet.Guard.NotNull[TParam,TException](TParam param, TException exception)
at GuardNet.Guard.NotNull[TParam](TParam param, String paramName, String message)
at GuardNet.Guard.NotNull[TParam](TParam param, String paramName)
at Promitor.Agents.Core.AgentProgram.DetermineHttpPort(ServerConfiguration serverConfiguration) in /src/Promitor.Agents.Core/AgentProgram.cs:line 48
at Promitor.Agents.Core.AgentProgram.CreatePromitorWebHost[TStartup](String[] args, IConfiguration configuration, ServerConfiguration serverConfiguration) in /src/Promitor.Agents.Core/AgentProgram.cs:line 23
at Promitor.Agents.Scraper.Program.CreateHostBuilder(String[] args, String configurationFolder) in /src/Promitor.Agents.Scraper/Program.cs:line 73
at Promitor.Agents.Scraper.Program.Main(String[] args) in /src/Promitor.Agents.Scraper/Program.cs:line 34
Beta Was this translation helpful? Give feedback.
All reactions