<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:37:04 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[GODRIVER-1761] CommandFinishedEvent have not db name property</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-1761</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;For monitoring we need to know operation database name. It needed in case, if you have application, which make few different queries into few databases, and, sometimes, app processing speed can degrade.&lt;/p&gt;

&lt;p&gt;If i use default monitor - i need to store&#160;CommandStartedEvent and when i get&#160;CommandSucceededEvent i must enrich this event.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1496920">GODRIVER-1761</key>
            <summary>CommandFinishedEvent have not db name property</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="divjot.arora@mongodb.com">Divjot Arora</assignee>
                                    <reporter username="dmitriy.telepnev@yandex.ru">Dmitriy Telepnev</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Oct 2020 03:36:03 +0000</created>
                <updated>Thu, 29 Sep 2022 22:49:59 +0000</updated>
                            <resolved>Fri, 30 Oct 2020 21:26:25 +0000</resolved>
                                                                    <component>Monitoring</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3508595" author="kevin.albertson" created="Mon, 30 Nov 2020 16:43:32 +0000"  >&lt;p&gt;Nice, thank you for sharing!&lt;/p&gt;</comment>
                            <comment id="3506220" author="JIRAUSER1257102" created="Thu, 26 Nov 2020 05:18:24 +0000"  >&lt;p&gt;@Kevin Albertson, @Divjot Arora it&apos;s a good idea! until it will be fixed, we solve our problem &lt;a href=&quot;https://github.com/DmitryTelepnev/mongo-command-monitor&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/DmitryTelepnev/mongo-command-monitor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;May be it will be useful, we collect&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;total number of started queries with &quot;app&quot;, &quot;database&quot;, &quot;collection&quot;, &quot;command&quot; labels&lt;/li&gt;
	&lt;li&gt;total number of finished queries with &quot;app&quot;, &quot;database&quot;, &quot;collection&quot;, &quot;command&quot; labels&lt;/li&gt;
	&lt;li&gt;mongo query duration with &quot;app&quot;, &quot;database&quot;, &quot;collection&quot;, &quot;command&quot; labels&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="3470264" author="kevin.albertson" created="Fri, 30 Oct 2020 21:26:25 +0000"  >&lt;p&gt;Hi Dmitriy Telepnev, thank you for the report and the pull request!&lt;/p&gt;


&lt;p&gt; The API for command monitoring is part of the &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/command-monitoring/command-monitoring.rst&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Command Monitoring specification&lt;/a&gt;. The proposed change was discussed in &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1409&quot; title=&quot;Add CommandStartedEvent to CommandSucceedEvent/CommandFailedEvent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1409&quot;&gt;&lt;del&gt;DRIVERS-1409&lt;/del&gt;&lt;/a&gt;. The team has decided to pursue a more general solution. Once the specification is amended, we will implement the change in the Go driver. Please watch &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1409&quot; title=&quot;Add CommandStartedEvent to CommandSucceedEvent/CommandFailedEvent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1409&quot;&gt;&lt;del&gt;DRIVERS-1409&lt;/del&gt;&lt;/a&gt; for updates.&lt;/p&gt;</comment>
                            <comment id="3420162" author="JIRAUSER1257102" created="Thu, 1 Oct 2020 06:42:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/513&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/513&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;i added database name into CommandFinishedEvent. Can you review, please?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="2145543">GODRIVER-2558</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2146402">DRIVERS-2452</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1505880">DRIVERS-1409</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxw2pj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>