You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/03/11 00:42:52 UTC

[GitHub] [skywalking] lsy1990 opened a new issue #6531: How do I remove the index for C# related _clr_ index?

lsy1990 opened a new issue #6531:
URL: https://github.com/apache/skywalking/issues/6531


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   
   - Which company or project?
   
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796333654


   Use `disable` directive to disable the metrics in https://github.com/apache/skywalking/blob/master/oap-server/server-bootstrap/src/main/resources/oal/dotnet-agent.oal


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796398912


   @kezhenxu94   Set   SW_RECEIVER_CLR to -, the log show 'Remove module receiver-clr without any provider'   ,but the index related _clr_ ,such as instance_clr_gen0_collect_count_month, will still be created.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796380397


   @kezhenxu94 ,   which is right ?the samle is 'disable(instance_clr_cpu)' or delete related code?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796401559


   org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.StorageEsInstaller.createTable(StorageEsInstaller.java:87) - create instance_clr_cpu_hour-20210311 index finished


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796381954


   You could set `SW_RECEIVER_CLR=-` in the system env. Then the whole OAL script is going to be disabled.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 edited a comment on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
kezhenxu94 edited a comment on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796403171


   OK I see, for 7.0.0, the CLR related oal are all in the https://github.com/apache/skywalking/blob/v7.0.0/oap-server/server-bootstrap/src/main/resources/official_analysis.oal, please use `disable` or delete the related lines in that file


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796329771


   We don't need the index related _clr? this will occupy some lucense instance.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796387707


   > @wu-sheng,I still use 7.0.0, update the oal file maybe is right.
   
   @lsy1990 `SW_RECEIVER_CLR` is feasible in 7.0.0


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796403171


   OK I see, for 7.0.0, the CLR related oal are all in the `https://github.com/apache/skywalking/blob/v7.0.0/oap-server/server-bootstrap/src/main/resources/official_analysis.oal`, please use `disable` or delete the related lines in that file


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796389048


   @kezhenxu94 Thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796383724


   @wu-sheng,I still use 7.0.0, update the oal file maybe is right.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 closed issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #6531:
URL: https://github.com/apache/skywalking/issues/6531


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lsy1990 commented on issue #6531: How do I remove the index for C# related _clr_ index?

Posted by GitBox <gi...@apache.org>.
lsy1990 commented on issue #6531:
URL: https://github.com/apache/skywalking/issues/6531#issuecomment-796404071


   @kezhenxu94 Agree, I will use disable to test ,thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org